Talk:Annoyances of Windows 10: Difference between revisions

From Free Knowledge Base- The DUCK Project
Jump to navigation Jump to search
Created page with "== disable edge == C:\Windows\SystemApps>takeown /f Microsoft.MicrosoftEdge_8wekyb3d8bbwe C:\Windows\SystemApps>icacls Microsoft.MicrosoftEdge_8wekyb3d8bbwe /grant administ..."
 
 
Line 5: Line 5:


* https://windowsreport.com/uninstall-edge-windows-10/
* https://windowsreport.com/uninstall-edge-windows-10/
== Blocking the upgrade to Windows 11 ==
The same target release version can be set in the Registry; this works on all editions of Windows 10, including Windows 10 Home.
Select Start.
Type regedit.exe.
Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
If keys do not exist, create them by right-clicking on the previous key and selecting New > Key from the context menu.
Right-click on WindowsUpdate and select New > Dword (32-bit) Value.
Name it TargetReleaseVersion.
Double-click on the new Dword and set it to 1.
Right-click on WindowsUpdate and select New > String Value.
Name it TargetReleaseVersionInfo.
Double-click on the new String and set it to 21H1.
Restart the PC.
https://www.ghacks.net/2021/11/08/how-to-block-the-windows-11-upgrade-on-windows-10-pcs/

Latest revision as of 13:11, 11 January 2022

disable edge

C:\Windows\SystemApps>takeown /f Microsoft.MicrosoftEdge_8wekyb3d8bbwe
C:\Windows\SystemApps>icacls Microsoft.MicrosoftEdge_8wekyb3d8bbwe /grant administrators:f

Blocking the upgrade to Windows 11

The same target release version can be set in the Registry; this works on all editions of Windows 10, including Windows 10 Home.

Select Start. Type regedit.exe. Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate If keys do not exist, create them by right-clicking on the previous key and selecting New > Key from the context menu. Right-click on WindowsUpdate and select New > Dword (32-bit) Value. Name it TargetReleaseVersion. Double-click on the new Dword and set it to 1. Right-click on WindowsUpdate and select New > String Value. Name it TargetReleaseVersionInfo. Double-click on the new String and set it to 21H1. Restart the PC.

https://www.ghacks.net/2021/11/08/how-to-block-the-windows-11-upgrade-on-windows-10-pcs/