Iczer 15 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) Share this post Link to post Share on other sites
Chimp 700 Posted March 1, 2015 >here? small minds discuss people average minds discuss events great minds discuss ideas.... and use AutoIt.... Share this post Link to post Share on other sites
Iczer 15 Posted March 1, 2015 thanks! ps. it seems my google skills failing me today... Share this post Link to post Share on other sites