Monday, October 26, 2009

Show Windows Version and build on Desktop

This tweak will enable the feature which will allow to loacte the version of windows you are running. After enabling this feature you will able to see the version of Windows OS with build on the desktop of your System.

Navigate to
HKEY_CURRENT_USER\Control Panel\Desktop


Modify the existing value called 'PaintDesktopVersion' set the value to equal '1' to enable and display the version.

NOTE: Reboot is required to make changes come in effect.

Read more...

Sunday, July 26, 2009

Empty Temporary Internet Files on Exit

This setting controls whether Internet Explorer should delete all of the temporary Internet files stored during the session when the browser is closed.

This tweak will delete all the Temporary Interner Files which are stored during when browser is closed.

Navigate to:
User Key:
HCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache
System Key:
HLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Cache


Create a new OR modify existing DWORD value, called "Persistent" and set it to "1" to enable this feature

Read more...

Tuesday, May 26, 2009

Enable Quick Reboot

This Hack will allows you to use quick reboot function to restart Windows immediately without shutting down. When its enabled, you can restart the Windows by press Shift + Ctrl + Alt + Delete.

Navigate to:
HLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon


Create a new or modify the existing String value called "EnableQuickReboot" and set it to "1" to enable it.

Note: USE this METHOD only when the system has stopped responding.

Read more...

Friday, May 22, 2009

Enable Font Smoothing on Welcome Screen

Windows XP have a new feature called "Clear Type" which is designed to make fonts readable on LCD and low resolution screens in a better way. This tweak allows you to enable font smoothing on Welcome screen (it is normally disabled).

Navigate to:
User Key: HCU\Control Panel\Desktop
System Key: HU\.DEFAULT\Control Panel\Desktop


Set the value of "FontSmoothing" to "2" and the value of "FontSmoothingType" to "2" to enable Font Smoothing.

Note: Restart Windows for the change to take effect.

Read more...

Friday, April 10, 2009

Show Detailed Information in Device Manager

After doing this tweak/Hack Device Manager will show you detailed OR additional information about the devices which is not shown generally.

Navigate to:
HLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment


Create a new String value / modify existing value, named "DEVMGR_SHOW_DETAILS" and set it "1" to enable details device information.

NOTE: restart or log out of Windows for the change to take effect.

Read more...

Wednesday, March 25, 2009

Restrict Users from Running Specific Applications

This tweak will allows you to specify applications and filenames that other users of the Computer will not able to execute or run.

Navigate to:
HCUSoftware\Microsoft\Windows\CurrentVersion \Policies\Explorer


Create a new DWORD value as "DisallowRun" set the value to "1" to enable application restrictions.

Then create a new sub-key called

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\DisallowRun

Define the applications the are to be restricted by creating a new string value for each application and set the value to the file name to be restricted.  (e.g. if you want to restrict the users to run Windows registry, just create a new string value named as "regedit.exe".

Restart Windows for the changes to take effect.

Read more...

Tuesday, March 10, 2009

Allow Fast User Switching

Fast user switching allows you to quickly switch to another user account without closing any programs of current session.

Navigate To:
HLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon


Create a new or modify the existing DWORD value, called "AllowMultipleTSSessions" and set it '1' to enable Fast User Switching.

Note: Restart OR logout is required for the change to take effect.

Read more...

Friday, February 27, 2009

Creating Program Aliases in Windows

Windows registry allows you to create program aliases i.e when you type "spreadsheet.exe" in Run it will open Excel Sheet i.e. C:\PROGRA~1\MICROS~2\Office10\EXCEL.EXE

Navigate to
HLM\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths


Create a sub-key, and call it the name of the alias you wish to create (e.g. "spreadsheet.exe") then Double Click on Default value of the sub-key and enter the complete path of the executable which you want to launch when you execute the alias (e.g. "C:\PROGRA~1\MICROS~2\Office10\EXCEL.EXE").

To test go to Start >> Run and type spreedsheet.exe and it will open Excel Sheet.

Read more...

About This Blog

The Windows Registry is a database which stores settings and options for Microsoft Windows operating systems. It contains normally information and settings for hardware, operating system software, most non-operating system software, and per-user settings. Registry is used to optimize the security, enhance the functionality, modify the functioning of any software OR settings and many more.

In this blog I have tried to collect all the tweaks and hacks available on various website. I have tested many of these hacks before posting but still I would suggest you to take backup of your registry before trying any of these tweaks and if anything goes wrong while trying these hacks I or this blog will not be held responsible.

Blog Archive

  © Blogger templates The Professional Template by Ourblogtemplates.com 2008

Back to TOP