Script to setup Windows 10 1903
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
farag2 5ad42dbd2d
v4.2.1 16.05.2020
4 years ago
Images Add files via upload 4 years ago
Start menu pinning Delete 1 4 years ago
.gitattributes Initial commit 6 years ago
LICENSE Create LICENSE 5 years ago
README.md Update README.md 4 years ago
Start.cmd Add files via upload 4 years ago
Win 10.ps1 v4.2.1 16.05.2020 4 years ago

README.md

Windows 10 Setup Script

"Windows 10 Setup Script" is a set of tweaks for OS fine-tuning and automating the routine tasks.

Core features

  • Set up Privacy & Telemetry;
  • Turn off diagnostics tracking scheduled tasks;
  • Set up UI & Personalization;
  • Uninstall OneDrive "correctly";
  • Interactive prompts;
  • Unpin Microsoft Edge and Microsoft Store from taskbar programmatically;
  • Change %TEMP% environment variable path to %SystemDrive%\Temp
  • Set location of the user folders to %SystemDrive% programmatically
    • "Desktop";
    • "Documents";
    • "Downloads";
    • "Music";
    • "Pictures"
    • "Videos.
  • Uninstall all UWP apps from all accounts with exception apps list;
  • Turn off Windows features;
  • Create a task in the Task Scheduler to start Windows cleaning up;
  • Create a task in the Task Scheduler to clear the $env:SystemRoot\SoftwareDistribution\Download folder;
  • Unpin all Start menu tiles;
  • Pin shortcuts to Start menu using syspin.exe
    • App site
    • Hash (SHA256): 6967E7A3C2251812DD6B3FA0265FB7B61AADC568F562A98C50C345908C6E827
  • Add exclusion folder from Microsoft Defender Antivirus scanning;
  • Refresh desktop icons, environment variables and taskbar without restarting File Explorer;
  • Many more File Explorer and context menu "deep" tweaks.

Images

intro intro intro intro

Usage

To run the script:

  • Download up-to-date version;
  • Expand the archive;
  • Check whether .ps1 is encoded in UTF-8 with BOM;
  • Run Start.cmd as Administrator;
  • The script will start immediately.

Supported Windows versions

Version Code name Marketing name Build Arch Editions
1909 19H2 November 2019 Update 18363 x64 only Pro/Enterprise
1903 19H1 May 2019 Update 18362 x64 only Pro/Enterprise

FAQ

Read the code you run carefully. Some functions are presented as an example only. You must be aware of the meaning of the functions in the code. If you're not sure what the script does, do not run it. Strongly recommended to run the script after fresh installation. Some of functions can be run also on LTSB/LTSC and on older versions of Windows and PowerShell (not recommended to run on the x86 systems).

GUI version (C#)

Cooking

Microsoft Docs

Ask a question on

PS

Collection of useful scripts