User Tools

Site Tools


sysadmin:download_immediato

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

sysadmin:download_immediato [10/06/2017 09:30] – external edit 127.0.0.1sysadmin:download_immediato [20/12/2021 08:39] (current) lrosa
Line 1: Line 1:
 +===== Download immediato con Windows Update=====
 +
 +Questo batch forza il download immediato:
 +<code winbatch>
 +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 
 +</code>
 +
 +