MakeWindows10GreatAgain: Tweaks to make Windows 10 less annoying and more usable
Make Windows 10 Great Again
Tweaks to make Windows 10 less annoying and more usable.
Here’s what this script does:
- Disables Cortana
- Disables Notification Center
- Disables automatic reboots after Windows Updates have been installed
- Disables Microsoft.com accounts from Windows Login
- Shows file extensions for known file types
- Sets Explorer to open to “This PC”
- Shows hidden files (not including OS files)
- Uninstalls OneDrive
- Shows “This PC” icon on Desktop
- Enables developer mode (required for Linux Subsystem)
- Installs the Linux Subsystem
- Updates the Powershell Get-Help items
- Disables SMBv1
Installation
git clone https://github.com/clong/MakeWindows10GreatAgain.git
Usage
Unfortunately, you’ll have to set your execution policy to unrestricted to use this script.
From an Administrator Powershell prompt:
Set-ExecutionPolicy Unrestricted
cd MakeWindows10GreatAgain
.\MakeWindows10GreatAgain.ps1
Set-ExecutionPolicy Restricted
Source: https://github.com/clong/