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.

123 lines
4.0 KiB

4 years ago
<div align="center">
<h1>Windows 10 Setup Script</h1>
5 years ago
4 years ago
"Windows 10 Setup Script" is a set of tweaks for OS fine-tuning and automating the routine tasks.
4 years ago
</div>
5 years ago
5 years ago
## Core features
4 years ago
- Set up Privacy & Telemetry;
- Turn off diagnostics tracking scheduled tasks;
- Set up UI & Personalization;
- Uninstall OneDrive "correctly";
4 years ago
- Interactive prompts;
- Change %TEMP% environment variable path to %SystemDrive%\Temp
- Change location of the user folders programmatically (without moving user files) within interactive menu using up/down arrows and Enter key to make a selection
4 years ago
- "Desktop";
- "Documents";
- "Downloads";
- "Music";
- "Pictures"
- "Videos.
4 years ago
4 years ago
- Uninstall UWP apps from all accounts with exception apps list with pop-up form written in WPF;
4 years ago
5 years ago
- Turn off Windows features;
4 years ago
- Remove Windows capabilities with pop-up form written in [WPF](https://github.com/farag2/Windows-10-Setup-Script/raw/master/Images/Img-3.png);
4 years ago
4 years ago
- Create a Windows cleaning up task in the Task Scheduler;
4 years ago
4 years ago
4 years ago
- Create tasks in the Task Scheduler to clear
4 years ago
4 years ago
- %SystemRoot%\SoftwareDistribution\Download
4 years ago
4 years ago
- %TEMP%
4 years ago
4 years ago
- Unpin all Start menu tiles;
4 years ago
4 years ago
4 years ago
- Pin shortcuts to Start menu using [syspin.exe](http://www.technosys.net/products/utils/pintotaskbar)
4 years ago
4 years ago
4 years ago
- Turn on Controlled folder access and add protected folders using dialog menu;
4 years ago
4 years ago
4 years ago
- Add exclusion folder from Microsoft Defender Antivirus scanning using dialog menu;
4 years ago
4 years ago
4 years ago
- Add exclusion file from Microsoft Defender Antivirus scanning using dialog menu;
4 years ago
4 years ago
5 years ago
- Refresh desktop icons, environment variables and taskbar without restarting File Explorer;
4 years ago
4 years ago
5 years ago
- Many more File Explorer and context menu "deep" tweaks.
4 years ago
4 years ago
## Images
4 years ago
<details>
<summary>Images and the GIF</summary>
4 years ago
![intro](https://github.com/farag2/Windows-10-Setup-Script/raw/master/Images/intro.gif)
4 years ago
![intro](https://github.com/farag2/Windows-10-Setup-Script/raw/master/Images/img-2.png)
4 years ago
![intro](https://github.com/farag2/Windows-10-Setup-Script/raw/master/Images/Img-3.png)
![intro](https://github.com/farag2/Windows-10-Setup-Script/blob/master/Images/GUI-1.png)
![intro](https://github.com/farag2/Windows-10-Setup-Script/blob/master/Images/GUI-2.png)
4 years ago
</details>
5 years ago
## Usage
To run the script:
5 years ago
- Download [up-to-date version](https://github.com/farag2/Setup-Windows-10/releases);
4 years ago
4 years ago
4 years ago
- Expand the archive;
4 years ago
4 years ago
4 years ago
- Check whether .ps1 is encoded in **UTF-8 with BOM**;
4 years ago
4 years ago
4 years ago
- Run Start.cmd as Administrator;
4 years ago
4 years ago
4 years ago
- The script will start immediately.
5 years ago
4 years ago
## Supported Windows versions
4 years ago
|Version|Code name| Marketing name |Build| Arch | Editions |
|:-----:|:-------:|:------------------:|:---:|:------:|:-----------------:|
| 1909 | 19H2 |November 2019 Update|18363|x64 only|Home/Pro/Enterprise|
| 1903 | 19H1 | May 2019 Update |18362|x64 only|Home/Pro/Enterprise|
5 years ago
5 years ago
## FAQ
4 years ago
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).
5 years ago
4 years ago
## GUI version (C#)
4 years ago
Still [Cooking](https://github.com/farag2/Windows-10-Setup-Script/tree/GUI-dev)
4 years ago
4 years ago
## Microsoft Docs
5 years ago
- [Release information](https://docs.microsoft.com/en-us/windows/release-information)
- [Known issues](https://docs.microsoft.com/en-us/windows/release-information/status-windows-10-1909)
## Ask a question on
5 years ago
- [Habr](https://habr.com/en/post/465365/)
4 years ago
5 years ago
- [Ru-Board](http://forum.ru-board.com/topic.cgi?forum=62&topic=30617#15)
4 years ago
4 years ago
- [4PDA](https://4pda.ru/forum/index.php?s=&showtopic=523489&view=findpost&p=95909388)
4 years ago
4 years ago
- [My Digital Life](https://forums.mydigitallife.net/threads/powershell-script-setup-windows-10.81675/)
4 years ago
4 years ago
- [Reddit](https://www.reddit.com/r/PowerShell/comments/go2n5v/powershell_script_setup_windows_10/)
5 years ago
## PS
4 years ago
Collection of useful [scripts](https://github.com/farag2/Utilities)