diff --git a/ExplorerPatcher/dllmain.c b/ExplorerPatcher/dllmain.c index ae96a4a..d1fad12 100644 --- a/ExplorerPatcher/dllmain.c +++ b/ExplorerPatcher/dllmain.c @@ -4794,7 +4794,7 @@ int ExplorerFrame_CompareStringOrdinal(const WCHAR* a1, int a2, const WCHAR* a3, L"::{17CD9488-1228-4B2F-88CE-4298E93E0966}", // Default Programs (default: not redirected) L"::{8E908FC9-BECC-40F6-915B-F4CA0E70D03D}", // Network and Sharing Center (default: not redirected) L"::{7007ACC7-3202-11D1-AAD2-00805FC1270E}", // Network Connections (default: not redirected) - L"Advanced", + L"Advanced", // Network and Sharing Center -> Change advanced sharing options (default: not redirected) L"::{A8A91A66-3A7D-4424-8D24-04E180695C7A}", // Devices and Printers (default: not redirected) NULL }; diff --git a/ExplorerPatcher/utility.h b/ExplorerPatcher/utility.h index a1e7d11..61314df 100644 --- a/ExplorerPatcher/utility.h +++ b/ExplorerPatcher/utility.h @@ -10,6 +10,7 @@ #include #include #include +#include #include #include #pragma comment(lib, "Rstrtmgr.lib") @@ -57,12 +58,6 @@ DEFINE_GUID(CLSID_ImmersiveShell, 0x15, 0x63, 0x62, 0xa2, 0xf2, 0x39 ); -DEFINE_GUID(CLSID_OpenControlPanel, - 0x6622D85, - 0x6856, 0x4460, 0x8D, 0xE1, - 0xA8, 0x19, 0x21, 0xB4, 0x1C, 0x4B -); - DEFINE_GUID(IID_OpenControlPanel, 0xD11AD862, 0x66De, 0x4DF4, 0xBf, 0x6C,