How to Remove AI Apps from Windows 11 (Copilot, Recall, and More)
You can remove every AI app Microsoft has quietly installed on Windows 11 — Copilot, Clipchamp, Recall, and more — using Winhance, a free open-source tool I built specifically for…
You can remove every AI app Microsoft has quietly installed on Windows 11 — Copilot, Clipchamp, Recall, and more — using Winhance, a free open-source tool I built specifically for…
Microsoft just published a blog post that honestly I never thought I’d see. The Executive Vice President of Windows basically admitted that Windows quality hasn’t been good enough — and…
To enable long file paths in Windows 10 or 11, open the Registry Editor, navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem, and set the LongPathsEnabled value to 1. Restart your PC and Windows will…
To disable News and Interests on Windows 11 using Registry Editor, navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Dsh, create a new DWORD 32-bit value named AllowNewsAndInterests, and set its value data to 0. Restart…
To disable Cortana from running in the background on Windows 10 or 11, open Registry Editor, navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search, create a new DWORD (32-bit) value named AllowCortana, and set…
To disable Activity History on Windows 10 and 11, open Registry Editor, navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System, and create three DWORD (32-bit) values: EnableActivityFeed, PublishUserActivities, and UploadUserActivities — all set to 0….
To disable hibernation on Windows 10 or 11 using the Registry Editor, navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power, create a DWORD 32-bit value called HibernateEnabled and set it to 0. Then go to…
To disable Windows telemetry in Windows 10 and 11, open Registry Editor, navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection, set AllowTelemetry to 0, then create the same DWORD value at a second registry path…
To disable Windows Ink Workspace on Windows 10 or 11, open Registry Editor, navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsInkWorkspace, create a new DWORD (32-bit) value named AllowWindowsInkWorkspace, set it to 0, and restart…
To disable Windows feedback notifications on Windows 10 and 11 using Registry Editor, press Windows + R, type regedit, navigate to HKEY_CURRENT_USER\SOFTWARE\Microsoft\Siuf\Rules, create a new DWORD (32-bit) value named NumberOfSIUFInPeriod,…