mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-25 01:02:24 +00:00
Incorporate Brad Clarke's suggestion to use "REGEDIT /EA" rather than
"REGEDIT /E". On newer versions of Windows (verified on 2K), this will cause the .REG file to be saved in REGEDIT4 format (ASCII) which can be read by older Windows, rather than REGEDIT5 (Unicode). On older Windows, the extra "A" is harmless (verified on Win98). [originally from svn r3305]
This commit is contained in:
parent
19fe5968aa
commit
5161740aab
@ -1,4 +1,4 @@
|
||||
\versionid $Id: config.but,v 1.65 2003/06/21 20:21:29 jacob Exp $
|
||||
\versionid $Id: config.but,v 1.66 2003/06/25 15:52:29 jacob Exp $
|
||||
|
||||
\C{config} Configuring PuTTY
|
||||
|
||||
@ -2259,7 +2259,7 @@ line options, so it's all automatic. Here is what you need in
|
||||
\c regedit /s putty.reg
|
||||
\c regedit /s puttyrnd.reg
|
||||
\c start /w putty.exe
|
||||
\c regedit /e puttynew.reg HKEY_CURRENT_USER\Software\SimonTatham\PuTTY
|
||||
\c regedit /ea puttynew.reg HKEY_CURRENT_USER\Software\SimonTatham\PuTTY
|
||||
\c copy puttynew.reg putty.reg
|
||||
\c del puttynew.reg
|
||||
\c regedit /s puttydel.reg
|
||||
|
Loading…
Reference in New Issue
Block a user