1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2024-11-24 07:30:22 +01:00
Commit Graph

774 Commits

Author SHA1 Message Date
Valentin Radu
ad2b8a8635 Small correction 2021-10-01 01:58:30 +03:00
Valentin Radu
ce84750545 Merge branch 'master' of https://github.com/valinet/ExplorerPatcher 2021-10-01 01:35:31 +03:00
Valentin Radu
227ae4d0a4 Refactoring 2021-10-01 01:26:10 +03:00
Valentin-Gabriel Radu
9bb7a4f154
Corrected dxgi export 2021-09-13 17:01:15 +03:00
Valentin-Gabriel Radu
3057e3f625
Update README.md 2021-09-13 13:37:05 +03:00
Valentin-Gabriel Radu
00aef77690
Merge pull request #23 from BraINstinct0/patch-1
Add terminal for killing 2 exe on install
2021-09-12 13:39:07 +03:00
Apparatus_Zero
6acc97c5e1
Add terminal for killing 2 exe on install
Add terminal option for killing StartMenuExperienceHost.exe and SearchHost.exe
2021-09-12 11:21:42 +09:00
Valentin Radu
ad9395ce6d Win+X and Safe to Remove menu entries can be activated by right click 2021-09-11 20:16:53 +03:00
Valentin-Gabriel Radu
cdb67267d6
Added support for loading Simple Window Switcher 2021-09-10 01:05:18 +03:00
Valentin-Gabriel Radu
4e5ccf783f
Update README.md 2021-09-08 19:17:21 +03:00
Valentin-Gabriel Radu
951b4bb179
Added mention about StartIsBack 2021-09-08 19:16:51 +03:00
Valentin-Gabriel Radu
40855bdc5a
Merge pull request #20 from BraINstinct0/patch-1
toast not showing on install is normal
2021-09-07 07:55:56 +03:00
Apparatus_Zero
9ebe8ceeb0
toast not showing on install is normal
Helpful note added regards to 
https://github.com/valinet/ExplorerPatcher/issues/19
2021-09-07 13:52:22 +09:00
Valentin-Gabriel Radu
a65e8fa578
Update README.md 2021-09-06 03:15:32 +03:00
Valentin-Gabriel Radu
ace0bf4f3e
Update CHANGELOG.md 2021-09-06 00:56:01 +03:00
Valentin Radu
4099068c5d Fixed bug that made the "modern search box" display incorrectly 2021-09-06 00:54:02 +03:00
Valentin-Gabriel Radu
b31ccfde6a
Update README.md 2021-09-05 20:32:03 +03:00
Valentin Radu
12eb7c15f3 Added ability to disable "modern search box"
* Also, improved classic taskbar code path patching
2021-09-05 20:26:39 +03:00
Valentin Radu
7b01e93f95 Added config file for 22449.1000 2021-09-05 01:23:15 +03:00
Valentin-Gabriel Radu
5b2fad4a57
Update README.md 2021-09-05 01:20:31 +03:00
Valentin Radu
ea65f7cf76 Compatibility with OS build 22449.1000 (x64) 2021-09-03 04:28:13 +03:00
Valentin Radu
2e1eb62318 Fixed bug that prevented console to show when enabled in settings 2021-09-03 04:27:46 +03:00
Valentin Radu
f84375a513 Fix for ARM64 offset patcher 2021-09-03 02:18:22 +03:00
Valentin Radu
0c19f6e4ad Added preconfigured settings for OS build 22000.176 ARM64 2021-09-03 01:43:26 +03:00
Valentin Radu
e81d47332c Implemented offset patcher for ARM64 2021-09-03 01:30:14 +03:00
Valentin Radu
de5fd5ac56 Updated for OS build 22000.176. 2021-09-03 00:10:25 +03:00
Valentin Radu
793b77eec6 Added settings.ini for 22000.176 (x64) 2021-09-03 00:09:32 +03:00
Valentin Radu
c42bd8c3af Support for Microsoft Detours library
* Added support for hooking functions using the Microsoft Detours
  library; this, in theory, means that the application can now at
  least compile just fine on ARM64; although that is the case, it
  currently does not support dynamically patching CTray::Init as I
  have yet to come up with assembly to do that. Also, it is
  uterly untested on ARM64 as I do not have a machine to test on.
* Removed x86 support, compilation targets are now only amd64 and
  ARM64
2021-09-03 00:04:53 +03:00
Valentin Radu
b52e7446cd Reset Explorer patch offsets when redownloading symbols 2021-09-02 23:52:17 +03:00
Valentin Radu
7da994f727 Added 2 methods for triggering a test toast and a test balloon 2021-09-02 23:51:29 +03:00
Valentin Radu
40ea50e19c Win+C now opens the calendar flyout (previously it opened Cortana
but since that is gone, it just crashes Explorer, so better we map
it to something useful)
2021-09-02 16:43:11 +03:00
Valentin Radu
5f1f056029 Added sample configuration files 2021-09-02 16:41:41 +03:00
Valentin Radu
bbba6575e6 Added screenshots to README 2021-09-02 16:30:08 +03:00
Valentin Radu
02b75ba721 Fixes #8 (Start and search now respect alignment settings) 2021-09-02 03:38:03 +03:00
Valentin Radu
eead5cee29 Updated change log 2021-09-01 07:12:55 +03:00
Valentin Radu
557c74da28 Win+X shows correctly on multi monitor setups 2021-09-01 07:07:53 +03:00
Valentin Radu
9074649c73 Win+X is positioned correctly on multi monitor setups 2021-09-01 06:59:53 +03:00
Valentin Radu
7dcd72c0ad Show app list by default when injecting StartMenuExperienceHost 2021-09-01 05:17:36 +03:00
Valentin Radu
c400f4d6ab Ground work for supporting OpenAtLogon 2021-09-01 01:29:23 +03:00
Valentin Radu
e50d1d1f56 Replaced magic values with define 2021-09-01 01:21:12 +03:00
Valentin Radu
75260bbb32 Used built-in function for checking HKCU and then HKLM 2021-09-01 01:17:00 +03:00
Valentin Radu
fff4520ca0 Updated change log and version info 2021-09-01 00:51:25 +03:00
Valentin Radu
74966c518a Fixed #3 and #10
* Instead of the overthinked and overcomplicated way the Win+X
  key combination was handled before, it now just sends a
  WM_CONTEXTMENU message to the Start button and Explorer takes
  care of the rest (I still haven't managed to figure out why the
  COM interface call did not work though)
* Added more info to IImmersiveMonitorService
2021-09-01 00:46:19 +03:00
Valentin Radu
510ddd2b5b Fixed statement 2021-08-31 04:36:04 +03:00
Valentin Radu
9afbc50cca Minor fixes 2021-08-31 04:31:06 +03:00
Valentin Radu
5ce54410cc Mention about ability to restore old context menus in README 2021-08-31 03:26:22 +03:00
Valentin Radu
6fcbb29dd7 Application folder is now created if not existing already. 2021-08-31 03:25:43 +03:00
Valentin Radu
ea42afb5be Added check to enable legacy menus only on newer builds that have
the new menus as well.
2021-08-31 03:24:58 +03:00
Valentin Radu
887b84c7f9 Exported main for legacy compatibility 2021-08-31 03:02:18 +03:00
Valentin Radu
8611c3d1da Improved Explorer hooking 2021-08-31 02:58:50 +03:00