forked from valinet/ExplorerPatcher
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
218 additions
and
142 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
#ifndef _H_DEF_H_ | ||
#define _H_DEF_H_ | ||
#define APPID L"Microsoft.Windows.Explorer" | ||
#define REGPATH "SOFTWARE\\ExplorerPatcher" | ||
#define REGPATH_OLD "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\ExplorerPatcher" | ||
#define REGPATH_STARTMENU REGPATH_OLD | ||
#define SPECIAL_FOLDER CSIDL_PROGRAM_FILES | ||
#define SPECIAL_FOLDER_LEGACY CSIDL_APPDATA | ||
#define PRODUCT_NAME "ExplorerPatcher" | ||
#define PRODUCT_PUBLISHER "VALINET Solutions SRL" | ||
#define APP_RELATIVE_PATH "\\" PRODUCT_NAME | ||
#define EP_CLSID_LITE "D17F1E1A-5919-4427-8F89-A1A8503CA3EB" | ||
#define EP_CLSID "{D17F1E1A-5919-4427-8F89-A1A8503CA3EB}" | ||
#define DOSMODE_OFFSET 78 | ||
#define SETUP_UTILITY_NAME "ep_setup.exe" | ||
#define TOAST_BUFSIZ 1024 | ||
#define SEH_REGPATH "Control Panel\\Quick Actions\\Control Center\\QuickActionsStateCapture\\ExplorerPatcher" | ||
#define EP_SETUP_HELPER_SWITCH "/CreateExplorerShellUnelevatedAfterServicing" | ||
#define EP_DWM_SERVICENAME "ep_dwm_" EP_CLSID_LITE | ||
#define EP_DWM_EVENTNAME "Global\\ep_dwm_2_" EP_CLSID_LITE | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule ep_dwm
updated
5 files
+27 −1 | README.md | |
+15 −19 | ep_dwm/ep_dwm.c | |
+2 −11 | ep_dwm/ep_dwm.h | |
+13 −8 | ep_dwm/ep_dwm.vcxproj | |
+3 −0 | ep_dwm/ep_dwm.vcxproj.filters |
Oops, something went wrong.