From 6f9e2bd1a004869eca25f480fabf374e873091f0 Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Mon, 2 Jan 2023 12:33:40 +0100 Subject: [PATCH] docs --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 64839b4..bf2e670 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ This is actually the only *supported* version! *What will you need to run this?* -- a working Windows 10 installation +- a working Windows 10 installation with ADMIN(!) rights - a working *commandline* GIT client - a windows ISO image or Windows Media creator - some tools from Microsoft @@ -53,6 +53,8 @@ This is actually the only *supported* version! Note: This was tested with a standard Windows 10 installation (20H2 v1). +Login with ADMIN rights! + ## 1.1 Create some directories @@ -211,10 +213,11 @@ cd w10install # 4. Get essential building tools and software -You can download almost all needed software with the script "01_DownloadAll.cmd". +You can download all the needed software packages with the script "01_DownloadAll.cmd". To do this execute: ```dos +powershell -Command "Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope LocalMachine" cd /D %USERPROFILE%\workspace\git\w10install 01_DownloadAll.cmd