From 792daa46d10b6b299878bb16ad7605c3119dec85 Mon Sep 17 00:00:00 2001 From: Fierelier Date: Sun, 21 Mar 2021 23:21:07 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c06d025..e88162d 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,20 @@ A windows homebrew kit and collection of mods. Can mod .WIM (this is where main- * **wimlib:** https://wimlib.net/ (if working with .WIMs) * **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 -Run `run.py` with some arguments, as SYSTEM/TrustedInstaller. Arguments work like this: `arg="value"`. If working with .WIMs, make sure [wimlib](https://wimlib.net/) is in your path. +## How to use - simple +Run `run.bat`. It will use AdvancedRun (make sure it's in %path%) to execute Python, 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. + +The spawned Python windows will only stay open if there is an error. So if the windows don't close instantly and actually show some progress, it's likely fine. + +Note that you may have to edit run.bat depending on your configuration. + +### Arguments: +`run.bat "wimpath" 1` + +Replace `wimpath` with the path to your .wim, and `1` with the index you want to modify, * for all. Both arguments are optional, though you cannot define an index without a wim. If you run the batch without any arguments, you will be asked for some. + +## How to use - advanced +Run `run.py` with some arguments, as SYSTEM/TrustedInstaller. Arguments work like this: `arg="value"`. If working with .WIMs, make sure [wimlib](https://wimlib.net/) is in your %path%. ### Arguments - .WIM: * **wim:** Point to a wim file (**required**)