diff options
-rw-r--r-- | bin/install_win.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/install_win.bat b/bin/install_win.bat index 6592e63..44b529b 100644 --- a/bin/install_win.bat +++ b/bin/install_win.bat @@ -7,4 +7,4 @@ echo Are you an administrator on your system? (Y/n) echo I don't care... echo echo this key should point to your env.cmd -echo REG Add "HKCU\SOFTWARE\Microsoft\Command Processor" /v AutoRun /t REG_SZ /d pathToFile +echo REG Add "HKCU\SOFTWARE\Microsoft\Command Processor" /v AutoRun /t REG_SZ /d <pathToFile> |