Archive for the 'Registry tweak' Category

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

Print Directory OptionTo Explorer

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

Batch file that will print from the context menu (right click) in explorer.

1.Open notepad and copy and paste this:

@echo off
dir %1 /-p /o:gn > “%temp%\Listing”
start /w notepad /p “%temp%\Listing”
del “%temp%\Listing”
exit

2.Save the file as Pdirectory.bat in the Windows directory.
3. Start Explorer, click Tools, and then click Folder Options.
4. Click the File Types tab, and then click File Folder.
5. Click Edit, and then click New.
6. In the Action box, type Print Directory Listing.
7. In Application used to perform action, click Pdirectory.bat, and then click OK.
8. Click OK, click Apply, and then click OK.
Done… Now you will be able to right click on a directory and print out a listing!.

UPDATE: I had a problem with printing sometimes, if you get it just do a quick Reg fix:

Hive: HKEY_CLASSES_ROOT
Key: Directory\Shell
Name: Default
Data Type: REG_SZ
Value: none

Once you set the value of Default to none, at the location above, all is fine.