Compare commits

...

2 Commits

Author SHA1 Message Date
Fierelier d6c7991635 Fix docs 2022-07-05 15:39:45 +02:00
Fierelier 4bb47f9c66 Add shortcut key 2022-06-28 12:53:25 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ Drag `run-wim.bat` into `ti-shell.bat`. It will use [RunAsTI](https://github.com
If Python shows no exceptions, the script likely ran successfully.
If you want to edit offline media, or batch-process .WIMs, move on to [How to use - Advanced](#how-to-use-advanced).
If you want to edit offline media, or batch-process .WIMs, move on to [Applying - Advanced](#applying-advanced).
### Arguments:
`run-wim.bat "wimpath" 1`

View File

@ -1,5 +1,5 @@
opusnt.runReg(["delete",opusnt.regTmpPath + "software\\Classes\\*\\shellex\\ContextMenuHandlers\\Open With","/f"],check=False)
opusnt.runReg(["add",opusnt.regTmpPath + "software\\Classes\\*\\shell\\1 Open With","/ve","/t","REG_SZ","/d","Open with","/f"])
opusnt.runReg(["add",opusnt.regTmpPath + "software\\Classes\\*\\shell\\1 Open With","/ve","/t","REG_SZ","/d","Open &with","/f"])
opusnt.runReg(["add",opusnt.regTmpPath + "software\\Classes\\*\\shell\\1 Open With","/v","Position","/t","REG_SZ","/d","Top","/f"])
opusnt.runReg(["add",opusnt.regTmpPath + "software\\Classes\\*\\shell\\1 Open With","/v","Icon","/t","REG_SZ","/d","C:\\\\System32\\\\Shell32.dll,208","/f"])
opusnt.runReg(["add",opusnt.regTmpPath + "software\\Classes\\*\\shell\\1 Open With\\command","/ve","/t","REG_SZ","/d","{09799AFB-AD67-11d1-ABCD-00C04FC30936}","/f"])