- Nekdy za to muze i spatne nastaveny cas ve vasem PC.
- No co by pomohlo, ale...
1) Vytvorte na plose novy textovy dokument.(blok-note)
2) Vlozte do neho nasledujici text.
3) Soubor z xxx.TXT zmente na xxx.CMD@echo off
Echo This batch file will Force the Update Detection from the AU client:
Echo 1. Stops the Automatic Updates Service (wuauserv)
Echo 2. Deletes the LastWaitTimeout registry key (if it exists)
Echo 3. Deletes the DetectionStartTime registry key (if it exists)
Echo 4. Deletes the NextDetectionTime registry key (if it exists)
Echo 5. Restart the Automatic Updates Service (wuauserv)
Echo 6. Force the detection
Pause
@echo on
net stop wuauserv
REG DELETE "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Cur rentVersion\WindowsUpdate\Auto Update" /v LastWaitTimeout /f
REG DELETE "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Cur rentVersion\WindowsUpdate\Auto Update" /v DetectionStartTime /f
Reg Delete "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Cur rentVersion\WindowsUpdate\Auto Update" /v NextDetectionTime /f
net start wuauserv
wuauclt /detectnow
@echo off
Echo This AU client will now check for the Updates on the Local WSUS Server.
Echo.
Pause
4) Na hotovy soubor XXX.CMD kliknete pravym tlacitkem mysi SPUSTIT JAKO SPRAVCE a s trochou stesti vam to snad pomuze
TiP~ Ale existuji jednodussi zpusoby jak tuhle chybu opravit, tak vyckejte na nakého mistniho spravce, ktery vam s radosti poradi
