Registry Key For Windows Update
Quick Navigation:
The need of stopping Windows 10 automatic updates
How to Change Windows Update Settings in Windows 10. Step (1): First of all, open Registry Editor. To open registry editor, press Win+R keys and type regedit inside the Run dialog-box then press Enter. Step (2): On the Registry Editor, navigate to the following Registry keys.
- With Windows 10's May 2019 Update, Microsoft introduced the ability to defer all Windows 10 updates, including feature updates, for up to 35 days via the Windows Update settings.
- If you missed the first part of this article series please read Registry Keys for Tweaking Windows Update (Part 1). In Part 1 of this article series, I explained that although Windows Update is self configuring for the most part, there are a large number of registry keys that you can use to tweak Windows Update’s behavior.
Microsoft routinely releases updates to solve specific problems with Windows, provideprotection from malicious attacks, or even add new features to the operating system. Ingeneral, Windows 10 automatically downloads and installs updates to make sure your device issecure and up to date. Auto update is typically a good thing.
However, some users are confronted with problems after Windows 10 updates. One of the recentissues is that all contents under Documents directory are missing after 1809 update. Peopleendeavor to recover lost filesin Windows 10 after the auto update. Other issues like broken file associations,mouse and keyboard not working after Windows 10 updates are also reported.
To avoid the possible issues, there are users who would like to stay with their currentstable operating system. They refuse to update Windows 10 even just because they are used toeverything they are using now. For this group of people, what they need is Windows 10 updatedisable tool to stop Windows automatic updates.
Backup system before disabling auto update via Registry
Registry is an effective Windows 10 update disable tool. You can use it to make Windows workthe way you want, but you can also seriously mess things up by mistake. Therefore, it’simportant to backup system before disabling Windows 10 update via Registry.
Here I’d like to recommend the best free backupsoftware—AOMEI Backupper Standard to you. It offers you more flexible options than thebuilt-in Windows backup tool. There are four types of backup available: System/Disk/Partition/FilesBackup/innova-3110-software-update.html. , which can meet your different needs. You are also allowed to do block levelincremental backup to improve the backup efficiency.
It supports all Windows PC operating systems like Windows 10/8.1/8/7/Vista/XP. You can createsystem backup with just a few clicks. Downloadthis freeware and follow the intuitive wizard to backup your system.
How to disable Windows 10 update via Registry easily?
After you have created system backup, you can learn how to disable Windows 10 updatepermanently via Registry as follows. There are two solutions you can choose from.
✎ Note: Although the Registry Editor is present in Windows 10 Home edition,following solutions are not applicable to Home edition.
Solution 1: turn off automatic updates with Registry
If you turn off automatic updates with Registry, Windows will never check for updates. Followthe instructions below:
1. Press Windows Key + R to open the Run dialogue. Typeregedit and press Enter or click “OK” to open the Registry Editor.
2. Expand the entries on the left-hand pane to navigate to the following path:
/michigan-drivers-license-number-generator.html. HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindows
Registry Key For Windows Updater
3. Right click the Windows (folder) key, select New, andclick on Key. Name the new key WindowsUpdate (no spacebetween Windows and Update).
4. Right click the WindowsUpdate key, select New and thenKey. Set the new key’s name as AU.
5. Click on the AU key, and right click on the empty space at the right-handpane. Select New, and click on DWORD (32-bit) Value. Namethe new DWORD NoAutoUpdate.
6. Double click on NoAutoUpdate and set its value data as 1. Click “OK” to apply the change.
✍ Tips: You can set twonumbers here: 0 – to enable automatic updates, 1 – to turnoff automatic updates.
No Registry Key For Windows Update
7. Close Registry Editor and restart your computer.
Solution 2: configure automatic updates using Registry
If you don’t want to completely turn off automatic updates but want to control how theupdates are installed, then learn how to stop Windows 10 auto update using belowdirections:
1. Create WindowsUpdate and AU keys as in Solution 1.
2. Click on the AU key, and right click on the empty space at the right-handpane. Select New, and click on DWORD (32-bit) Value. Namethe new DWORD AUOptions.
3. Double click on AUOptions and set its value data as 2.Click “OK” to apply the change.
✍ Tips: You can set fournumbers here: 2 – notify before downloading and installing updates,3 – auto download updates and notify for install, 4 – autodownload updates and schedule the install, 5 – allow local admin to choosesetting.
4. Close Registry Editor and restart your computer.
Verdict
You can disable Windows 10 update via Registry with two solutions mentioned above. To preparefor the case that something goes wrong, you should backup system via AOMEI Backupper beforeediting Registry. AOMEI Backupper owns many other practical features as well, such as movinguser profile to another drive in Windows 10, performing real time sync for folders in Windows 10. Get this tool right now to discover more!
If you want to query the Windows OS version from a batch file or from a program then you can Windows registry. Windows Registry stores all the details like OS name, Service pack number, Version name etc. It also points to the source location from where the OS is installed. All this data is stored in the registry key HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersion.
The above registry key has the following registry values.
SubVersionNumber REG_SZCurrentBuild REG_SZ 1.511.1 () (Obsolete data - do not use)
InstallDate REG_DWORD 0x4c69e464
ProductName REG_SZ Microsoft Windows XP
RegDone REG_SZ
Registry Key Last Windows Update
RegisteredOrganization REG_SZ
RegisteredOwner REG_SZ
SoftwareType REG_SZ SYSTEM
CurrentVersion REG_SZ 5.1
CurrentBuildNumber REG_SZ 2600
BuildLab REG_SZ 2600.xpsp_sp2_qfe.080814-1242
CurrentType REG_SZ Multiprocessor Free
CSDVersion REG_SZ Service Pack 2
SystemRoot REG_SZ C:WINDOWS
SourcePath REG_SZ D:i386
PathName REG_SZ C:WINDOWS
ProductId REG_SZ XXXX-XXX-XXXX-XXXXX
I have highlighted the ones that can be useful. OS name can be queried from ProductName registry value.
CSDVersion tells us the service pack number.