diff --git a/cmd_autoexec_install.bat b/cmd_autoexec_install.bat new file mode 100644 index 0000000..aa5350d --- /dev/null +++ b/cmd_autoexec_install.bat @@ -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%"