-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Installer How To
ExplorerPatcher comes with a very basic installer that is designed to get you going as fast as possible.
Simply run the ep_setup.exe
file. After granting it permission to elevate, File Explorer will restart and ExplorerPatcher will be fully installed. You can tell this because the taskbar will now be switched to the familiar Windows 10 one. If you still want to use the newer Windows 11 one, just head up to "Properties" and change the setting there, along with any other option you might fancy, by right clicking the taskbar and choosing "Properties".
There are currently 5 ways of doing this:
- Open ExplorerPatcher properties window, click "Uninstall", and click "Uninstall ExplorerPatcher".
- You can open the ExplorerPatcher properties window by right clicking the taskbar and selecting "Properties", or by looking for "Properties (ExplorerPatcher)" in Start > All Apps where Properties is in your Windows display language.
- Identify "ExplorerPatcher" in Settings > Apps > Apps & features. Click the "three dots" button, and then click "Uninstall" and confirm the prompts.
- Identify "ExplorerPatcher" in Control Panel > Programs and Features. With it highlighted, click "Uninstall" and confirm the prompts.
- Run
ep_setup.exe /uninstall
. - Rename
ep_setup.exe
toep_uninstall.exe
and execute that.
Yes. Just download the newer ep_setup.exe
from GitHub Releases and run that. File Explorer will restart and the new version will load.
Although not required and may hardly make any difference, you can execute ep_setup.exe
again.
You can run the installation program like this:
-
ep_setup.exe /extract
will extract the files in the current directory. -
ep_setup.exe /extract C:\test
will extract the files inC:\test
; you can use any fully qualified path there, this was just an example