diff options
author | jakobst1n <jakob.stendahl@outlook.com> | 2024-04-27 13:39:23 +0200 |
---|---|---|
committer | jakobst1n <jakob.stendahl@outlook.com> | 2024-04-27 13:39:23 +0200 |
commit | 2a284fc5deb56bc2a9d1a45595741e1c72a153a4 (patch) | |
tree | 2fad04d5347fa6c93dbe7bbc2a196f9251d95c57 /install/install_win.bat | |
parent | 7c9e2622b14965528e3d38010ff41ffa0f7b6805 (diff) | |
download | dotfiles-2a284fc5deb56bc2a9d1a45595741e1c72a153a4.tar.gz dotfiles-2a284fc5deb56bc2a9d1a45595741e1c72a153a4.zip |
Remove install
Diffstat (limited to 'install/install_win.bat')
-rw-r--r-- | install/install_win.bat | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/install/install_win.bat b/install/install_win.bat deleted file mode 100644 index 44b529b..0000000 --- a/install/install_win.bat +++ /dev/null @@ -1,10 +0,0 @@ -@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> |