diff options
author | Jakob Stendahl <14180120+JakobST1n@users.noreply.github.com> | 2019-07-13 15:37:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-13 15:37:14 +0200 |
commit | 2073441860c512409fa44b097796a0b8bcf43979 (patch) | |
tree | ce039c14c5eac81f22ffa17456a6349a42c281c0 | |
parent | 9542cec9e3d68c9cef7a008d8feaef891ae9bba4 (diff) | |
download | dotfiles-2073441860c512409fa44b097796a0b8bcf43979.tar.gz dotfiles-2073441860c512409fa44b097796a0b8bcf43979.zip |
Update install_win.bat
-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> |