diff --git a/README.md b/README.md index bf2e670..5e0d8fc 100644 --- a/README.md +++ b/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