Is it possible to remove that Aero frame from the start menu? Does anyone know the dll responsible for this?
Sorry Bongo, going to have to correct you again and also thank you for making it easier to locate the image.
As Bongo said this is bitmap image #7013 in "C:\Windows\Explorer.exe" and you can use Reshack (Included with Logon Workshop) to replace it.
Also the warning I gave for authui.dll applies for this exe as well, Backup file. Check below the next quote for more help on restoring.
Again make a copy of Explorer.exe then open the copy in Reshack (2nd copy, not the backup).
Next the easiest way is to use Reshack to save the bitmap, 3rd line down in my screenshot.
Next open the exported bitmap in paint and Select All, press Delete, use the paint bucket to fill with black so you have just a plain black square image and then hit save.
Now back in Reshack click Replace Resource, 4th line down in the screenshot above. This will open a new dialog, click "Open file with new bitmap" to browse to your modified bitmap, select it then click replace, then close.
Now just click File > Save.
You also need to Take Ownership of this file as well and close Explorer.exe before replacing.
After taking ownership you can use these commands in cmd prompt
Code:
taskkill /F /IM Explorer.exe
xcopy /vqy "[YOUR MODDED FILE PATH]\Explorer.exe" "C:\Windows\*.*"
explorer
I have been debating on whether or not I should do this tweak. If you do something wrong to the authid.dll, you will black screen at login and can't do anything. I don't have system restore enabled, so if I mess something up, I will have to do a lot of stuff to get my OS back.
If something goes wrong you may have to reset the computer using the button on the case so don't have any other programs running when you replace the files.
You can use a Live Linux boot disk or Windows 7 Recovery Console to copy the backed up files back to there original location replacing the modified files if anything goes wrong. Here is a couple of pages that might help,
http://www.sevenforums.com/tutorials/93347-copy-paste-windows-recovery-console.html
http://www.sevenforums.com/tutorial...ate-live-cd-dvd-usb-use-emergency-backup.html
In the Peppermint3 - Create Live.... tutorial follow step A and B. Step C will show you how to open the File Manager to copy the files.
Ubuntu is another Linux distro that I believe is popular.
If your not familiar with this type of stuff then after backing up the files and taking ownership of the files in the original location I would recommend with either methods to try and copy the backed up files over the originals ones before replacing with your modified ones. This way you can confirm that you can replace the files before anything goes wrong.
Also replace only one file with your modified one before checking that it worked so you know which one does or doesn't work.
To check authui.dll - log off, switch user or lock computer. If you get a black screen then it has failed.
If there's a problem with Explorer.exe then Explorer will not restart when you run the command "explorer".
One last thing, you may be intrested in reading these two threads -
http://www.sevenforums.com/customization/276444-user-tile-border.html#post2275733
http://www.sevenforums.com/themes-s...working-my-account-picture-2.html#post1867323
The first link has a batch file you may be intrested in after modifying it for your files.