Re: The Putty Problem



J.Alfred Prufrock <Poet@xxxxxxxx> wrote in
news:3J4BAX2J38613.8005902778@xxxxxxxxxxxxxxxx:

> I thought of a way around the Putty problem of using the registry for
> the information for people that wish to use a floppy on different
> computers.
>
> 1. Using regedit, find HKEY_CURRENT_USER\Software\SimonTatham and
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
> PuTTY_is1 export the keys as *.reg files. Put these file on the
> floppy disk with your PuTTY program. (Only the first key may be
> needed) 2. Before running PuTTY, click on the reg file to load your
> preferences.
>
> To get rid of these preferences (although not without leaving traces):
>
> Find the same keys and delete them.
>
> I haven't tried this, but it would seem to be a fast way of restoring
> the information rather than entering it all again - and still having
> the registry record it.
>
> J. A. Prufrock



Yep, that's how to do it.

Except it's easy to merge the two exported reg files (three? maybe export
HKU\...\SimonTatham too) into a single one called something like
puttyon.reg

And removing them is easier than going back in with regedit.

Make a copy of puttyon.reg called, say, puttyoff.reg.

You can remove the entire tree by putting a "minus" right after the first
left square bracket, like so:

[-HKEY_CURRENT_USER\Software\SimonTatham]

and so on for each top-level key

Use puttyon to install the needed entries in the registry and use
puttyoff to remove them when you're finished.

Regards,

PS If for some reason you just want to remove an individual value set it
equal to a "minus" like so

[HKEY_CURRENT_USER\DummyTree]
"ValueToBeRemoved"=-

.



Relevant Pages

  • Re: Where to find SCO Termlite?
    ... you can export a registry branch from regedit and then ... My quick experiments with putty showed ... Choose "Change Settings" ... Set the backspace and Home keys to your preferences ...
    (comp.unix.sco.misc)
  • Re: RegSnap
    ... as a matter of fact I just posted this this morning on another RegSnap ... undo .reg files) to include keys and values, only keys are generated in the ... This completely defeats the ability to pull registry diffs out ...
    (microsoft.public.windowsxp.embedded)
  • Re: Component for bulk Registry adds
    ... it had what would be needed - a registry diff ability to write out a .reg ... undo .reg files) to include keys and values, only keys are generated in the ... This completely defeats the ability to pull registry diffs out ...
    (microsoft.public.windowsxp.embedded)
  • RE: Importing .reg files previously exported...Help needed.
    ... Not all registry entries can be imported. ... Certain keys you may not have permission to update. ... Importing .reg files previously exported...Help needed. ...
    (microsoft.public.windows.server.setup)
  • Re: Startup Issue
    ... Find the keys that you exported and simply remerge them to the registry, everything will be as it was. ... As for your firewall and anti-virus protection just open these programs and in the options menu reenable them to start when the computer boots. ... If it still happens then you can double-click the two REG files to import the values so you're back to square one. ...
    (microsoft.public.win2000.general)

Loading