Iczer Posted March 1, 2015 Posted March 1, 2015 trying to save and then restore desktop icons positions, but this method is not working... Maybe someone can share some tips?.. Switch @OSArch Case "X64" $OSKey = "64" Case "X86" $OSKey = "" EndSwitch $DesktopSize = WinGetPos("Program Manager") $DesctopItemPos = RegRead("HKEY_CURRENT_USER" & $OSKey & "\Software\Microsoft\Windows\Shell\Bags\1\Desktop","ItemPos"&$DesktopSize[2]&"x"&$DesktopSize[3]&"(1)") MsgBox(64,"DesctopItemPos @error = "&@error,"Change some icons positions And Continue") RegWrite("HKEY_CURRENT_USER" & $OSKey & "\Software\Microsoft\Windows\Shell\Bags\1\Desktop","ItemPos"&$DesktopSize[2]&"x"&$DesktopSize[3]&"(1)", "REG_BINARY", $DesctopItemPos) MsgBox(64,@error,@extended)
Gianni Posted March 1, 2015 Posted March 1, 2015 >here? Chimp small minds discuss people average minds discuss events great minds discuss ideas.... and use AutoIt....
Iczer Posted March 1, 2015 Author Posted March 1, 2015 thanks! ps. it seems my google skills failing me today...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now