1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-03-21 22:28:37 -05:00

Note the interaction of jump lists and -cleanup.

Also note that recent installers don't prompt to -cleanup (this started
with 0.67's MSI installer).
This commit is contained in:
Jacob Nevins 2017-02-17 00:03:11 +00:00
parent 2e5212fb41
commit 8d48caa849
2 changed files with 16 additions and 8 deletions

View File

@ -1093,15 +1093,21 @@ USB stick).
I \i{clean up} after it? I \i{clean up} after it?
PuTTY will leave some Registry entries, and a random seed file, on PuTTY will leave some Registry entries, and a random seed file, on
the PC (see \k{faq-settings}). If you are using PuTTY on a public the PC (see \k{faq-settings}). Windows 7 and up also remember some
PC, or somebody else's PC, you might want to clean these up when you information about recently launched sessions for the \q{jump list}
leave. You can do that automatically, by running the command feature.
\c{putty -cleanup}. (Note that this only removes settings for
the currently logged-in user on \i{multi-user systems}.) If you are using PuTTY on a public PC, or somebody else's PC, you
might want to clean this information up when you leave. You can do
that automatically, by running the command \c{putty -cleanup}. See
\k{using-cleanup} in the documentation for more detail. (Note that
this only removes settings for the currently logged-in user on
\i{multi-user systems}.)
If PuTTY was installed from the installer package, it will also If PuTTY was installed from the installer package, it will also
appear in \q{Add/Remove Programs}. Older versions of the uninstaller appear in \q{Add/Remove Programs}. Current versions of the installer
do not remove the above-mentioned registry entries and file. do not offer to remove the above-mentioned items, so if you want them
removed you should run \c{putty -cleanup} before uninstalling.
\S{faq-dsa}{Question} How come PuTTY now supports \i{DSA}, when the \S{faq-dsa}{Question} How come PuTTY now supports \i{DSA}, when the
website used to say how insecure it was? website used to say how insecure it was?

View File

@ -607,7 +607,9 @@ use the \c{-load} option (described in \k{using-cmdline-load}).
If invoked with the \c{-cleanup} option, rather than running as If invoked with the \c{-cleanup} option, rather than running as
normal, PuTTY will remove its \I{removing registry entries}registry normal, PuTTY will remove its \I{removing registry entries}registry
entries and \i{random seed file} from the local machine (after entries and \i{random seed file} from the local machine (after
confirming with the user). confirming with the user). It will also attempt to remove information
about recently launched sessions stored in the \q{jump list} on
Windows 7 and up.
Note that on \i{multi-user systems}, \c{-cleanup} only removes Note that on \i{multi-user systems}, \c{-cleanup} only removes
registry entries and files associated with the currently logged-in registry entries and files associated with the currently logged-in