Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ The distribution which can be downloaded from [Releases](https://github.com/krlv
* **UNINSTALL.cmd** - install DLL for reducing address bar height and restore modern search experience
* **DisableModernSearch-CurrentUser.cmd** - disable modern search experience for current user
* **RestoreModernSearch-CurrentUser.cmd** - restore modern search experience for current user
* **DisableModernSearch-AllUsers.cmd** - disable modern search experience for current user
* **RestoreModernSearch-AllUsers.cmd** - restore modern search experience for current user
* **DisableModernSearch-AllUsers.cmd** - disable modern search experience for all users
* **RestoreModernSearch-AllUsers.cmd** - restore modern search experience for all users

It is also possible to have modern search enabled with tiny address bar - just execute `RestoreModernSearch-AllUsers.cmd` after installation.

Expand Down Expand Up @@ -66,4 +66,4 @@ reg.exe delete "HKLM\Software\WOW6432Node\Classes\CLSID\{1d64637d-31e9-4b06-9124
```

## Credits
* [ExplorerPatcher](https://github.com/valinet/ExplorerPatcher) - IAT hooking code and [explaination](https://github.com/valinet/ExplorerPatcher/wiki/Using-ExplorerPatcher-as-shell-extension) of how to register shell extension
* [ExplorerPatcher](https://github.com/valinet/ExplorerPatcher) - IAT hooking code and [explaination](https://github.com/valinet/ExplorerPatcher/wiki/Using-ExplorerPatcher-as-shell-extension) of how to register shell extension