mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-16 18:47:32 -05:00
SetCurrentProcessExplicitAppUserModelID to fix jumplist/removable media bug
The algorithm Windows uses to generate AppUserModelIDs "hangs on" to removable media (CDs/DVDs) if PuTTY is launched with a CD/DVD in a drive. Set the AppUserModelID explicitly to avoid using this algorithm.
This commit is contained in:
@ -543,6 +543,7 @@ extern Backend serial_backend;
|
||||
void add_session_to_jumplist(const char * const sessionname);
|
||||
void remove_session_from_jumplist(const char * const sessionname);
|
||||
void clear_jumplist(void);
|
||||
BOOL set_explicit_app_user_model_id();
|
||||
|
||||
/*
|
||||
* Extra functions in winstore.c over and above the interface in
|
||||
|
Reference in New Issue
Block a user