ghacks Technology News

A Few Useful Tweaks


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


Tags: , ,
Categories: Windows




Related posts:

  1. Auto logon into Windows
  2. Windows Vista SP2 Beta 2 Download
  3. Disable Low Disk Space Warning
  4. Download the Windows XP Service Pack 3
  5. Prevent Malicious Software Removal Tool from phoning home
  6. Move dllcache to another drive
  7. Hide Drives in Windows Explorer
  8. Disable Recent Documents Listing in Registry

4 Responses to “A Few Useful Tweaks”

  1. akumu says:

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

  2. Roman ShaRP says:

    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. Josh says:

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

Leave a Reply   Follow Ghacks   Subscribe To Comment Rss

© 2005-2010 Ghacks.net. All Rights Reserved. Privacy Policy - About Us