exported settings vs. actual registry settings #4218
Unanswered
FredThompsonII
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
exported settings .reg files include lines like this:
[HKEY_CURRENT_USER\Software\ExplorerPatcher]
;"Virtualized_{D17F1E1A-5919-4427-8F89-A1A8503CA3EB}_AutoHideTaskbar"=dword:00000000
These are the commented lines I see when exporting settings from ExplorerPatcher
;"Virtualized_{D17F1E1A-5919-4427-8F89-A1A8503CA3EB}AutoHideTaskbar"=dword:00000000
;"Virtualized{D17F1E1A-5919-4427-8F89-A1A8503CA3EB}DisableModernSearchBar"=dword:00000001
;"Virtualized{D17F1E1A-5919-4427-8F89-A1A8503CA3EB}DisableRoundedCorners"=dword:00000000
;"Virtualized{D17F1E1A-5919-4427-8F89-A1A8503CA3EB}FileExplorerCommandUI"=dword:00000002
;"Virtualized{D17F1E1A-5919-4427-8F89-A1A8503CA3EB}ForceStartSize"=dword:00000000
;"Virtualized{D17F1E1A-5919-4427-8F89-A1A8503CA3EB}MMTaskbarPosition"=dword:00000003
;"Virtualized{D17F1E1A-5919-4427-8F89-A1A8503CA3EB}NoStartMenuMorePrograms"=dword:00000000
;"Virtualized{D17F1E1A-5919-4427-8F89-A1A8503CA3EB}PeopleBand"=dword:00000000
;"Virtualized{D17F1E1A-5919-4427-8F89-A1A8503CA3EB}RegisterAsShellExtension"=dword:00000000
;"Virtualized{D17F1E1A-5919-4427-8F89-A1A8503CA3EB}StartUI_EnableRoundedCorners"=dword:00000000
;"Virtualized{D17F1E1A-5919-4427-8F89-A1A8503CA3EB}StartUI_ShowMoreTiles"=dword:00000000
;"Virtualized{D17F1E1A-5919-4427-8F89-A1A8503CA3EB}Start_MaximumFrequentApps"=dword:00000006
;"Virtualized{D17F1E1A-5919-4427-8F89-A1A8503CA3EB}_TaskbarPosition"=dword:00000003
Of those, there are actual registry settings which correspond to these, but not the rest of that list:
;"Virtualized_{D17F1E1A-5919-4427-8F89-A1A8503CA3EB}FileExplorerCommandUI"=dword:00000002
;"Virtualized{D17F1E1A-5919-4427-8F89-A1A8503CA3EB}StartUI_EnableRoundedCorners"=dword:00000000
;"Virtualized{D17F1E1A-5919-4427-8F89-A1A8503CA3EB}_StartUI_ShowMoreTiles"=dword:00000000
[HKEY_CURRENT_USER\Software\ExplorerPatcher]
"FileExplorerCommandUI"=dword:00000002
"StartUI_EnableRoundedCorners"=dword:00000000
"StartUI_ShowMoreTiles"=dword:00000000
There are also actual registry settings which aren't in the exported .reg file created by ExplorerPatcher such as these:
[HKEY_CURRENT_USER\Software\ExplorerPatcher]
"SymbolsLastNotifiedOSBuild"="10.0.26100.1742"
[HKEY_CURRENT_USER\Software\ExplorerPatcher\explorer]
"CTaskBand_CreateInstance"=dword:00000000
Two questions:
;"Virtualized_{D17F1E1A-5919-4427-8F89-A1A8503CA3EB}AutoHideTaskbar"=dword:00000000
;"Virtualized{D17F1E1A-5919-4427-8F89-A1A8503CA3EB}DisableModernSearchBar"=dword:00000001
;"Virtualized{D17F1E1A-5919-4427-8F89-A1A8503CA3EB}DisableRoundedCorners"=dword:00000000
;"Virtualized{D17F1E1A-5919-4427-8F89-A1A8503CA3EB}ForceStartSize"=dword:00000000
;"Virtualized{D17F1E1A-5919-4427-8F89-A1A8503CA3EB}MMTaskbarPosition"=dword:00000003
;"Virtualized{D17F1E1A-5919-4427-8F89-A1A8503CA3EB}NoStartMenuMorePrograms"=dword:00000000
;"Virtualized{D17F1E1A-5919-4427-8F89-A1A8503CA3EB}PeopleBand"=dword:00000000
;"Virtualized{D17F1E1A-5919-4427-8F89-A1A8503CA3EB}RegisterAsShellExtension"=dword:00000000
;"Virtualized{D17F1E1A-5919-4427-8F89-A1A8503CA3EB}Start_MaximumFrequentApps"=dword:00000006
;"Virtualized{D17F1E1A-5919-4427-8F89-A1A8503CA3EB}_TaskbarPosition"=dword:00000003
Beta Was this translation helpful? Give feedback.
All reactions