Browse Source

[feat:scripts/win] create install.cmd

pull/1/head
Muthu Kumar 4 years ago
committed by GitHub
parent
commit
863ab91459
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      scripts/win/install.cmd

2
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
Loading…
Cancel
Save