Windows 7 7057 Start Button Mod
This is a little mod i made for marxo and myself, but i decided to release it. This for Win7 7057 only. This mod replaces the start button in 7057 with the one from Win7 Beta (7000). The one originally found in 7057 is very ugly in my opinion anyways.
Download
How to install:
1. Take ownership of %WINDIR%\explorer.exe by running these 2 commands in a Command Window:
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:
You should be all set with the new start button with no reboot required.
What does it do?

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?
