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!

Tags for the article:

    disalbe default beep when navigating

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

Tags for the article:

    how to tweak memory,system beep reg tweak

Removing the shutdown option

December 10, 2007 Posted By: Jim ~ Filed under Category: Cool tricks, Hacks, 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!

Here is An Interesting Tricks I found while browsing. Remove shutdown option from start menu in your windows pc.

Regedit
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer
"NoClose"="DWORD:1"

Tags for the article:

    xp remove shutdown option from start using regedit