<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- generator="HardwareAnalysis.Com" -->
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="">
        <title>Hardware Analysis - [b]The Official Vista Tweak Guide[/b]</title>
        <description>Hardware Analysis Community Forums</description>
        <link>http://www.hardwareanalysis.com/content/topic/66001/</link>
        <image rdf:resource="http://media.hardwareanalysis.com/halogo.gif" />
       <dc:date>2008-12-02T15:55:24-05:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.hardwareanalysis.com/content/topic/66001/#542786"/>
                <rdf:li rdf:resource="http://www.hardwareanalysis.com/content/topic/66001/#535259"/>
                <rdf:li rdf:resource="http://www.hardwareanalysis.com/content/topic/66001/#522838"/>
                <rdf:li rdf:resource="http://www.hardwareanalysis.com/content/topic/66001/#0"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://media.hardwareanalysis.com/halogo.gif">
        <title>Hardware Analysis</title>
        <link>http://www.hardwareanalysis.com/content/topic/66001/</link>
        <url>http://media.hardwareanalysis.com/halogo.gif</url>
    </image>
    <item rdf:about="http://www.hardwareanalysis.com/content/topic/66001/#542786">
        <dc:format>text/html</dc:format>
        <dc:date>2008-08-12T16:44:42-05:00</dc:date>
        <dc:creator>Greg M</dc:creator>
        <title>Re: [b]The Official Vista Tweak Guide[/b]</title>
        <link>http://www.hardwareanalysis.com/content/topic/66001/#542786</link>
        <description>Quick tip:&lt;br /&gt;
&lt;br /&gt;
To run any single command prompt command as an administrator, or to quickly bring up an administrator command prompt, simply type your command in the start search area (or CMD for the command prompt) and press ctrl+alt+enter.&lt;br /&gt;
&lt;br /&gt;
I have found this is much more convenient than going through the menus. </description>
    </item>
    <item rdf:about="http://www.hardwareanalysis.com/content/topic/66001/#535259">
        <dc:format>text/html</dc:format>
        <dc:date>2008-05-06T05:38:41-05:00</dc:date>
        <dc:creator>~Vel</dc:creator>
        <title>Re: [b]The Official Vista Tweak Guide[/b]</title>
        <link>http://www.hardwareanalysis.com/content/topic/66001/#535259</link>
        <description>&lt;b&gt;Check and resize disk usage for system restore&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Finding how much storage space is currently allocated.&lt;br /&gt;
&lt;br /&gt;
1. Click the start menu&lt;br /&gt;
2. Click on All Programs, and then Accessories&lt;br /&gt;
3. From the accessories menu, right click on Command Prompt and select &amp;quot;run as administrator&amp;quot;&lt;br /&gt;
4. Type &amp;quot;vssadmin list shadowstorage&amp;quot; into the command prompt&lt;br /&gt;
5. The results should tell you the amount of storage used and the maximum amount alloted&lt;br /&gt;
&lt;br /&gt;
Changing amount of space used.&lt;br /&gt;
&lt;br /&gt;
1. Repeat steps 1-3 to get bring up the Command Prompt&lt;br /&gt;
2. Type &amp;quot;vssadmin Resize ShadowStorage /For=[your hard disk]: /On=[your hard disk]: /MaxSize=[how much space you want to allocate]&amp;quot;&lt;br /&gt;
3. For example: &amp;quot;vssadmin Resize ShadowStorage /For=C: /On=C: /MaxSize=3GB&amp;quot;&lt;br /&gt;
4. You should get a message saying Successfully resized the shadow copy storage association, and you should have more free space on your hard drive.</description>
    </item>
    <item rdf:about="http://www.hardwareanalysis.com/content/topic/66001/#522838">
        <dc:format>text/html</dc:format>
        <dc:date>2007-12-19T18:59:33-05:00</dc:date>
        <dc:creator>CrAsHnBuRnXp</dc:creator>
        <title>Re: [b]The Official Vista Tweak Guide[/b]</title>
        <link>http://www.hardwareanalysis.com/content/topic/66001/#522838</link>
        <description>Here are more tweaks:&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Fix Vista's Bloated Window Borders&lt;/b&gt;&lt;br /&gt;
Right click on the desktop and choose Personalize. Then click on Window Color and Appearance. If you have Aero enabled, you’ll have to click on “Open classic appearance properties for more color options”. Click the Advanced button, and then change the dropdown to Border Padding. The default will be set to 4. I changed mine down to zero. Click apply and keep your eye on the window border and watch it shrink!&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Enable &amp;quot;Ubuntu Style&amp;quot; Logons in Windows Vista&lt;/b&gt;&lt;br /&gt;
Its not an exact look a-like for Ubuntu but pretty damn close.&lt;br /&gt;
&lt;br /&gt;
Open regedit.exe through the start menu search box and navigate to the following key, which you might have to create: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System&lt;br /&gt;
&lt;br /&gt;
Create these two new 32-bit DWORD values, giving them both a value of 1:&lt;br /&gt;
&lt;br /&gt;
    * DisableCAD&lt;br /&gt;
    * DontDisplayLastUserName&lt;br /&gt;
&lt;br /&gt;
To remove this tweak just delete the two keys.&lt;br /&gt;
&lt;br /&gt;
Note: It's not a requirement to use the DisableCAD key. What this does is prevent the &amp;quot;Press Ctrl+Alt+Delete&amp;quot; screen, which is really quite ugly in Vista. If you'd rather use CAD you can omit that key.&lt;br /&gt;
&lt;br /&gt;
Or you can use this already made registry patch: &lt;a class=&quot;ext&quot; href=&quot;/action/r/http://www.howtogeek.com/geekers/UbuntuLogonVista.zip&quot; target=&quot;_blank&quot;&gt;http://www.howtogeek.com/geekers/UbuntuLogonVista.zip&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Enable The Run Command in Vista&lt;/b&gt;&lt;br /&gt;
right-clicking on the Start Button, selecting Properties, and then clicking Customize on the ensuing dialog window. You'll be taken to the Customize Start Menu screen. Check the &amp;quot;Run command&amp;quot; checkbox in the list, and you should now be in business.&lt;br /&gt;
&lt;br /&gt;
You can also get to the Run command by pressing the Windows button + R, or by clicking on the Vista Start button and in the search box type &amp;quot;Run&amp;quot; without the quotes. You can even get to msconfig, regedit, and launch many other programs doing the same. &lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;View Hidden 3D Benchmarks in Windows Vista&lt;/b&gt;&lt;br /&gt;
This one is pretty cool and kinda useless.&lt;br /&gt;
&lt;br /&gt;
There's really nothing useful about this tip, but it's still pretty cool. There's a utility built into Windows Vista used for benchmarking your system called the System Assessment Tool. What most people don't know is that you can call this utility from the command line and view some cool 3D benchmarks.&lt;br /&gt;
&lt;br /&gt;
You should be able to use a regular command prompt, but you'd have best luck using an administrator mode command prompt. (right-click and choose Run as Administrator). You should also note that it will temporarily disable Aero before running the test, but don't worry, it will re-enable it after.&lt;br /&gt;
Type these into a command prompt. Each line is its own benchmark.&lt;br /&gt;
&lt;br /&gt;
winsat aurora&lt;br /&gt;
&lt;br /&gt;
winsat d3d -texshader -totalobj 15&lt;br /&gt;
&lt;br /&gt;
winsat d3d -objs C(20) -texshader -totalobj 50&lt;br /&gt;
&lt;br /&gt;
winsat d3d -totalobj 20 -objs C(20) -totaltex 10 -texpobj C(1) -alushader -noalpha -v -time 10&lt;br /&gt;
&lt;br /&gt;
winsat d3d -totalobj 20 -objs C(20) -totaltex 10 -texpobj C(10) -alushader -v -time 10&lt;br /&gt;
&lt;br /&gt;
You can adjust the commands on the prompt if you want to try to get different combinations.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Add Encrypt / Decrypt Options to Windows Vista Right-Click Menu&lt;/b&gt; (Works only in Vista Ultimate and XP Pro)&lt;br /&gt;
Open up regedit.exe through the start menu search box, and then find the following registry key:&lt;br /&gt;
&lt;br /&gt;
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced&lt;br /&gt;
&lt;br /&gt;
In the right-hand pane, create a new 32-bit DWORD value called EncryptionContextMenu and give it a value of 1.&lt;br /&gt;
&lt;br /&gt;
Now when you right-click on a file, you'll see a new option called Encrypt.&lt;br /&gt;
&lt;br /&gt;
When you want to decrypt a file, just right click the encrypted file and choose &amp;quot;decrypt.&amp;quot;&lt;br /&gt;
</description>
    </item>
    <item rdf:about="http://www.hardwareanalysis.com/content/topic/66001/#0">
        <dc:format>text/html</dc:format>
        <dc:date>2007-03-29T22:55:32-05:00</dc:date>
        <dc:creator>CrAsHnBuRnXp</dc:creator>
        <title>[b]The Official Vista Tweak Guide[/b]</title>
        <link>http://www.hardwareanalysis.com/content/topic/66001/#0</link>
        <description>Here are some Windows Vista tips and tweaks. &lt;br /&gt;
&lt;br /&gt;
**&lt;i&gt;&lt;b&gt;I take no credibility in all of these tweaks and tips as I have pulled some off of various other sites.&lt;/b&gt;&lt;/i&gt; **&lt;br /&gt;
&lt;br /&gt;
This registry tweak stops vista searching for all indexed files on your system while you search for programs in your program menu, please remember to make a backup of your registry before you take any action to alter registry keys, just in case the worst case scenario happens.&lt;br /&gt;
&lt;br /&gt;
1. Open Registry Editor (regedit).&lt;br /&gt;
&lt;br /&gt;
2. Navigate through HKEY_CURRENT_USER, Software, Microsoft, Windows, CurrentVersion, Explorer and finally Advanced.&lt;br /&gt;
&lt;br /&gt;
3. Find and right click on Start_SearchFiles and select Modify.&lt;br /&gt;
&lt;br /&gt;
4. Set the Value to 0.&lt;br /&gt;
&lt;br /&gt;
5. reboot your computer.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Disable the sidebar&lt;/b&gt;&lt;br /&gt;
1. Open Control Panel&lt;br /&gt;
&lt;br /&gt;
2. Navigate to and open Appearance and Personalization&lt;br /&gt;
&lt;br /&gt;
3. At this point open Windows Sidebar Properties, here a pop up window appears, uncheck the box which says &amp;quot;Start sidebar when Windows Starts&amp;quot;&lt;br /&gt;
&lt;br /&gt;
4. If you currently have Sidebar running, right click on the Sidebar icon, situated in the taskbar and select exit&lt;br /&gt;
&lt;br /&gt;
5. Reboot and you're set.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Changing the text for Earlier Versions of Windows&lt;/b&gt;&lt;br /&gt;
If you are dual booting Vista and say XP, and want XP to be the default O/S (Since XP is installed first then Vista, Vista makes itself the default system) and you will end up with&lt;br /&gt;
&lt;br /&gt;
Older Operating System&lt;br /&gt;
Windows Vista&lt;br /&gt;
&lt;br /&gt;
You can change this to Windows XP Professional SP2 by doing the following&lt;br /&gt;
&lt;br /&gt;
XP used the boot.ini file to manage booting, Vista does not. It uses a Boot Manager. &lt;br /&gt;
&lt;br /&gt;
Start&amp;gt;All Programs&amp;gt; Accessories&amp;gt;Command Prompt (supposedly the only way to get there) Also Start&amp;gt;Run&amp;gt;bcdedit will not work.&lt;br /&gt;
&lt;br /&gt;
At the command prompt, in my case was d:\user\*your username*&lt;br /&gt;
&lt;br /&gt;
type the following: &lt;br /&gt;
&lt;br /&gt;
bcdedit &amp;lt;enter&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Look at where XP pro is as it says &amp;quot;Older Operating Systems&amp;quot;. It was under {ntdlr} so type the following:&lt;br /&gt;
&lt;br /&gt;
bcdedit /set {ntdlr} description &amp;quot;Windows XP Professional SP2&amp;quot;&lt;br /&gt;
&lt;br /&gt;
That was it.&lt;br /&gt;
&lt;br /&gt;
You can also change the time it displays and which one displays first.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
bcdedit has taken the place of boot.ini in XP.&lt;br /&gt;
&lt;br /&gt;
if you type bcdedit /? you get the help menu showing what cammands can be used&lt;br /&gt;
(have not confirmed if it works or not)&lt;br /&gt;
You can also use the same approach if you are dual booting with Windows 2000, Windows 98, etc. Just change the name in the appropriate spot accordingly. &lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;How to disable the UAC (User Account Control)&lt;/b&gt;&lt;br /&gt;
What you do is go to Start&amp;gt;Control Panel&amp;gt;User Accounts&amp;gt;Turn User Account Control on or off. If it is on, selecting this option will turn it off and vice versa.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
On any version of Vista, except Home Basic and Home Premium, you can disable UAC for administrator accounts by following these steps:&lt;br /&gt;
&lt;br /&gt;
Step 1. Click the Start button and launch the Local Security Policy editor by entering secpol.msc in the Search box.&lt;br /&gt;
&lt;br /&gt;
Step 2. Select the Local Policies item in the left panel to expand the tree, then expand Security Options under Local Policies.&lt;br /&gt;
&lt;br /&gt;
Step 3. Scroll down the list in the right panel to locate User Account Control: Behavior of the elevation prompt for administrators in Admin Approval Mode. Right-click that item and choose Properties.&lt;br /&gt;
&lt;br /&gt;
Step 4. Select Elevate without prompting and close the dialog.&lt;br /&gt;
&lt;br /&gt;
If you use Vista Home Basic or Home Premium, the Local Security Policy editor, unfortunately, isn't included. To disable UAC for administrator accounts, you'll need to edit the Registry. Follow these steps to do that — and be extremely careful, since mistakes could render your system unusable!&lt;br /&gt;
&lt;br /&gt;
Step 1. Click Start and enter regedit in the Search box to launch the Registry Editor.&lt;br /&gt;
&lt;br /&gt;
Step 2. Navigate to the following key:&lt;br /&gt;
&lt;br /&gt;
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Policies \ System&lt;br /&gt;
&lt;br /&gt;
Step 3. Double-click the ConsentPromptBehaviorAdmin item.&lt;br /&gt;
&lt;br /&gt;
Step 4. Change the value to 00000000.&lt;br /&gt;
&lt;br /&gt;
Step 5. Close the dialog and exit the Registry Editor.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Show Administrator on Welcome screen&lt;/b&gt;&lt;br /&gt;
start &amp;gt; run = &amp;quot; control userpasswords2 &amp;quot; select administrator account, click reset password (input new pass) / Ok&lt;br /&gt;
&lt;br /&gt;
start &amp;gt; run = &amp;quot; regedit &amp;quot; create the key below&lt;br /&gt;
&lt;br /&gt;
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList&lt;br /&gt;
&lt;br /&gt;
create &amp;quot;DWORD (32bit) Value&amp;quot;&lt;br /&gt;
Value Name: Administrator&lt;br /&gt;
Value Data: 1&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Open command prompt here&lt;/b&gt;&lt;br /&gt;
Right-click on any folder on your Windows Vista while holding down the shift key. You'll see an extra context-sensitive menu item there: Open Command Prompt here.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Get rid of the shortcut arrows&lt;/b&gt;&lt;br /&gt;
You can get rid of the shortcut arrows in vista by using an old reg tweak that still works: Open up regedit and go to:&lt;br /&gt;
&lt;br /&gt;
[HKEY_CLASSES_ROOT\lnkfile]&lt;br /&gt;
&lt;br /&gt;
Then re-name 'IsShortcut' to 'AriochIsShortcut' in the right pane.&lt;br /&gt;
&lt;br /&gt;
Close regedit and reboot - shortcut arrows are gone.*&lt;br /&gt;
&lt;br /&gt;
 	&lt;br /&gt;
&lt;b&gt;Go straight to the task manager&lt;/b&gt;&lt;br /&gt;
Windows XP's trusty CTRL + ALT + DEL key combination, which summonses the task manager, has a slightly different effect in Windows Vista: it brings up a selection dialog (pictured) which requires another click or keypress to lock the computer, switch user, log off, change a password, or start the task manager. To go directly to the task manager and bypass this dialog altogether, hit CTRL + SHIFT + ESC instead.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Disable driver-signing enforcement on x64 Editions&lt;/b&gt;&lt;br /&gt;
Execute from an admin-level command prompt:&lt;br /&gt;
bcdedit -set loadoptions DDISABLE_INTEGRITY_CHECKS&lt;br /&gt;
&lt;br /&gt;
The old nointegritychecks option doesn't work on Vista RTM, only the Beta/RC builds. (Thanks McFly)&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Quick Aero speed tip&lt;/b&gt;&lt;br /&gt;
The transparent glass in Windows Vista computer can look very nice. However, on some computers that have underpowered video adapters will see a performance hit when running the transparent glass effect. One way to speed up Windows Vista and still get the benefits of aero, such as flip 3D and taskbar thumbnails, is to disable glass transparency.&lt;br /&gt;
&lt;br /&gt;
1. Click on the desktop and select Personalize.&lt;br /&gt;
2. Select Windows Color and Appearance.&lt;br /&gt;
3. Uncheck Enable Transparency.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;3D Cube virtual desktop&lt;/b&gt;&lt;br /&gt;
Yod'm 3D is a virtual desktop manager that allows you to have 4 different desktops arranged on a 3D cube. Holding down CTRL+SHIFT and using the left or right arrow keys rotate the cube showing the virtual desktops. Alternatively, you can click and drag your mouse to switch desktops.&lt;br /&gt;
&lt;br /&gt;
To download, click here: &lt;a class=&quot;ext&quot; href=&quot;/action/r/http://chsalmon.club.fr/index.php?en/Download&quot; target=&quot;_blank&quot;&gt;http://chsalmon.club.fr/index.php?en/Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Create an Account Lockout Policy&lt;/b&gt;&lt;br /&gt;
Creating an Account Lockout Policy will protect your account by limiting the number of time a remote application or attacker can try to guess your password. This works by automatically locking out your account after a designated number of incorrect passwords were entered. Your account will remain locked out for a designated period of time before it is automatically unlocked and it can be logged into again. This provides a valuable addition to your account security because it can render brute force password attacks useless. If you have your lockout threshold set to 4 bad attempts and the lockout duration to 15 minutes, an attacker can try to guess your password a maximum of 16 times per hour.&lt;br /&gt;
&lt;br /&gt;
Now that you know how valuable an Account Lockout Policy is, let’s get it setup on your computer:&lt;br /&gt;
&lt;br /&gt;
1. Click on the Start Button and key in Secpol.msc and hit Enter.&lt;br /&gt;
2. Navigate through Account Policies and Account Lockout Policy.&lt;br /&gt;
3. Right click on Account lockout threshold and select Properties.&lt;br /&gt;
4. Enter in the value you want to use and hit OK to save. I like to use 4 here.&lt;br /&gt;
5. Windows will set the default values for the lockout duration and Reset account lockout counter values. If you want to change these values from the defaults (30 minutes), right click on them and select Properties. After making your changes hit OK to save and exit.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Use BitLocker Drive Encryption without TPM chip&lt;/b&gt;&lt;br /&gt;
Windows Vista includes a new hard drive encryption feature called BitLocker Drive Encryption. BitLocker can be a very useful security feature for businesses and home users that have sensitive and confidential information stored on their computer. Unfortunately, BitLocker Drive Encryption by default requires a Trusted Platform Module (TPM Chip) version 1.2 or later installed in your computer. A lot of the computers and laptops on the market do not come with TPM chips installed since they are typically only found in premium model business computers. If you have Windows Vista Business, Ultimate or Enterprise but do not have a TPM chip, you can still use BitLocker Drive Encryption.&lt;br /&gt;
&lt;br /&gt;
Hidden away in local group policy is a setting that will allow you to turn on the ability to use a USB storage device instead of a TPM key to store the encryption key. This is a great feature for users that don't have the latest high-end hardware because you can still use hard drive encryption. However, every time you turn on your computer, the USB storage device that has the encryption key located on it must be plugged in. Without it, your computer will not boot up. One BitLocker Drive Encryption is setup with a USB storage device, that USB storage device basically becomes the key to your computer.&lt;br /&gt;
&lt;br /&gt;
Follow these steps to turn on the ability to use a USB storage device with BitLocker Drive Encryption on hardware that does not have a TPM device:&lt;br /&gt;
&lt;br /&gt;
1. Click on the Start Button and key in gpedit.msc and hit Enter.&lt;br /&gt;
2. Navigate through: Computer Policy, Administrative Templates, Windows Components and BitLocker Drive Encryption.&lt;br /&gt;
3. Right click on Control Panel Setup: Enable advanced startup options and select Properties.&lt;br /&gt;
Check Enabled and hit OK.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Make menus appear faster or slower&lt;/b&gt;&lt;br /&gt;
Navigate to HKEY_CURRENT_USER\CONTROL PANEL\DESKTOP\ and select the MenuShowDelay. Right click the entry and select the Modify option and reduce the number to around 100. Play around with it to find a number that best suits your need. If you increase the number, it slows the menus down.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Reload registry changes without restarting&lt;/b&gt;&lt;br /&gt;
This I find quite handy. Its really simple. After you have made your registry changes, close any apps and programs you may have running. Bring up Task Manager, locate explorer.exe and kill the process. Once the icons and the task bar have disappeared, click on File&amp;gt;New Task (Run) and type in explorer.exe and everything should be back to the way it was. (except for the changes you made in the registry)&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Make Windows Vista Shut Down Services Quicker&lt;/b&gt;&lt;br /&gt;
The more applications that you install into Windows, the longer the computer takes to shut down. This is especially true for applications that install a service that runs when the computer starts, and even more true for services that refuse to shut down quickly, or time out when being shut down.&lt;br /&gt;
&lt;br /&gt;
To change Windows to shut down the services quicker, open the registry editor, and browse down to the following key:&lt;br /&gt;
&lt;br /&gt;
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control&lt;br /&gt;
&lt;br /&gt;
You should see a key in the right-hand window called &amp;quot;WaitToKillServiceTimeout&amp;quot;, with a default value of &amp;quot;20000&amp;quot;, which represents 20000 milliseconds, or 20 seconds. You can change this to a value of &amp;quot;5000&amp;quot; for 5 seconds.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Quickly Enable or Disable Vista Hibernation&lt;/b&gt;&lt;br /&gt;
Hibernation is a term used for laptops and portable computers. Windows Vista (like XP before it) supports the industry standard power management technology known as the Advanced Configuration and Power Interface (or ACPI).&lt;br /&gt;
&lt;br /&gt;
This allows the operating system to control power to the computer's disk, monitor and peripheral devices.  Hibernate saves an image of your desktop with all open files and documents to your hard disk. After it stores the information in the file it will power down your computer. When you turn on power, your files and documents will open on your desktop exactly as you left them.&lt;br /&gt;
&lt;br /&gt;
 	&lt;br /&gt;
&lt;b&gt;Disable Security Center Notifications&lt;/b&gt;&lt;br /&gt;
The new Windows Security Center in Windows Vista can be just as annoying as the security centers in previous versions of Windows. I am an advanced of a computer user to know that I do not have anti-virus software installed. I don't need the Windows Security Center to remind me that all the time.&lt;br /&gt;
&lt;br /&gt;
There is a new easy way to disable the security center messages:&lt;br /&gt;
&lt;br /&gt;
   1. Click on the Security Center/Windows Security Alerts logo in the system tray.&lt;br /&gt;
   2. Click Change the way Security Center alerts me.&lt;br /&gt;
   3. Select I do not want notification messages from Security Center.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Disable Remote Assistance In Vista&lt;/b&gt;&lt;br /&gt;
For security purposes, you may choose to disable Remote Assistance in Windows Vista. If you do, you will be unable to send requests for remote assistance to other users. You can turn of Remote Assistance in Windows Vista using the steps listed below.&lt;br /&gt;
&lt;br /&gt;
   1. Click Start, and select Control Panel.&lt;br /&gt;
   2. Within the Control Panel, System and Maintenance.&lt;br /&gt;
   3. Click System.&lt;br /&gt;
   4. From the list of tasks, click Remote Settings.&lt;br /&gt;
   5. Under Remote Assistance, remove the check beside the option to &amp;quot;Allow Remote Assistance&amp;quot; connections to this computer.&lt;br /&gt;
   6. Click OK.&lt;br /&gt;
&lt;br /&gt;
 	&lt;br /&gt;
&lt;b&gt;Game Performance Boost&lt;/b&gt;&lt;br /&gt;
Hopefully this will help some people who are getting unacceptable performance while playing games in Vista. I found it just makes the difference in BF2 between playable gameplay and unplayable gameplay.&lt;br /&gt;
&lt;br /&gt;
Heres what you can try:&lt;br /&gt;
&lt;br /&gt;
    * Find the games .exe file in the instalation directory.&lt;br /&gt;
    * Right click on the icon.&lt;br /&gt;
    * Click on Properties.&lt;br /&gt;
    * Click on the Compatibility tab.&lt;br /&gt;
    * Check the &amp;quot;Disable visual themes&amp;quot; and &amp;quot;Disable desktop composition&amp;quot;.&lt;br /&gt;
    * Click OK.&lt;br /&gt;
&lt;br /&gt;
Hopefully this helps anyone who needs a little performance boost&lt;br /&gt;
&lt;br /&gt;
Also another little tip, if anyone is playing a game with Punkbuster, and are getting kicked from the server for no apparent reason, try running the game as administrator (right click, select &amp;quot;Run as administrator&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Add Copy To / Move To to the Windows Explorer Right Click Menu&lt;/b&gt; (Works in XP too)&lt;br /&gt;
Here's the quick registry hack to get this working. As usual, back up your registry just in case. You will want to browse down to this key:&lt;br /&gt;
  &lt;br /&gt;
HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers&lt;br /&gt;
&lt;br /&gt;
Once you are at that key, right click and choose the New Key option:&lt;br /&gt;
Now you will double-click on the (Default) value and enter the following:&lt;br /&gt;
&lt;br /&gt;
{C2FBB630-2971-11D1-A18C-00C04FD75D13}&lt;br /&gt;
&lt;br /&gt;
Click OK and continue.&lt;br /&gt;
&lt;br /&gt;
If you want to enable Move To, you will repeat the same steps, except creating a new key named Move To, and using this value:&lt;br /&gt;
&lt;br /&gt;
{C2FBB631-2971-11D1-A18C-00C04FD75D13}&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Disable driver-signing enforcement on x64 Editions&lt;/b&gt; Execute from an admin-level command prompt: &lt;i&gt;bcdedit -set loadoptions DDISABLE_INTEGRITY_CHECKS&lt;/i&gt; The old &lt;i&gt;nointegritychecks&lt;/i&gt; option doesn't work on Vista RTM, only the Beta/RC builds. (Thanks McFly)&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Standardize Fonts in Windows Vista&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Here's one that not everybody will like: &lt;a class=&quot;ext&quot; href=&quot;/action/r/http://chris.pirillo.com/2006/09/26/fix-windows-vistas-fonts/&quot; target=&quot;_blank&quot;&gt;http://chris.pirillo.com/2006/09/26/fix-windows-vistas-fonts/&lt;/a&gt; It standardizes the fonts in Vista on Segoe UI, which makes the OS look even better. It also does a wonderful job of making most webpages (HWA included) look much nicer. (Thanks McFly)&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;More about Bitlocker&lt;/b&gt;&lt;br /&gt;
As far as BitLocker goes (which is only included in Enterprise and Ultimate editions), there are some more advanced options in the command line version, including the ability to encrypt non-system drives. The GUI version in the control panel is really bare-bones stuff -- although from what I've read, the options that are available now in the command-line script will be available in the GUI control panel come Vista SP1. To run the script: &lt;b&gt;cscript c:\Windows\System32\manage-bde.wsf&lt;/b&gt; What I did for that was create a batch file in C:\Windows, named &lt;i&gt;bde.bat&lt;/i&gt;, and include in it the following: &lt;div class=&quot;quote&quot;&gt;@cscript.exe //nologo c:\Windows\System32\manage-bde.wsf %*&lt;/div&gt; Then you can just call &lt;b&gt;bde&lt;/b&gt; from the command line. &lt;img src=&quot;http://media.hardwareanalysis.com/smilies/smile8.gif&quot; width=&quot;14&quot; height=&quot;14&quot; border=&quot;0&quot; alt=&quot;:_)&quot; title=&quot;:_)&quot;&gt; Screenshot: &lt;a class=&quot;ext&quot; href=&quot;/action/r/http://img249.imageshack.us/img249/1069/bdela1.jpg&quot; target=&quot;_blank&quot;&gt;http://img249.imageshack.us/img249/1069/bdela1.jpg&lt;/a&gt; (Thanks McFly)&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Up the TCP Connection Limit in Vista&lt;/b&gt;&lt;br /&gt;
Here's a gem that I've been waiting for ... In Windows XP, the outgoing half-open TCP connection limit was set to 10 per second (I think). There was a great patch to up that limit (find it here: &lt;a class=&quot;ext&quot; href=&quot;/action/r/http://www.lvllord.de&quot; target=&quot;_blank&quot;&gt;http://www.lvllord.de&lt;/a&gt;), but it doesn't work with Windows Vista (although it does work with XP x64 Edition). In Vista, the limit is 2/sec for Home Basic, and scales up to 25/sec for Ultimate. For BitTorrent users especially, that's not enough, and can cause your torrents to take longer to build up steam, and in the meantime not let you create any new connections, which can hinder even general web use. Now there's a patch for Vista: &lt;b&gt;Windows Vista tcpip.sys Connection Limit Patch [...] &lt;a class=&quot;ext&quot; href=&quot;/action/r/http://www.mydigitallife.info/2007/04/09/windows-vista-tcpipsys-connection-limit-patch-for-event-id-4226/&quot; target=&quot;_blank&quot;&gt;http://www.mydigitallife.info/2007/04/09/windows-vista-tcpipsy...t-id-4226/&lt;/a&gt;&lt;/b&gt; Scroll down and you'll find a batch file with everything you need included. I always recommend checking the batch file and registry files first before applying them. The Vista patch works with Vista x64 Editions as well. &lt;img src=&quot;http://media.hardwareanalysis.com/smilies/smile4.gif&quot; width=&quot;14&quot; height=&quot;14&quot; border=&quot;0&quot; alt=&quot;;)&quot; title=&quot;;)&quot;&gt; I installed it and it's working great. &lt;img src=&quot;http://media.hardwareanalysis.com/smilies/smile8.gif&quot; width=&quot;14&quot; height=&quot;14&quot; border=&quot;0&quot; alt=&quot;:_)&quot; title=&quot;:_)&quot;&gt; (Thanks McFly)&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Disable Caps Lock Key in Windows Vista&lt;/b&gt;&lt;br /&gt;
I am just going to link this one because the website bolds some things in different colors so you know what the hell they are talking about. We here at HWA can only bold in one color (black). So enjoy! &lt;br /&gt;
&lt;a class=&quot;ext&quot; href=&quot;/action/r/http://www.howtogeek.com/howto/windows-vista/disable-caps-lock-key-in-windows-vista/&quot; target=&quot;_blank&quot;&gt;http://www.howtogeek.com/howto/windows-vista/disable-caps-lock...ows-vista/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If anyone else has anything to add either PM me with the details and Ill add it in, or you can add it yourself. &lt;img src=&quot;http://media.hardwareanalysis.com/smilies/smile1.gif&quot; width=&quot;14&quot; height=&quot;14&quot; border=&quot;0&quot; alt=&quot;:)&quot; title=&quot;:)&quot;&gt; I will add more as I find them. </description>
    </item>
</rdf:RDF>
