Update 'README.md'

This commit is contained in:
Fierelier 2021-03-25 12:32:26 +00:00
parent ecb1dc7261
commit 16a858f011

View File

@ -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.