Jump to content

Recommended Posts

Posted

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)

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...