Thursday, November 15, 2007 9:23 PM
bradley
Need to remove the desktop search?
# re: WDS update revision follow - up
Tuesday, October 30, 2007 2:20 AM by anon
Put the script in your Active Directory Computer Startup GPO and this runs with the necessary rights, also /norestart if you don't want it to retart the PC
[ instead of /promptrestart ]
%windir%\$NtUninstallKB917013$\spuninst\spuninst.exe /q /promptrestart
This works great!
Add a policy object and set startup script to
%windir%\$NtUninstallKB917013$\spuninst\spuninst.exe
and set parameters to
/q /promptrestart
Link the GPO to a specific OU in your Active Directory and it works. I tried it on several systems.
Offcourse it can take a while for your policy to be replicated so to test go to the commandprompt on the workstation and use gpupdate /force
Stolen from the WSUS blog.....
http://blogs.technet.com/wsus/archive/2007/10/25/wds-update-revision-follow-up.aspx
Filed under: WSUS