Browse Source

Update README.md

pull/23/head
farag2 4 years ago
committed by GitHub
parent
commit
367fcddbcd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      README.md

14
README.md

@ -16,10 +16,10 @@ Windows 10 Setup Script
The PowerShell script is a set of tweaks for fine-tuning the OS and automating the routine tasks.
## Supported Windows versions
|Version|Code name| Marketing name |Build| Arch |
|:-----:|:-------:|:------------------:|:---:|:-------:|
| 1909 | 19H2 |November 2019 Update|18363| x64 only|
| 1903 | 19H1 | May 2019 Update |18362| x64 only|
|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|
## Core features
- Turn off diagnostics tracking services;
@ -45,7 +45,7 @@ The PowerShell script is a set of tweaks for fine-tuning the OS and automating t
## NB
- PowerShell and PowerShell ISE must be run with elevated privileges;
- Set PowerShell execution policy <code>Set-ExecutionPolicy -ExecutionPolicy Bypass -Force</code> to be able to run .ps1 files.
- Read more about [execution policy](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_execution_policies)
- Read more about [execution policy](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_execution_policies)
## Usage
To run the script:
@ -57,8 +57,8 @@ or
- Copy the script code and paste it into [PowerShell ISE](https://docs.microsoft.com/en-us/powershell/scripting/components/ise/windows-powershell-integrated-scripting-environment--ise-).
## 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).
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).
## Screenshots
- Startmenu

Loading…
Cancel
Save