Download
How to install:
1. Take ownership of %WINDIR%\explorer.exe by running these 2 commands in a Command Window:
- Code: Select all
takeown /f "%windir%\explorer.exe"
icacls "%windir%\explorer.exe" /grant Administrators:F
But don't close it, we'll need it later.
2. Navigate to %windir% (Windows directory)
3. Rename Explorer.exe to Explorer.bak
4. Copy the new explorer into %windir% (Windows directory)
5. Restart explorer with these 2 commands in the Command Window we used earlier:
- Code: Select all
taskkill /f /im explorer.exe
start "%windir%\explorer.exe"
You should be all set with the new start button with no reboot required.
What does it do?











