@ -9235,9 +9317,7 @@ int RtlQueryFeatureConfigurationHook(UINT32 featureId, int sectionType, INT64* c
@@ -9235,9 +9317,7 @@ int RtlQueryFeatureConfigurationHook(UINT32 featureId, int sectionType, INT64* c
#endif
case37634385:// TIFE "Tabs in File Explorer"
{
if(dwFileExplorerCommandUI==1// Windows 10 Ribbon <-- fixes saving of window position and size
||dwFileExplorerCommandUI==2// Windows 7 Command Bar <-- fixes menu bar behavior
||dwFileExplorerCommandUI==3)// Windows 11 Command Bar (no Tabs, classic Address Bar) <-- provides option to disable tabs in File Explorer
if(dwFileExplorerCommandUI==3)// Windows 11 Command Bar (no Tabs, classic Address Bar) <-- provides option to disable tabs in File Explorer
{
// Removed in 23575.1000+
// Crashing on 22635.2915
@ -9247,26 +9327,6 @@ int RtlQueryFeatureConfigurationHook(UINT32 featureId, int sectionType, INT64* c
@@ -9247,26 +9327,6 @@ int RtlQueryFeatureConfigurationHook(UINT32 featureId, int sectionType, INT64* c
}
break;
}
/*case 40729001: // WASDKInFileExplorer - Removed in 22635.2915+
case42295138:// XAMLFolderViewSupport - Depends on WASDKInFileExplorer
{
if(dwFileExplorerCommandUI==1// Windows 10 Ribbon <-- fixes crashing when navigating back to a WASDK view
||dwFileExplorerCommandUI==2// Windows 7 Command Bar <-- ditto
||dwFileExplorerCommandUI==3)// Windows 11 Command Bar (no Tabs, classic Address Bar) <-- fixes crashing when opening an Explorer window
{
// Disable the new Windows App SDK views (in Home and Gallery) when not using the Windows 11 command bar
//
// There is an issue where Explorer crashes when one goes to a page with WASDK, goes to another page
// without WASDK, and returning to a page with WASDK.
//
// However this also disables the new Gallery page altogether.
//
// Fixed by shell32_CoCreateInstanceHook by returning class not registered for CLSID_FileExplorerFolderView