diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2018-05-24 19:46:01 +0200 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2018-05-24 19:46:01 +0200 |
commit | 364ca3a5835acb4d00baceab660d054570e36418 (patch) | |
tree | 659b75b9507f0916d0288f2da330ca281bb76fdd /bin/install_win.bat | |
parent | 75c4df6540c7e963ff48d3e37576956489ef165d (diff) | |
download | dotfiles-364ca3a5835acb4d00baceab660d054570e36418.tar.gz dotfiles-364ca3a5835acb4d00baceab660d054570e36418.zip |
Changed install files a bit
Diffstat (limited to 'bin/install_win.bat')
-rw-r--r-- | bin/install_win.bat | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/install_win.bat b/bin/install_win.bat new file mode 100644 index 0000000..6592e63 --- /dev/null +++ b/bin/install_win.bat @@ -0,0 +1,10 @@ +@echo off + +echo This installer will setup you system with jakobs1n's dotfiles. +echo It will not care about your current setup, and will assume that you have a "stock" setup, or are trying a new version of jakobs1n's config. +echo +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 |