Re: НЕ работает обновление WINDOWS

dreo

Переустановил Windows, но обновления (которые прекрасно до этого устанавливались) даже не загружаются! Что делать?

AlexV769

читать

s11076

обновлял через инет или через сеть?

dreo

обновлял через инет или через сеть?

Через сеть. http://windowsupdate.hackers.

dreo

А можно ли запустить обновление вручную?

AlexAbr

пуск - все программы - Windows Update (в самом верху)

dreo

Хех, это ж просто ссылка на http://windowsupdate.microsoft.com/

dreo

Может, это из-за антивируса? До переустановки системы у меня его не было, сейчас стоит NOD32...

dreo

Хех... обновления-то появились... Странно
Всем - извинения за беспокойство.

otvertka07

они ж проверяются не так часто, раз в 22 часа в среднем
если хочешь форсировать это, можешь пользоваться таким батничком:
AUForceUpdate.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 "HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v LastWaitTimeout /f
REG DELETE "HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v DetectionStartTime /f
Reg Delete "HKLM\Software\Microsoft\Windows\CurrentVersion\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.
Pause
Оставить комментарий
Имя или ник:
Комментарий: