Advertisement
slyfox1186

add-doskey-to-windows-registry.reg

Jul 17th, 2019 (edited)
1,199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
REG 0.46 KB | None | 0 0
  1. Windows Registry Editor Version 5.00
  2.  
  3. ; you must create your own list of doskeys in the
  4. ; folder 'C:\Windows\System32' and name the file 'macros.doskey'
  5.  
  6. Windows Registry Editor Version 5.00
  7.  
  8. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor]
  9. "CompletionChar"=dword:00000006
  10. "DefaultColor"=dword:00000000
  11. "EnableExtensions"=dword:00000001
  12. "PathCompletionChar"=dword:00000004
  13. "Autorun"="DOSKEY /MACROFILE=\"C:\\Windows\\System32\\macros.doskey\""
  14.  
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement