Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Change the Target of a Desktop ShortcutContent of Change the Target of a Desktop Shortcut.vbsMD5 Hash: CCBC2C08D7348DAE11B2A4783DB6FB46 |
||
Const ALL_USERS_DESKTOP = &H19&
Set objShell = CreateObject("Shell.Application") Set objFolder = objShell.Namespace(ALL_USERS_DESKTOP) Set objFolderItem = objFolder.ParseName("Accounts Payable Database.lnk") Set objShellLink = objFolderItem.GetLink objShellLink.Path = "\\atl-fs-01\accounting\payable.exe" objShellLink.Save() | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |