🖥️
An Investment in Knowledge
  • An Investment in Knowledge
  • Microsoft Windows
    • CMD: Disable Windows 10 Reset
    • CMD: Fix Windows Key Activations
    • CMD: FSMO Role Transfer
    • De-Bloat Windows 10
    • Important Links
    • Microsoft Exchange Server Search Index Rebuild
    • PowerShell: Export Active Directory Group Members
    • Registry: Mapped Drives Don't Appear
    • Robocopy
    • SYSVOL Migration to DFRS
  • Microsoft 365
    • Export Shared Mailbox Permissions
    • Change Microsoft 365 Update Channel
  • Apple MacOS
    • Terminal Commands
  • Linux
  • Raspberry Pi
    • pi-Hole
    • Weather Station
    • Wardriving Kali Linux
    • Raspbian Tweaks
  • Data Privacy Restoration Journey
    • Bitwarden
    • Nextcloud
    • openHAB
Powered by GitBook
On this page

Was this helpful?

  1. Microsoft Windows

De-Bloat Windows 10

Powershell Script to remove Windows 10 bloatware

Run Powershell as Administrator and input the following command:

iex ((New-Object System.Net.WebClient).DownloadString('https://git.io/debloat'))

After a few seconds, a window will be displayed with several buttons. The buttons are self-explanatory. Use as many or as little as necessary to clean up your Windows 10 installation.

IMPORTANT!

If possible, do not connect a device to the Internet. This will prevent Microsoft Windows from immediately downloading freeware/bloatware on the system.

If the system has already been in use, disconnect from the network/Internet and run this command. Once completed, restart the system, re-connecting to the network during or after reboot.

PreviousCMD: FSMO Role TransferNextImportant Links

Last updated 5 years ago

Was this helpful?