diff --git a/README.md b/README.md index d40e5202..a9678dc9 100644 --- a/README.md +++ b/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 Set-ExecutionPolicy Unrestricted -Force 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 Set-ExecutionPolicy Unrestricted -Force 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/)