A Few Useful Tweaks

joshua
Jun 19, 2008
Updated • Jun 19, 2008
Windows, Windows Vista
|
4

Since this is a subject we have touched on a couple of times recently I decided to share a a few useful registry tweaks. These apply to Windows Vista.

1) Stop UAC being so annoying

Yes, I leave User Account Control on. I find it bearable with time and its just one extra security caution. However the most annoying thing about it for me is not the popup requiring you to proceed, but the way it blocks out the rest of the desktop.

With time I found it begins to slow down and become increasingly frustrating. Luckily it’s easy to fix:

  • Registry Key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\
    Policies\System\PromptOnSecureDesktop
  • Change from 1 to 0

2) Auto Logon

Maybe not so secure a tip, but seeing as I have to reset Windows so often I wish sometimes it could just logon automatically so I could go off and do something else. This is a registry tweak to do jut that:

  • Registry Key: HKLM\Software\Microsoft\Windows NT\CurrentVersion\winlogon\AutoAdminLogon
  • Now create a new String Value and call it DefaultPassword
    Set: DefaultPassword = "P@ssw0rd"
  • Check for a REG_SZ called DefaultUserName. If it’s not there, then right-click in the right pane > New > REG_SZ and name it, DefaultUserName.  Set the string value to the required UserName to be auto logged in.

3) Simultaneous Downloads

This is a fantastic little tweak as I’ve run into trouble with this before… by default you cannot download more then 2 files from one web server.

  • Registry Key: HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings
  • Create two DWORDS (Right Click > New> DWORD (32-Bit) Value)
  • MaxConnectionsPerServer and MaxConnectionsPer1_0Server
  • Set the value of the first to 000000a and the value of the second to 0000000a
Advertisement

Tutorials & Tips


Previous Post: «
Next Post: «

Comments

  1. Josh said on June 20, 2008 at 7:44 am
    Reply

    @akumu really? whereabouts is it? sure would be quicker if it was =P

  2. Roman ShaRP said on June 20, 2008 at 12:07 am
    Reply

    It seems that best tweak is “don’t mess with Vista at all”.
    Today we made fun of our colleague, developer, who bought notebook with preinstalled Vista. He can’t work under Vista with packages he needed.

    Guys asked me – “Who are those who like Vista?”

  3. akumu said on June 19, 2008 at 6:57 am
    Reply

    seems like the third tip is built into vista, or at least, i have it on vista business.

Leave a Reply

Check the box to consent to your data being stored in line with the guidelines set out in our privacy policy

We love comments and welcome thoughtful and civilized discussion. Rudeness and personal attacks will not be tolerated. Please stay on-topic.
Please note that your comment may not appear immediately after you post it.