| 217 | == Turn Off Windows Update == |
| 218 | |
| 219 | {{{ |
| 220 | The NoAutoUpdate value of the registry key |
| 221 | HKEY\LOCAL\MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU |
| 222 | configures Windows Update to automatically download and install new updates. |
| 223 | |
| 224 | To disable Windows Automatic Updates, set the Value data of NoAutoUpdate to 1. To enable them, set it to 0. |
| 225 | |
| 226 | reg add HKEY\LOCAL\MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU /v NoAutoUpdate /t REG_DWORD /d "1" /f |
| 227 | }}} |
| 228 | |
| 229 | |
| 230 | |