diff --git a/README.md b/README.md index 11281d9..df97ede 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A windows homebrew kit and collection of mods. Can mod .WIM (this is where main- * **Something to run the script as SYSTEM and TrustedInstaller:** There isn't much good software to do this with, especially the TrustedInstaller part. This is okay: https://www.nirsoft.net/utils/advanced_run.html -- But it's not open source ([*1](#notes)) ## How to use - Simple -Extract both wimlib and AdvancedRun to `Path\` (the folder is only added to %path% if you use `run.bat`). Both `AdvancedRun.exe` and `wimlib-imagex.exe` should be in the main `Path\` folder. +Extract both wimlib and AdvancedRun to `Path\` (the folder is only added to %path% if you use `run.bat`). Both `AdvancedRun.exe` and `wimlib-imagex.exe` should be in the main `Path\` folder, alongside their libraries. Run `run.bat`. It will use AdvancedRun to execute `run.py`, and apply all mods to your wished for wim file. It will do two runs, one as SYSTEM, and another as TrustedInstaller. Both runs have different mods. If you want to know how it works, edit the .bat file.