Published Date: Friday, July 21, 2006
Last Updated: Friday, July 21, 2006
Introduction and Overview
Well, testers have received Build 5472 and I really have to say, it has impressed me. It is much faster than previous builds, not to mention lighter on system resources. The sidebar also sports a few new gadgets, which is a welcome change in my book. The new Basic theme has also appeared in this build. It is MUCH better than the old scrap metal theme which, in my opinion, was the most hideous thing to ever come out of Redmond. Anyway enough chit-chat and on to the tips.
Windows Vista™ System Requirements
Along with Windows Vista Beta 2 Microsoft have FINALLY made official system requirements for Vista public. Here they are:
A Windows Vista Capable PC includes at least:
- A modern processor (at least 800MHz).
- 512 MB of system memory.
- A graphics processor that is DirectX 9 capable
A Windows Vista Premium Ready PC includes at least:
- 1 GHz 32-bit (x86) or 64-bit (x64) processor.
- 1 GB of system memory.
- A graphics processor that runs Windows Aero.
- 128 MB of graphics memory.
- 40 GB of hard drive capacity with 15 GB free space.
- DVD-ROM Drive.
- Audio output capability.
- Internet access capability.
Explorer Performance Tweaks
Click Start, right click on Computer, and click Properties.
Click Advanced System Settings.
Click on the Advanced tab. Under Performance, click Settings.
Uncheck these options:
- Fade or slide menus into view
- Fade or slide tooltips into view
- Fade out menu items after clicking
- Show shadows under menus
- Slide open combo boxes
- Slide taskbar buttons
- Use a background image for each folder type
Close the Performance Options & System Properties dialogs.
Disable Unneeded Services
Disabling services is not necessary in this build. The windows search issue from 5365 has been fixed and the overall performance of the OS is good with everything turned on so for this build I will not be disabling any services.
Get Rid of The Nagging Windows Security Center Icon
The Windows Security Center has been one of the biggest annoyances since the inception of the idea with Windows XP Service Pack 2. Now with Windows Vista™ it is new, improved, and even more annoying than ever before! Untill now, you could not get rid of the icon from your tray.
Now a MUCH easier way to take care of this problem. Start a command prompt (run as Administrator), and type the following:
reg delete "HKCR\CLSID\{FD6905CE-952F-41F1-9A6F-135D9C6622CC}"
Disable UAC
UAC, otherwise known as UAP (User Account Control/User Account Protection) in previous builds is another one of those features that just seems to get in the way of doing your work. This feature is designed with the average user in mind who needs this kind of protection to keep themselves out of trouble. If you are reading this then chances are you know how to manage your own system. Here is how to disable UAP:
- Press the Windows Key + R (winkey + R).
- At the run prompt, type "msconfig" without the quotes.
- Go to the Tools tab, scroll down and select "Disable UAP" and click the run button.
- You should see a command prompt open and it will say "Command completed successfully".
- Reboot and enjoy the freedom to control your system as you wish.
Disable DEP / NoExecute Protection
DEP, otherwise known as NoExecute, is a piece of technology in Windows that prevents processes from being altered in live memory. This lowers the frequency of certain attacks, but it can also have some adverse effects and cause certain things not to run.
Due to the way Windows Vista™’s boot editor has been created, it is now harder to disable DEP / No Execute Protection. After a little looking around, I figured it out. Here's how to do it:
- Click Start, All Programs, Accessories, right click on “Command Prompt”, and click “Run as administrator”.
- If asked for permission to run Windows Command Processor, click on Allow.
- At the command prompt, type in “bcdedit.exe /set {current} nx AlwaysOff” (without the quotes).
- You should receive a message saying “Operation Completed Successfully”.
- Restart the computer, DEP / No Execute should now be disabled.
Fix the Calendar Gadget
Anyone who has tried to use the calendar gadget knows by now that it is broken. Luckily the fix is pretty easy. Here are the steps to fix your gadget:
- Navigate to C:\Program Files\Windows Sidebar\Gadgets\Calendar.Gadget\en-us\ (where C:\ is the drive you installed Vista on).
- Inside this directory you will see a bunch of files. The ones we are interested in are calendar.js and calendar.css.
- Place calendar.js into the js folder.
- Place calendar.css into the css folder.
- Load up the Calendar gadget on your sidebar.
- Enjoy!
NOTE: In steps 3 and 4, copy and paste the file to avoid any file permission problems.
Login as Admin/Skip OOBE
After the aurora shows up on first boot after setup, hit Shift-F10 and a command prompt will show up. If not hit ALT+TAB to select it from the pop up. Type "taskmgr" and hit Enter. In the task manager, close "msoobe.exe" (End Process). Windows will either log off or reboot. You will then login as Administrator.
Re-Enable Administrator Account
If you are like me and use the "None" user trick or the method mentioned above to skip the creation of a user account, then you have seen that the Administrator account is disabled by default in 5381 and it would appear that there is no way to get into the OS. Here's how to re-enable the account:
- Boot into safemode by pressing F8 on bootup.
- Log into the Administrator account (this will work since it is safemode).
- Go to start --> run and type "control userpasswords2" without the quotes.
- Click on the Advanced tab.
- Under "Advanced User Management" click the Advanced button.
- Click on Users.
- Right click the Administrator account and select Properties.
- Uncheck "Account is disabled".
- Close everything, reboot and enjoy!