Archive for December, 2007

Changing Default path For Installing Apps

December 19, 2007 Posted By: Jim ~ Filed under Category: Cool tricks, Registry tweak

Welcome, Visitor. Subscribe to our RSS Feed and consider adding this article/site to your favorite social bookmark site if you find it useful. Thank you!

you can change the default installation drive and/ or directory by using a Registry hack.

Go to:

1.Start > Run

Type regedit
Go to this directory…
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion

3. Look for the value named ProgramFilesDir. by default,this value will be C:\Program Files. Edit the value to any valid drive or folder and XP will use that new location as the default installation directory for new programs.


Disable system beeps

December 15, 2007 Posted By: Jim ~ Filed under Category: Registry tweak, Windows

Welcome, Visitor. Subscribe to our RSS Feed and consider adding this article/site to your favorite social bookmark site if you find it useful. Thank you!

Here is the steps to disable system beeps.

1. Start Regedit.
2. Navigate to HKEY_CURRENT_USER\Control Panel\Sound
3. Once there, locate Beep on the list on the right.
4. Right click on it and select Modify
5. Change the value equal to no
6. Reboot your computer and the beeps will be gone!


Memory Tweak

December 12, 2007 Posted By: Jim ~ Filed under Category: Registry tweak, Tweak, Windows

Welcome, Visitor. Subscribe to our RSS Feed and consider adding this article/site to your favorite social bookmark site if you find it useful. Thank you!

These Settings will fine tune your systems memory
management -at least 256MB of ram recommended

go to start runregedit -and then to the following key

HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control/Session Manager/Memory Management

1.DisablePagingExecutive -double click it and in the decimal put a 1 – this allows XP to keep data in memory now instead of paging sections of ram to harddrive yeilds faster performance.

2.LargeSystemCache- double click it and change the decimal to 1 -this allows XP Kernal to Run in memory improves system performance alot

3.create a new dword and name it IOPageLockLimit – double click it and set the value in hex – 4000, if you have 128MB of ram, or set it to 10000 if you have 256MB,…. or it to 40000 if you have more than 512MB of ram -this tweak will speed up your disckcache

Reboot and You Are done