From 863ab91459255dae682e4e187e2a2c186bea39fd Mon Sep 17 00:00:00 2001 From: Muthu Kumar Date: Tue, 5 May 2020 03:56:30 +0530 Subject: [PATCH] [feat:scripts/win] create install.cmd --- scripts/win/install.cmd | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 scripts/win/install.cmd diff --git a/scripts/win/install.cmd b/scripts/win/install.cmd new file mode 100644 index 0000000..fe2f0a8 --- /dev/null +++ b/scripts/win/install.cmd @@ -0,0 +1,2 @@ +reg add "HKCU\Software\Microsoft\Command Processor" /v AutoRun ^ + /t REG_EXPAND_SZ /d "%%USERPROFILE%%\rc.cmd" /f