View Single Post
Staro 15.12.2008., 22:43   #2
Bobić
Registered User
 
Bobić's Avatar
 
Datum registracije: May 2007
Lokacija: virovitica
Postovi: 19
Ponekad se zna dogoditi da SP3 ne sjedne kako bi trebao pa se javljaju problemi tvog tipa.
Nekima ovo pomoglo,,, probaj;

1. Open notepad
2. Copy the following text and past it into notepad

*-- copy text from between these comments
@echo off
if exist %windir%\system32\wups2.dll goto fix32
if exist %windir%\syswow64\wups2.dll goto fix64
goto error

:fix32
net stop wuauserv
regsvr32 %windir%\system32\wups2.dll
net start wuauserv
goto eoj

:fix64
net stop wuauserv
regsvr32 %windir%\syswow64\wups2.dll
net start wuauserv
goto eoj

:error
echo Unable to locate wups2.dll operation aborted

:eoj
pause

*-- copy text from between these comments

3. Save the file and name it sp3fix.bat (change the save as type option to all files *.*)
4. Run the sp3fix.bat file

you should get a regsvr32 confirmation window, click OK

your windows updates should now work.

Thanks and good luck
Bobić je offline   Reply With Quote