Browse Source

Update README.md

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

34
README.md

@ -2,9 +2,10 @@
- [Overview](#overview)
- [Supported Windows version](#supported-windows-version)
- [Core features](#core-features)
- [Screenshots](#screenshots)
- [Nota bene](#NB)
- [Usage](#usage)
- [FAQ](#faq)
- [Screenshots](#screenshots)
- [Links](#links)
- [PS](#ps)
@ -37,33 +38,34 @@ The PowerShell script is a set of tweaks for fine-tuning the OS and automating t
- Refresh desktop icons, environment variables and taskbar without restarting File Explorer;
- Many more File Explorer and context menu "deep" tweaks.
### Screenshots
- Startmenu
![Startmenu](https://github.com/farag2/Windows-10-Setup-Script/blob/master/Screenshots/Startmenu.png)
- Interactive promts
![Menu](https://github.com/farag2/Windows-10-Setup-Script/blob/master/Screenshots/read-host.png)
## NB
- PowerShell and PowerShell ISE must be run with elevated privileges;
- Set PowerShell execution policy <code>Set-ExecutionPolicy Unrestricted -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)
## Usage
To run the script:
- Download [up-to-date version](https://github.com/farag2/Setup-Windows-10/releases);
- Check whether file is encoded in "UTF-8 with BOM" and run it through powershell.exe.
- Check whether file is encoded in **UTF-8 with BOM** and run it through powershell.exe.
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-).
**NB**
- PowerShell and PowerShell ISE must be run with elevated privileges;
- Set PowerShell execution policy <code>Set-ExecutionPolicy Unrestricted -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)
## 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](https://github.com/farag2/Windows-10-Setup-Script/blob/master/Screenshots/Startmenu.png)
- Interactive promts
![Menu](https://github.com/farag2/Windows-10-Setup-Script/blob/master/Screenshots/read-host.png)
## Links
### Ask a question in
- [Habr](https://habr.com/ru/post/465365/)

Loading…
Cancel
Save