GithubHelp home page GithubHelp logo

hhy5277 / windows-10-setup-script Goto Github PK

View Code? Open in Web Editor NEW

This project forked from farag2/sophia-script-for-windows

0.0 1.0 0.0 453 KB

Script to setup Windows 10 1903

License: MIT License

PowerShell 100.00%

windows-10-setup-script's Introduction

Contents

Overview

This PowerShell script is for initial setup after fresh installation of Windows 10 and partially Windows Server 2016/2019. The script is a set of tweaks for fine-tuning the OS and automating the routine tasks.

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.

Screenshots

  • Startmenu

    Startmenu

  • Interactive promts

    Menu

Usage

To run the script:

  • Download up-to-date version;
  • Change encoding to "UTF-8 with BOM" and run it through powershell.exe.

or

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.

Supported Windows version

Version Code name Marketing name Build
1903 19H1 May 2019 Update 18362

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.

The script was written for PowerShell 5.1 and for the current up-to-date version of Windows 10 Pro x64. Some of functions can be run also on LTSB/LTSC and on older versions of Windows and PowerShell (also on 32bit systems).

Links

Ask a question in

PS

Collection of useful scripts

windows-10-setup-script's People

Contributors

farag2 avatar wseng avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.