Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision |
pc:windows:tips [2018-04-18 15:33] – admin | pc:windows:tips [2023-10-26 20:08] (current) – external edit 127.0.0.1 |
---|
* Restart Explorer | * Restart Explorer |
== Pin any file to the Start Menu == | == Pin any file to the Start Menu == |
* ''HKEY_CLASSES_ROOT\AllFileSystemObjects\shellex\ContextMenuHandlers'' > add ''{470C0EBD-5D73-4d58-9CED-E91E22E23282}'' as SubKey and enter ''Pin to Start' as ''(default)'' value | * ''HKEY_CLASSES_ROOT\AllFileSystemObjects\shellex\ContextMenuHandlers'' > add ''{470C0EBD-5D73-4d58-9CED-E91E22E23282}'' as SubKey and enter ''Pin to Start'' as ''(default)'' value |
| == Re-order entries in Navigation Pane of File Explorer == |
| * 3rd-party entries are under the path ''\HKEY_USERS\[*SID*]_Classes\CLSID\[*ApplicationHash*]''. If you're the only user logged on (entries only exist for active users not logged out), your SID (or Security Identifier) will be obvious because there will only be one. It is the long one. Otherwise obtain your user by using the Command Prompt statement ''wmic useraccount get name,sid''. |
| * ''{018D5C66-4533-4307-9B53-xxxxxxxxxxxx}'' OneDrive - Personal |
| * ''{04271989-C4D2-9705-A5AE-C6621B42FBF2}'' OneDrive for Business |
| * ''{0E270DAA-1BE6-48F2-AC49-xxxxxxxxxxxx}'' Creative Cloud Files |
| * ''{19E5D309-B824-48f8-86a9-xxxxxxxxxxxx}'' Google Drive |
| * ''{E31EA727-12ED-4702-820C-xxxxxxxxxxxx}'' Dropbox |
| * Entries are configured using the two values ''System.IsPinnedToNameSpaceTree'' (boolean) and ''SortOrderIndex'' (integer) |
| * See also [[https://docs.microsoft.com/en-us/dotnet/desktop/winforms/controls/known-folder-guids-for-file-dialog-custom-places?view=netframeworkdesktop-4.8|Known Folder GUIDs for File Dialog Custom Places]] and [[https://docs.microsoft.com/en-us/windows/win32/shell/knownfolderid|KNOWNFOLDERID]] |
== MSN homepage opening when switching networks == | == MSN homepage opening when switching networks == |
* ''HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet\EnableActiveProbing = 0'' | * ''HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet\EnableActiveProbing = 0'' |
| |