Add cmd_autoexec_install.bat.

This commit is contained in:
voussoir 2020-01-15 21:49:23 -08:00
parent f89f2232e5
commit 8fc5c0e28c

2
cmd_autoexec_install.bat Normal file
View file

@ -0,0 +1,2 @@
set autorun_val=call %~dp0cmd_autoexec.bat
reg add "HKEY_CURRENT_USER\Software\Microsoft\Command Processor" /v "Autorun" /t REG_SZ /d "%autorun_val%"