SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Pastimes : Computer Learning

 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext  
From: PMS Witch1/28/2016 8:08:59 AM
5 Recommendations

Recommended By
Alex Molnar
Eric L
goldworldnet
kidl
Reseller Mike

  Read Replies (2) of 110581
 
Windows 10 updates. . .

Windows 10 doesn't make it easy to control update behaviour, but it can be done by Registry editing.

For everyone's convenience, I'll include the text one may paste into a .REG file that blocks all Windows 10 updates. I've also included other update behaviours, but in this message, they're disabled by a semi-colon at the beginning of each unwanted line. (It turns the line into an inactive comment.)

Note: The blank line following "Windows Registry Editor Version 5.00" is necessary.

; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Windows Registry Editor Version 5.00

; Disable Auto Updates
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
"NoAutoUpdate"=dword:00000001

;Never check for updates (Not Recommended)
;[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
;"AUOptions"=dword:00000001

;Check for updates but let me choose whether to downlod and install them
;[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
;"AUOptions"=dword:00000002

;Download updates but let me choose whether to install them
;[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
;"AUOptions"=dword:00000003

;Install updates automatically (Recommended)
;[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
;"AUOptions"=dword:00000004

;Enable Auto Update behaviour selection in Control Panel
;[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
;"AUOptions"=dword:00000005
;
; Windows 10 Defaults
;[-HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
;[-HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
;
; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Cheers, PW.

P.S. To use this .REG file one must be running as Administrator. (To alter HKEY_LOCAL_MACHINE.)

Report TOU ViolationShare This Post
 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext