Skip to content

Commit 7117dd8

Browse files
authored
Update README.md
1 parent 1e25a0a commit 7117dd8

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

README.md

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
- [Overview](#overview)
33
- [Supported Windows version](#supported-windows-version)
44
- [Core features](#core-features)
5-
- [Screenshots](#screenshots)
5+
- [Nota bene](#NB)
66
- [Usage](#usage)
77
- [FAQ](#faq)
8+
- [Screenshots](#screenshots)
89
- [Links](#links)
910
- [PS](#ps)
1011

@@ -37,33 +38,34 @@ The PowerShell script is a set of tweaks for fine-tuning the OS and automating t
3738
- Refresh desktop icons, environment variables and taskbar without restarting File Explorer;
3839
- Many more File Explorer and context menu "deep" tweaks.
3940

40-
### Screenshots
41-
- Startmenu
42-
43-
![Startmenu](https://github.com/farag2/Windows-10-Setup-Script/blob/master/Screenshots/Startmenu.png)
44-
45-
- Interactive promts
46-
47-
![Menu](https://github.com/farag2/Windows-10-Setup-Script/blob/master/Screenshots/read-host.png)
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+
4946
## Usage
5047
To run the script:
5148
- 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.
5350

5451
or
5552

5653
- 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-).
5754

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-
6355
## FAQ
6456
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.**
6557
Some of functions can be run also on LTSB/LTSC and on older versions of Windows and PowerShell (also on 32bit systems).
6658

59+
### Screenshots
60+
- Startmenu
61+
62+
![Startmenu](https://github.com/farag2/Windows-10-Setup-Script/blob/master/Screenshots/Startmenu.png)
63+
64+
- Interactive promts
65+
66+
![Menu](https://github.com/farag2/Windows-10-Setup-Script/blob/master/Screenshots/read-host.png)
67+
68+
6769
## Links
6870
### Ask a question in
6971
- [Habr](https://habr.com/ru/post/465365/)

0 commit comments

Comments
 (0)