Home > Software engineering >  Win10 set the quick launch toolbar mode
Win10 set the quick launch toolbar mode

Time:09-27

Windows 7 doing ShellExecute (NULL, _T (" taskbarpin "), strLinkQuickLaunchPath, NULL, NULL, SW_SHOWNORMAL); No problem
But win10 failed, to find the information operation under the registry entries, but didn't know how to write the binary form inside the
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Taskband
Favorites

Reference:
http://connect.microsoft.com/PowerShell/feedbackdetail/view/1609288/pin-to-taskbar-no-longer-working-in-windows-10

CodePudding user response:

Manual changes to observe the changing rule of the corresponding registry key value... ?

CodePudding user response:

Registry entry is know, but there is a binary format, similar to a string and less like, there is a lot of character is not know
  • Related