TryRebooting
MIS
I'm trying to convert this script so it will run against a list of workstation. I've tried a few things, but my vbscript skills need a lot of work. Can anyone help?
Set objShell = WScript.CreateObject("WScript.Shell")
strDesktopFld = objShell.SpecialFolders("AllusersDesktop")
Set objURLShortcut = objShell.CreateShortcut(strDesktopFld & "\Test.url")
objURLShortcut.TargetPath = "objURLShortcut.Save
Set objShell = WScript.CreateObject("WScript.Shell")
strDesktopFld = objShell.SpecialFolders("AllusersDesktop")
Set objURLShortcut = objShell.CreateShortcut(strDesktopFld & "\Test.url")
objURLShortcut.TargetPath = "objURLShortcut.Save