Registry Adjustments for ALL, W 7, W 8.1 and W 10
I have watched the System messing with my registry setting in W 10 Fast Ring right before my eyes in RegEdit….
Solution: Take possession of the Registry Key(lowest Mother) Restrict “System” to Read only and then I had to ‘Deny’ System Access to everything else!!! They haven’t changed since, EVEN THROUGH Upgrades. However, if they ever do that from “Trusted Installer”, Lord Help US ALL!
Now!!! Backup, Backup, Backup your Registry, your Image. I don’t TRUST Restore Points to protect me BUT that is up to you. You can screw your Image up really Bad it you make mistakes here!!!!
https://www.askwoody.com/forums/topic/paragon-ssd-and-hdd-backup-and-management-tools-free-and-paid/
Registry Backup OR Restore Points(if they work for you, AND you trust them!) Do one or the other MAYBE Both!:
https://www.askwoody.com/forums/topic/tweaking-com-registry-backup/
MSDN Channel 9: “The Defrag Show” and “Defrag Tools” for Windows, Sysinternals, Core and Kernel Exploration
This is where my Registry Adjustments started, to Manage and Control WU on MY System as far back as W 7.
KB939844 Configure Automatic Updates using Registry Editor
https://technet.microsoft.com/en-us/library/dd939844(v=ws.10).aspx
Even though this was last updated in 2011 it was current when I started using it on W 7, and I have no reason to believe that, that is still not the case. The bottom section is for the “Client” side. If one sets the other keys as I do, “AUOption” would automatically be set to ‘1’ by the system up to W 8.1. If you look at “AUOption” the Range is 2-4. ‘1’ is AU off as I said set by the system. In W 10.0 1607 they have started letting it float, so I am setting it to ‘1’ for the system.
The new one in W 8.1 is about OS Upgrade in it various “Names/values”. It is also in W 10.0, like that too.
Here is my Registry Scripts ext= .reg without the Permission adjustments (those are done manually and so far only needed on W 10 Fast as well as when it RTMs):
REG WU AU Windows Update Turned Off in Windows.reg (W 7)
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
“NoAutoUpdate”=dword:00000001
“NoAutoRebootWithLoggedOnUsers”=dword:00000001
REG WU AU Windows Update, OSUPGrade, REBoot Turned Off.reg (W8.1 & W 10.0.14393.0 or Later, at a minimum)
Interestingly enough W 10.0 1607 has lined back up with W 8.1.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
“DisableOSUpgrade”=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
“NoAutoUpdate”=dword:00000001
“NoAutoRebootWithLoggedOnUsers”=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Policies\Microsoft\Windows\WindowsUpdate]
“DisableOSUpgrade”=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Policies\Microsoft\Windows\WindowsUpdate\AU]
“NoAutoUpdate”=dword:00000001
“NoAutoRebootWithLoggedOnUsers”=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update]
“AUOptions”=dword:00000001
These two confused the heck out of me. The top is the same as W 7, that’s not a problem BUT the second half has completely disappeared from any W 10.0 I have. So as indicated they must be for W 10.0 1511 or earlier. Scan your Registry for those Keys, if they line up with them, then they are for you.
REG WU AU OSUgrade Turned Off, Au & WU Turned Off.reg (W 10.0 1511 or earlier)
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
“NoAutoUpdate”=dword:00000001
“NoAutoRebootWithLoggedOnUsers”=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\OSUpgrade]
“KickoffSource”=dword:00000000
“KickoffDownload”=dword:00000000
“AllowOSUpgrade”=dword:00000000
“ReservationsAllowed”=dword:00000000
“Refresh”=dword:00000000
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\OSUpgrade\State]
REG WU AU OSUgrade Enabled, Au & WU Turned Off.reg (W 10.0 1511 or earlier)
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
“NoAutoUpdate”=dword:00000001
“NoAutoRebootWithLoggedOnUsers”=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\OSUpgrade]
“KickoffSource”=dword:00000001
“KickoffDownload”=dword:00000001
“AllowOSUpgrade”=dword:00000001
“ReservationsAllowed”=dword:00000001
“Refresh”=dword:00000001
Note: The W designations: I am not sure if W 7 has added the OSUpgrade feature or not. If they haven’t there would be nothing to look at those Keys anyway so they won’t hurt anything. They weren’t there when I was on W 7, that’s all I can say….
C&P them into a text file with ext= .reg
Then run which ever one seems appropriate …. That’s it.
NOW YOU ARE IN TOTAL CONTROL AND IT IS YOUR RESPONSIBILITY TO CHECK FOR PATCHES, DOWNLOAD AND IN INSTALL THEM!
I only use the WU GUI on W 10 only when I want to Download an Upgrade, otherwise I never touch it.
I use Powershell for all other WU activity….
Powershell ISE Module: Installing PSWindowsUpdate, Script: Provisioning Get-PendReboot
Windows 10 is even more complicated if one is complete about it but the above is the minimum.
Additional Windows 10 Registry Adjustment and Controls
Windows Update Unified Update Platform
Windows 10 UUP is quite interesting and deserves some review rather than just a brush off!
That is a very profound statement, coming from somebody whom doesn’t like anything or anybody messing with her EDS’s. They are invaluable for Recovery purposes, In Place Updates for repair purposes(All Data an Apps are left in place BUT Backup, Backup, Backup), as well as a potential clean install which I have literally not done since W 7.
I have successful completed both UUP on and UUP off.
UUP off is what I do first, so that I get my coveted C:\$Windows~BT\Source\Install.ESD. (Don’t forget to copy it to another Directory)
As usual a clean up was in order to circumvent the ‘Reboot Install’ then a REBOOT was done.
Then I needed to do a complete and thorough Deep Clean Up.
I then Run the Registry Script Below!
Reboot again.
I then Clicked the Windows GUI Update Button, and the Download began again, only this time I was getting a Delta download into the %WinDir%\”SoftwareDistrabution\Download” Directory.
DO NOT REBOOT YET!
UUP to ISO – Create Bootable ISO from Windows 10 Build Upgrade Files – Windows 10 Tutorials
FOLLOW THOSE INSTRUCTIONS EXPLICITLY, any deviation will result in failure.
They will give you a DELTA ISO. Inside that ISO in the Source Directory is a DELTA Install.WIM. It is not acceptable for Recovery OR ‘In Place Update’ of your whole Image.
(in other words it is less than what you need).
Clean Up again and only then do you do a Restart. I also Turned OFF UUP before the Restart but you can suite yourself when you do that.
I than Run the Delta ISO and Upgraded that way. I have don’t this procedure this way once. but there is noway it should not be Repeatable.
NOTE: I make an ISO out of the FIRST/Complete ESD. I may cover that later. I am a bit reticent to do that because I don’t have a WebSite to point you to like UUP to ISO. Many of you probably have your own process that you do that with as well. If somebody is interested in doing a Tools Page for that, Please feel free to do so!
REG WU UUP Windows Update Unified Update Platform – OFF Registy W 10.0.14971.1000 & Grter.reg
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate]
“SupportsUUP”=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Orchestrator]
“EnableUUPScan”=dword:00000000
REG WU UUP Windows Update Unified Update Platform – ON Registy W 10.0.14971.1000 & Grter.reg
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate]
“SupportsUUP”=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Orchestrator]
“EnableUUPScan”=dword:00000001
REG WU CloudContent – Disable Windows Consumer Features.reg
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CloudContent]
“DisableWindowsConsumerFeatures”=dword:00000001
REG WU DO Windows Update Delivery Optimization Set ByPass 100 W 10.0.14986.1001 & Grter(Some Earlier).reg
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Policies\Microsoft\Windows\DeliveryOptimization]
“DODownloadMode”=dword:00000064
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DeliveryOptimization]
“DODownloadMode”=dword:00000064
REG UPDATE Device Allow MU Update Service On.reg (I have this for a bit of extra assurance. It is more complete than WU. Now MS sets MU as primary on W 8,1 and W 10(?maybe on W 7 as well?) You can check this in Service Manager.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\current\device\Update]
“AllowMUUpdateService”=dword:00000001
REG POLICY Manager AllowCortana Experience OFF.reg
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\Experience\AllowCortana]
“value”=dword:00000000
REG MPEngine Windows Defender Enable protection against adware on Windows 10.reg
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\MpEngine]
“MpEnablePus”=dword:00000001
REG LongPathsEnabled 14352.1002 – System, System File – Enable NTFS Long Paths.reg
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Group Policy Objects\{48981759-12F2-42A6-A048-028B3973495F}Machine\System\CurrentControlSet\Policies]
“LongPathsEnabled”=dword:00000001
Add to Right Click Menu.reg (Acceptable for W 7 or greater)
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\CABFolder\Shell\RunAs]
@=”Install .cab or .msu update”
“HasLUAShield”=””
[HKEY_CLASSES_ROOT\CABFolder\Shell\RunAs\Command]
@=”cmd /k dism /online /add-package /packagepath:\”%1\””
Remove From Right Click Menu.reg
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\CABFolder\Shell\RunAs]
--------------------------------------
1. Tower Totals: 2xSSD ~512GB, 2xHHD 20 TB, Memory 32GB
SSDs: 6xOS Partitions, 2xW8.1 Main & Test, 2x10.0 Test, Pro, x64
CPU i7 2600 K, SandyBridge/CougarPoint, 4 cores, 8 Threads, 3.4 GHz
Graphics Radeon RX 580, RX 580 ONLY Over Clocked
More perishable
2xMonitors Asus DVI, Sony 55" UHD TV HDMI
1. NUC 5i7 2cores, 4 Thread, Memory 8GB, 3.1 GHz, M2SSD 140GB
1xOS W8.1 Pro, NAS Dependent, Same Sony above.
-----------------