Valentin Radu
9dd911cb8d
All: Support for Windows 10
2022-02-20 18:35:33 +02:00
Valentin-Gabriel Radu
b842b6ee37
Update README.md
2022-01-03 04:25:31 +02:00
Valentin-Gabriel Radu
6cc3f65376
Update README.md
2021-12-25 01:45:47 +02:00
Valentin Radu
112f4bf92d
Changed ep_setup command line and default behavior
2021-11-19 18:57:32 +02:00
Valentin-Gabriel Radu
84df5573d8
Update README.md
2021-11-18 20:28:58 +02:00
Valentin Radu
24d8db1cc6
Updated README and CHANGELOG
2021-11-14 19:53:34 +02:00
Valentin-Gabriel Radu
3ab52f251c
Added mention about ZZGUI command
2021-11-10 12:13:03 +02:00
Valentin Radu
e167cfdc91
Updated README with clearer compilation instructions
2021-11-02 02:14:29 +02:00
Valentin-Gabriel Radu
e495e8f77b
Update README.md
2021-10-15 16:27:40 +03:00
Valentin Radu
b2ac6991c2
Update to .30
2021-10-15 13:50:52 +03:00
Jacob Bundgaard
701e37fc99
Apply Markdown formatting in About ExplorerPatcher and StartIsBack section
...
GitHub only applies markdown formatting inside `<details>` tags if there's an empty line after the `</summary>`. This adds the empty line.
2021-10-14 10:48:52 +02:00
Valentin-Gabriel Radu
4c9af6bac8
Update README.md
2021-10-13 18:42:24 +03:00
Valentin-Gabriel Radu
72f2313822
Update README.md
2021-10-13 16:56:32 +03:00
Valentin Radu
fd0260f113
Compatibility with OS build 22000.258
2021-10-13 06:59:44 +03:00
Valentin Radu
e27b8e2397
Updated README.md
2021-10-13 06:39:44 +03:00
Valentin-Gabriel Radu
49fa174d97
Update README.md
2021-10-13 05:21:23 +03:00
Valentin Radu
6956b23307
Merge branch 'master' of https://github.com/valinet/ExplorerPatcher
2021-10-13 03:39:41 +03:00
Valentin Radu
776a920865
Housekeeping
2021-10-13 03:38:38 +03:00
Valentin-Gabriel Radu
22c7629d54
Update README.md
2021-10-11 17:35:04 +03:00
Valentin-Gabriel Radu
47d8a54cd4
Update README.md
2021-10-10 18:56:32 +03:00
Valentin-Gabriel Radu
d2019ba728
Update README.md
2021-10-08 18:24:29 +03:00
Valentin-Gabriel Radu
04b204f2b6
Updated README (removed type prefixes from reg entries)
2021-10-06 15:04:18 +03:00
Valentin Radu
44b84e9666
Win+X positioning improvements; fixes #31
2021-10-02 22:11:26 +03:00
Valentin-Gabriel Radu
4d397d06bb
Update README.md
2021-10-02 04:40:01 +03:00
Valentin Radu
1b1bc67c56
Implemented GUI ( fixes #29 )
2021-10-02 04:02:07 +03:00
Valentin Radu
227ae4d0a4
Refactoring
2021-10-01 01:26:10 +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
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
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
de5fd5ac56
Updated for OS build 22000.176.
2021-09-03 00:10:25 +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
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
8611c3d1da
Improved Explorer hooking
2021-08-31 02:58:50 +03:00
Valentin Radu
b666d834e0
Enables compatibility with ArchiveMenu.
2021-08-30 03:48:12 +03:00
Valentin Radu
030e4a47e4
Fixes #5 (removes the delay at logon on newer builds like 22000.168)
...
* The bug is similar to the effect introduced by UndockingDisabled
on these newer builds).
2021-08-30 00:30:51 +03:00
Valentin Radu
aca00768a2
Offsets are now determined at runtime
...
* Library downloads and parses symbols in order to determine
function hooking offsets at runtime and saves the data in a
"settings.ini" file located in the application folder for future
use; the file is invalidated when a new OS build is detected
* The main executable attempts to determine the location where a
jump has to be patched out so that Explorer remains on the 'show
old taskbar' code path; it will systematically patch each jz/jnz
instruction and will check whether Explorer still runs fine, and,
if it does so and does not crash, whether the old taskbar got
actually shown; once the offset is determined, it is saved in the
"settings.ini" file for future use
* Please have an unmetered active working Internet connection when
running for the first time
* Messages from the patcher (i.e. install/uninstall successful
message, symbol downloading message) will now display in a toast
(Windows 10 notification) if possible; when Explorer is not
running, it falls back to using standard MessageBox'es
* Disabled the pre/post build command that restarted sihost.exe in
Debug builds
2021-08-29 21:03:37 +03:00
Valentin Radu
c850e5063a
Fixes #2 (Win+X combination is now handled and opens the power user menu)
2021-08-13 06:54:14 +03:00
Valentin Radu
ec808402e0
Start menu is displayed on monitor containing the cursor when opened
...
using the Windows key (v22000.1.0.3).
2021-08-13 03:39:39 +03:00
Valentin-Gabriel Radu
51e6d6b953
Fixed typo in README.
2021-08-12 04:41:20 +03:00
Valentin-Gabriel Radu
9398018a57
Added mention of requirement to have Windows SDK installed for compiling the application.
2021-08-12 04:40:41 +03:00
Valentin Radu
ab4efdbb97
Applied some corrections regarding the power user menu (Win+X).
2021-08-12 02:35:28 +03:00
Valentin Radu
dfaf1ee806
Functionality to bring back power menu (Win+X).
2021-08-12 02:30:09 +03:00
Valentin Radu
00745079de
Initial commit
2021-08-09 17:30:23 +03:00