Talk:Annoyances of Windows 10

From Free Knowledge Base- The DUCK Project
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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/