svchost / batch file problem & question

substance12

Senior member
Nov 6, 2000
633
0
71
I'm at work and my computer is slowed down by the svchost: WMIPRVSE. I think wuauclt.exe plays a smaller role in that as well. The tech guys told me to run a batch file which has the following commands:

regsvr32 wuapi.dll
regsvr32 wuaueng.dll
regsvr32 wuaueng1.dll
regsvr32 wucltui.dll
regsvr32 wups.dll
regsvr32 wuweb.dll
regsvr32 jscript.dll
regsvr32 winhttp.dll
regsvr32 Softpub.dll
regsvr32 Wintrust.dll
regsvr32 Initpki.dll
regsvr32 Dssenh.dll
regsvr32 Rsaenh.dll
regsvr32 Gpkcsp.dll
regsvr32 Sccbase.dll
regsvr32 Slbcsp.dll
regsvr32 Cryptdlg.dll

which fixes it. the problem is that I have to "press ok" after each dll is registered. Is there a way to get around this?
 

Commish

Senior member
Jan 11, 2001
795
1
0
Put a /s switch after regsvr32, for silent.
Example: regsvr32 /s wuapi.dll

There is also a patch for that problem from Microsoft.