|
2 | 2 | - [Overview](#overview) |
3 | 3 | - [Supported Windows version](#supported-windows-version) |
4 | 4 | - [Core features](#core-features) |
5 | | -- [Screenshots](#screenshots) |
| 5 | +- [Nota bene](#NB) |
6 | 6 | - [Usage](#usage) |
7 | 7 | - [FAQ](#faq) |
| 8 | +- [Screenshots](#screenshots) |
8 | 9 | - [Links](#links) |
9 | 10 | - [PS](#ps) |
10 | 11 |
|
@@ -37,33 +38,34 @@ The PowerShell script is a set of tweaks for fine-tuning the OS and automating t |
37 | 38 | - Refresh desktop icons, environment variables and taskbar without restarting File Explorer; |
38 | 39 | - Many more File Explorer and context menu "deep" tweaks. |
39 | 40 |
|
40 | | -### Screenshots |
41 | | -- Startmenu |
42 | | - |
43 | | -  |
44 | | - |
45 | | -- Interactive promts |
46 | | - |
47 | | -  |
48 | | - |
| 41 | +## NB |
| 42 | +- PowerShell and PowerShell ISE must be run with elevated privileges; |
| 43 | +- Set PowerShell execution policy <code>Set-ExecutionPolicy Unrestricted -Force</code> to be able to run .ps1 files. |
| 44 | + - Read more about [execution policy](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_execution_policies) |
| 45 | + |
49 | 46 | ## Usage |
50 | 47 | To run the script: |
51 | 48 | - Download [up-to-date version](https://github.com/farag2/Setup-Windows-10/releases); |
52 | | -- Check whether file is encoded in "UTF-8 with BOM" and run it through powershell.exe. |
| 49 | +- Check whether file is encoded in **UTF-8 with BOM** and run it through powershell.exe. |
53 | 50 |
|
54 | 51 | or |
55 | 52 |
|
56 | 53 | - 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-). |
57 | 54 |
|
58 | | -**NB** |
59 | | -- PowerShell and PowerShell ISE must be run with elevated privileges; |
60 | | -- Set PowerShell execution policy <code>Set-ExecutionPolicy Unrestricted -Force</code> to be able to run .ps1 files. |
61 | | - - Read more about [execution policy](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_execution_policies) |
62 | | - |
63 | 55 | ## FAQ |
64 | 56 | 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.** |
65 | 57 | Some of functions can be run also on LTSB/LTSC and on older versions of Windows and PowerShell (also on 32bit systems). |
66 | 58 |
|
| 59 | +### Screenshots |
| 60 | +- Startmenu |
| 61 | + |
| 62 | +  |
| 63 | + |
| 64 | +- Interactive promts |
| 65 | + |
| 66 | +  |
| 67 | + |
| 68 | + |
67 | 69 | ## Links |
68 | 70 | ### Ask a question in |
69 | 71 | - [Habr](https://habr.com/ru/post/465365/) |
|
0 commit comments