Skip to content

DrEmpiricism/Windows-10-Setup-Script

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows 10 Setup Script

Contents

Overview

The PowerShell script is a set of tweaks for fine-tuning the OS and automating the routine tasks.

Supported Windows version

Version Code name Marketing name Build Arch PowerShell
1903 19H1 May 2019 Update 18362 x64 5.1

Core features

  • Turn off diagnostics tracking services;
  • Turn off diagnostics tracking scheduled tasks;
  • Interactive prompts
  • Uninstall all UWP apps from all accounts with exception apps list;
  • Turn off Windows features;
  • Create scheduled task with the disk cleanup tool in Task Scheduler;
  • Create task to clean out the "$env:SystemRoot\SoftwareDistribution\Download" folder in Task Scheduler;
  • Create scheduled task with the $env:TEMP folder cleanup in Task Scheduler;
  • Add folder to exclude from Windows Defender Antivirus scan;
  • Turn off per-user services;
  • Create old style shortcut for "Devices and Printers";
  • Import Start menu layout from pre-saved reg file;
  • Unpin all Start menu tiles;
  • Set location of the "Desktop", "Documents" "Downloads" "Music", "Pictures", and "Videos";
  • Refresh desktop icons, environment variables and taskbar without restarting File Explorer;
  • Many more File Explorer and context menu "deep" tweaks.

NB

  • PowerShell and PowerShell ISE must be run with elevated privileges;
  • Set PowerShell execution policy Set-ExecutionPolicy Unrestricted -Force to be able to run .ps1 files.

Usage

To run the script:

  • Download up-to-date version;
  • Check whether file is encoded in UTF-8 with BOM and run it through powershell.exe.

or

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. Some of functions can be run also on LTSB/LTSC and on older versions of Windows and PowerShell (also on 32bit systems).

Screenshots

  • Startmenu

    Startmenu

  • Interactive promts

    Menu

Links

Ask a question in

PS

Collection of useful scripts

About

Script to setup Windows 10 1903

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PowerShell 100.0%