Wednesday, June 23, 2010

Save Processor Power

Your processor polls your USB ports once every millisecond. It keeps doing this, EVEN if you aren't going to attach any USB devices. You can increase the polling interval-essentially by enabling "USB IDLING" - thus allowing some processors to enter power saving mode.

Navigate to:
HLM\System\CurrentControlSet\Control\Class\{36FC9E60-C465-11CF-8056-444553540000}\0000

Create a new DWORD value called IdleEnable and set it to 1 to enable USB Idling, thus increasing the polling interval.

Restart Windows for the change to take effect.

Read more...

Thursday, June 17, 2010

Disable Registry Editing Tools

This restriction disables the ability to interactively run the standard Microsoft registry editing tools such as REGEDIT and REGEDT32.

Open your registry and find the key below.

Create a new DWORD value named 'DisableRegistryTools' and set the value to '1' to disable registry editing functions. This can also be enabled on a user-by-user basis by putting the same value in the [HKEY_CURRENT_USER] hive.

Restart Windows for the change to take effect.

If you have inadvertently locked yourself out of your registry you can use usually use WinGuides Tweak Manager to unlock it. Please don't abuse this by trying to circumvent system administrator policies.

Navigate to:
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\
System
Value Name: DisableRegistryTools
Data Type: REG_DWORD (DWORD Value)
Value Data: (0 = allow regedit, 1 = disable regedit)

Read more...

Sunday, February 14, 2010

Load Kernel Into RAM

Programs in Windows 98 could be loaded and Kept in RAM as long as user want. Even the user could load a video clip into RAM and play it directly from there; Windows XP is much  more restrictive due to security reasons. But Windows XP provides functionality to force kernel to run into RAM. By Default, only required components of XP kernel are loaded in RAM at boot time. Here, in this Tweak I will explain how to force Windows XP kernel run from RAM.

Navigate to:
HLM\System\CurrentControlSet\Control\Session_Manager\Memory Management

Set the Value of the "DisablePagingExecutive" to 1 which will make the entire kernel be loaded in Memory (Reboot is required.)

Note: Use this hack only if you have sufficient memory (Recommended 512MB or more). Also this hack may affect some programs that use the Windows swap file directly, like Photoshop.

Read more...

Tuesday, December 01, 2009

eITWebGuru – Our New Name

Greetings and Thanks to all our readers and visitors for their support and visits. Using this blog we have tried to provide Windows XP Registry tweaks. I hope they were helpful to all.

Today, I feel proud to announce that now I have my own domain i.e. http://eitwebguru.com on which I am going to post all the Webhosting tips, tweaks and many things. Also I have inegrated the http://win-regedit.blogspot.com/ with my domain and the blog is available at http://win-regedit.eitwebguru.com/

So, I request every Visitor to give their Important visit to http://eitwebguru.com and http://win-regedit.eitwebguru.com/

Thank to all,

Admin
http://eitwebguru.com

Read more...

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...

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