docs
This commit is contained in:
parent
6f9e2bd1a0
commit
227d879b88
16
README.md
16
README.md
@ -96,8 +96,8 @@ Unpack the MSI with:
|
||||
cd /D %USERPROFILE%\Downloads
|
||||
move /Y 7z*-x64.msi 7z-setup.msi
|
||||
msiexec /a 7z-setup.msi TARGETDIR=%T%
|
||||
|
||||
cd ..
|
||||
|
||||
```
|
||||
|
||||
After extracting execute:
|
||||
@ -199,6 +199,19 @@ setx PATH %SYSTEMROOT%;%SYSTEMROOT%\system32;%SYSTEMROOT%\system32\wbem;%SYSTEMR
|
||||
```
|
||||
|
||||
|
||||
## 2.5 Enable Powershell script execution
|
||||
|
||||
This is a very **important** step! (We need to allow the execution of any powershell script)
|
||||
|
||||
Start a Powershell window **with ADMIN rights** ("Run As Administrator")!
|
||||
|
||||
And Execute:
|
||||
```dos
|
||||
powershell -Command "Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope LocalMachine"
|
||||
|
||||
```
|
||||
|
||||
|
||||
# 3. Clone this repository
|
||||
|
||||
```dos
|
||||
@ -217,7 +230,6 @@ You can download all the needed software packages with the script "01_DownloadAl
|
||||
|
||||
To do this execute:
|
||||
```dos
|
||||
powershell -Command "Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope LocalMachine"
|
||||
cd /D %USERPROFILE%\workspace\git\w10install
|
||||
01_DownloadAll.cmd
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user