W4RH4WK / Debloat-Windows-10

A Collection of Scripts Which Disable / Remove Windows 10 Features and Apps
Other
6.03k stars 853 forks source link

optimize-windows-update.ps1 question #295

Closed porssimies closed 2 years ago

porssimies commented 2 years ago

The descriptions says "This script optimizes Windows updates by disabling automatic download" but why the "NoAutoUpdate" registry property is set to 0 instead of 1 ?

Set-ItemProperty -Path "HKLM:\SOFTWARE\Wow6432Node\Policies\Microsoft\Windows\WindowsUpdate\AU" "NoAutoUpdate" 0

W4RH4WK commented 2 years ago

Good catch. Thank you.