From fd0260f11343a70cefc23de51b555fba37335e77 Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Wed, 13 Oct 2021 06:59:44 +0300 Subject: [PATCH] Compatibility with OS build 22000.258 --- CHANGELOG.md | 4 +-- ExplorerPatcher/ExplorerPatcher.rc | 8 +++--- README.md | 2 +- configs/_arm64/22000.176/settings.ini | 40 --------------------------- configs/_x64/22000.1/settings.ini | 38 ------------------------- configs/_x64/22000.176/settings.ini | 38 ------------------------- configs/_x64/22000.194/settings.ini | 23 --------------- configs/_x64/22449.1000/settings.ini | 38 ------------------------- 8 files changed, 7 insertions(+), 184 deletions(-) delete mode 100644 configs/_arm64/22000.176/settings.ini delete mode 100644 configs/_x64/22000.1/settings.ini delete mode 100644 configs/_x64/22000.176/settings.ini delete mode 100644 configs/_x64/22000.194/settings.ini delete mode 100644 configs/_x64/22449.1000/settings.ini diff --git a/CHANGELOG.md b/CHANGELOG.md index a22a124..e9c320c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,9 @@ This document includes the same release notes as in the [Releases](https://github.com/valinet/ExplorerPatcher/releases) section on GitHub. -## 22000.194.0.26 +## 22000.258.0.26 -Tested on build: 22000.194. +Tested on build: 22000.258. * Option to open Network and Sharing Center instead if Network settings when right clicking the network icon in the system tray * Centered network and sound right click menus and made them toggle on right click diff --git a/ExplorerPatcher/ExplorerPatcher.rc b/ExplorerPatcher/ExplorerPatcher.rc index 29af358..4b1b7f6 100644 --- a/ExplorerPatcher/ExplorerPatcher.rc +++ b/ExplorerPatcher/ExplorerPatcher.rc @@ -51,8 +51,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 22000,194,0,26 - PRODUCTVERSION 22000,194,0,26 + FILEVERSION 22000,258,0,26 + PRODUCTVERSION 22000,258,0,26 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -69,12 +69,12 @@ BEGIN BEGIN VALUE "CompanyName", "VALINET Solutions SRL" VALUE "FileDescription", "ExplorerPatcher" - VALUE "FileVersion", "22000.194.0.26" + VALUE "FileVersion", "22000.258.0.26" VALUE "InternalName", "ExplorerPatcher.dll" VALUE "LegalCopyright", "Copyright (C) 2006-2021 VALINET Solutions SRL. All rights reserved." VALUE "OriginalFilename", "ExplorerPatcher.dll" VALUE "ProductName", "ExplorerPatcher" - VALUE "ProductVersion", "22000.194.0.26" + VALUE "ProductVersion", "22000.258.0.26" END END BLOCK "VarFileInfo" diff --git a/README.md b/README.md index eb6ca5f..6fbb048 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This project aims to bring back a productive working environment on Windows 11. Screenshots: [<1>](https://gist.githubusercontent.com/valinet/d0f72ff09773702584e77c46065b95e0/raw/94036ed3e38218b87744a29ae5c40b06be637daf/ep_img0.png) [<2>](https://user-images.githubusercontent.com/6503598/131937638-d513ca72-ead7-459b-a8ce-619fb302b7da.png) ## dxgi.dll - the patcher -In the [Releases](https://github.com/valinet/ExplorerPatcher/releases) section, you will find a download for a DLL called `dxgi.dll`. It has been tested on the latest stable build of Windows 11 (22000.194), but it may work just fine on newer builds too. This is the runtime part of the application. You need to place this DLL in the following location: `C:\Windows`. This will enable the following functionality: +In the [Releases](https://github.com/valinet/ExplorerPatcher/releases) section, you will find a download for a DLL called `dxgi.dll`. It has been tested on the latest stable build of Windows 11 (22000.258), but it may work just fine on newer builds too. This is the runtime part of the application. You need to place this DLL in the following location: `C:\Windows`. This will enable the following functionality: * use the classic taskbar from Windows 10 (without the nasty effects of `UndockingDisabled`) * restores the classic power user menu (`Win+X`) when using the classic taskbar diff --git a/configs/_arm64/22000.176/settings.ini b/configs/_arm64/22000.176/settings.ini deleted file mode 100644 index 7bc597e..0000000 --- a/configs/_arm64/22000.176/settings.ini +++ /dev/null @@ -1,40 +0,0 @@ -[explorer] -CTray::_HandleGlobalHotkey=804872 -CTray::v_WndProc=0 -CTray::_FireDesktopSwitchIfReady=0 -CTray::Init=54648 -Dirty=0 -Offset=228 -OffsetStrat=1 -OffsetOK=1 -[twinui.pcshell] -CImmersiveContextMenuOwnerDrawHelper::s_ContextMenuWndProc=2183030 -CLauncherTipContextMenu::GetMenuItemsAsync=6072240 -ImmersiveContextMenuHelper::ApplyOwnerDrawToMenu=6242504 -ImmersiveContextMenuHelper::RemoveOwnerDrawFromMenu=6244560 -CLauncherTipContextMenu::_ExecuteShutdownCommand=6131272 -CLauncherTipContextMenu::_ExecuteCommand=6130436 -CLauncherTipContextMenu::ShowLauncherTipContextMenu=6077440 -winrt::Windows::Internal::Shell::implementation::MeetAndChatManager::OnMessage=313504 -[twinui] -CImmersiveHotkeyNotification::_GetMonitorForHotkeyNotification=2443040 -IsDesktopInputContext=2438264 -CImmersiveHotkeyNotification::OnMessage=2439424 -CMessageNotificationHolder::OnMessage=221232 -[stobject] -SysTrayWndProc=18064 -HotPlugButtonClick=95160 -[Windows.UI.FileExplorer] -ContextMenuPresenter::DoContextMenu=284224 -[StartDocked] -Windows::UI::Core::IVisibilityChangedEventArgs::Visible::get=0 -StartDocked::LauncherFrame::ShowAllApps=1544184 -StartDocked::LauncherFrame::OnVisibilityChanged=0 -StartDocked::SystemListPolicyProvider::GetMaximumFrequentApps=3144784 -StartDocked::StartSizingFrame::StartSizingFrame=0 -[Windows.UI.Xaml] -CJupiterWindow::StaticCoreWindowSubclassProc=0 -[OS] -Build=10.0.22000.176 -[General] -AllocConsole=1 \ No newline at end of file diff --git a/configs/_x64/22000.1/settings.ini b/configs/_x64/22000.1/settings.ini deleted file mode 100644 index e7f8874..0000000 --- a/configs/_x64/22000.1/settings.ini +++ /dev/null @@ -1,38 +0,0 @@ -[explorer] -CTray::_HandleGlobalHotkey=71672 -CTray::v_WndProc=241168 -CTray::Init=576060 -winrt::impl::consume_WindowsUdk_ApplicationModel_AppExtensions_IXamlExtensions2*::IsExtensionAvailable=0 -OffsetOK=1 -Dirty=0 -OffsetStrat=0 -Offset=247 -[twinui.pcshell] -CImmersiveContextMenuOwnerDrawHelper::s_ContextMenuWndProc=724498 -CLauncherTipContextMenu::GetMenuItemsAsync=5263856 -ImmersiveContextMenuHelper::ApplyOwnerDrawToMenu=5462776 -ImmersiveContextMenuHelper::RemoveOwnerDrawFromMenu=5464832 -CLauncherTipContextMenu::_ExecuteShutdownCommand=5326612 -CLauncherTipContextMenu::_ExecuteCommand=5325776 -CLauncherTipContextMenu::ShowLauncherTipContextMenu=5271264 -winrt::Windows::Internal::Shell::implementation::MeetAndChatManager::OnMessage=0 -[twinui] -CImmersiveHotkeyNotification::_GetMonitorForHotkeyNotification=2405544 -IsDesktopInputContext=2401732 -CImmersiveHotkeyNotification::OnMessage=731760 -[stobject] -SysTrayWndProc=13168 -HotPlugButtonClick=86576 -[Windows.UI.FileExplorer] -ContextMenuPresenter::DoContextMenu=81056 -[StartDocked] -StartDocked::LauncherFrame::ShowAllApps=1308600 -StartDocked::LauncherFrame::OnVisibilityChanged=1302960 -StartDocked::SystemListPolicyProvider::GetMaximumFrequentApps=2758832 -StartDocked::StartSizingFrame::StartSizingFrame=1148940 -[ExplorerFrame] -CUniversalSearchBand::IsModernSearchBoxEnabled=96688 -[Windows.UI.Xaml] -CJupiterWindow::StaticCoreWindowSubclassProc=791040 -[OS] -Build=10.0.22000.1 diff --git a/configs/_x64/22000.176/settings.ini b/configs/_x64/22000.176/settings.ini deleted file mode 100644 index a78b6df..0000000 --- a/configs/_x64/22000.176/settings.ini +++ /dev/null @@ -1,38 +0,0 @@ -[explorer] -CTray::_HandleGlobalHotkey=6992 -CTray::v_WndProc=62144 -CTray::Init=186208 -winrt::impl::consume_WindowsUdk_ApplicationModel_AppExtensions_IXamlExtensions2*::IsExtensionAvailable=187568 -OffsetOK=0 -Dirty=0 -OffsetStrat=0 -Offset=0 -[twinui.pcshell] -CImmersiveContextMenuOwnerDrawHelper::s_ContextMenuWndProc=2183030 -CLauncherTipContextMenu::GetMenuItemsAsync=6072240 -ImmersiveContextMenuHelper::ApplyOwnerDrawToMenu=6242504 -ImmersiveContextMenuHelper::RemoveOwnerDrawFromMenu=6244560 -CLauncherTipContextMenu::_ExecuteShutdownCommand=6131272 -CLauncherTipContextMenu::_ExecuteCommand=6130436 -CLauncherTipContextMenu::ShowLauncherTipContextMenu=6077440 -winrt::Windows::Internal::Shell::implementation::MeetAndChatManager::OnMessage=313504 -[twinui] -CImmersiveHotkeyNotification::_GetMonitorForHotkeyNotification=2411916 -IsDesktopInputContext=43992 -CImmersiveHotkeyNotification::OnMessage=410208 -[stobject] -SysTrayWndProc=19808 -HotPlugButtonClick=96336 -[Windows.UI.FileExplorer] -ContextMenuPresenter::DoContextMenu=265520 -[StartDocked] -StartDocked::LauncherFrame::ShowAllApps=1609404 -StartDocked::LauncherFrame::OnVisibilityChanged=1601824 -StartDocked::SystemListPolicyProvider::GetMaximumFrequentApps=15376 -StartDocked::StartSizingFrame::StartSizingFrame=1444588 -[ExplorerFrame] -CUniversalSearchBand::IsModernSearchBoxEnabled=338164 -[Windows.UI.Xaml] -CJupiterWindow::StaticCoreWindowSubclassProc=2038048 -[OS] -Build=10.0.22000.176 diff --git a/configs/_x64/22000.194/settings.ini b/configs/_x64/22000.194/settings.ini deleted file mode 100644 index 34d0ac4..0000000 --- a/configs/_x64/22000.194/settings.ini +++ /dev/null @@ -1,23 +0,0 @@ -[General] -AllocConsole=0 -HideExplorerSearchBar=0 -HideControlCenterButton=0 -MicaEffectOnTitlebar=0 -SkinMenus=1 -SkinIcons=1 -[twinui.pcshell] -CImmersiveContextMenuOwnerDrawHelper::s_ContextMenuWndProc=2183030 -CLauncherTipContextMenu::GetMenuItemsAsync=6072240 -ImmersiveContextMenuHelper::ApplyOwnerDrawToMenu=6242504 -ImmersiveContextMenuHelper::RemoveOwnerDrawFromMenu=6244560 -CLauncherTipContextMenu::_ExecuteShutdownCommand=6131272 -CLauncherTipContextMenu::_ExecuteCommand=6130436 -CLauncherTipContextMenu::ShowLauncherTipContextMenu=6077440 -winrt::Windows::Internal::Shell::implementation::MeetAndChatManager::OnMessage=313504 -[StartDocked] -StartDocked::LauncherFrame::ShowAllApps=1609404 -StartDocked::LauncherFrame::OnVisibilityChanged=1601824 -StartDocked::SystemListPolicyProvider::GetMaximumFrequentApps=15376 -StartDocked::StartSizingFrame::StartSizingFrame=1444588 -[OS] -Build=10.0.22000.194 diff --git a/configs/_x64/22449.1000/settings.ini b/configs/_x64/22449.1000/settings.ini deleted file mode 100644 index c846e4a..0000000 --- a/configs/_x64/22449.1000/settings.ini +++ /dev/null @@ -1,38 +0,0 @@ -[explorer] -CTray::_HandleGlobalHotkey=23552 -CTray::v_WndProc=58096 -CTray::Init=28636 -winrt::impl::consume_WindowsUdk_ApplicationModel_AppExtensions_IXamlExtensions2*::IsExtensionAvailable=27820 -OffsetOK=0 -Dirty=0 -OffsetStrat=0 -Offset=0 -[twinui.pcshell] -CImmersiveContextMenuOwnerDrawHelper::s_ContextMenuWndProc=2170710 -CLauncherTipContextMenu::GetMenuItemsAsync=5975344 -ImmersiveContextMenuHelper::ApplyOwnerDrawToMenu=6142856 -ImmersiveContextMenuHelper::RemoveOwnerDrawFromMenu=6144912 -CLauncherTipContextMenu::_ExecuteShutdownCommand=6034336 -CLauncherTipContextMenu::_ExecuteCommand=6033512 -CLauncherTipContextMenu::ShowLauncherTipContextMenu=5980544 -winrt::Windows::Internal::Shell::implementation::MeetAndChatManager::OnMessage=364064 -[twinui] -CImmersiveHotkeyNotification::_GetMonitorForHotkeyNotification=2400364 -IsDesktopInputContext=34504 -CImmersiveHotkeyNotification::OnMessage=240032 -[stobject] -SysTrayWndProc=23952 -HotPlugButtonClick=98012 -[Windows.UI.FileExplorer] -ContextMenuPresenter::DoContextMenu=263760 -[StartDocked] -StartDocked::LauncherFrame::ShowAllApps=1352856 -StartDocked::LauncherFrame::OnVisibilityChanged=1345888 -StartDocked::SystemListPolicyProvider::GetMaximumFrequentApps=2819344 -StartDocked::StartSizingFrame::StartSizingFrame=1174212 -[ExplorerFrame] -CUniversalSearchBand::IsModernSearchBoxEnabled=271960 -[Windows.UI.Xaml] -CJupiterWindow::StaticCoreWindowSubclassProc=1299824 -[OS] -Build=10.0.22449.1000