Hello,
I came across the following issue: I have a script that works perfectly well on XP, which removes bandwidth limitation for a while in order to perform faster WSUS update while setting up a new machine. When launching on Win 7 I get the following error message:
"Windows cannot find 'wuauclt.exe'. Make sure you typed the name correctly, and then try again.".
Here is a line in question:
ShellExecute("wuauclt.exe","/DetectNow")
Full path does not help either (ie. "c:\windows\system32\wuauclt.exe").
Has anyone got any clue, what the reason could be? Or in other words, how to launch that command? BTW, it works perfectly well from command line...
Thanks
Greg