ExplorerPatcher permits to change the behavior of the Windows taskbar. If for some reasons the automatic install doesn’t work, you can proceed manually:
- Install it on a computer where the automatic install works
- On the target computer, download
ep_setup.exefrom the official website - Open a Terminal and extract the files from the setup using the command
ep_setup.exe /extract - Several files have been extracted from the setup
- Move all the files to
C:\Program Files\ExplorerPatcher - From the computer in step 1, transfer the file
C:\Windows\dxgi.dllto your other computer - Use a CMD as an Administrator, then kill Windows Explorer, paste the
dxgi.dllintoC:\Windows, and relaunch Windows Explorer:taskkill /f /im explorer.exe && copy dxgi.dll C:\Windows\ && explorer.exe
To manually uninstall it:
- Open a CMD as an Administrator, then type:
taskkill /f /im explorer.exe && del C:\Windows\dxgi.dll && rmdir /s /q "C:\Program Files\ExplorerPatcher" && explorer.exe - Open
regeditas an Administrator, and deleteHKEY_CURRENT_USER\Software\ExplorerPatcher, and search for any other references of ExplorerPatcher to delete - Delete the forlder
%APPDATA%\ExplorerPatcher - Restart the computer