Saturday, April 18, 2009

How to Disable Right Click in Windows XP

Have you ever wished you could disable the right click ability in Windows? This article will tell you how to disable the right click function in Windows XP.


Steps

  • Open up the "run" command (if it is disabled use 'Windows Key' + R)
  • Type in "regedit" but without the quotations. Then push enter.
  • Navigate to:
  • [HKEY_CURRENT_USER\Software\Microsoft\Windows
\CurrentVersion\Policies\Explorer]
  • Look for the value name "NoViewContextMenu" (if no
such value exists, then just go ahead and create it)
  • Make sure the type is REG_DWORD
  • Type in a 0 to disable right clicking and a 1 to enable right clicking.
  • Restart your computer after the modification.

Thursday, March 12, 2009

Enable Run option from the Start Menu

Manual Solution

Open My Computer –> C drive –> Windows –> System32 –> Locate gpedit.msc file and run it. See the figure below

While you have opened Group Policy see in the left pane and in the User Configuration Expand Administrative Templates and select Start Menu and Taskbar now in the right pane locate Remove Run Menu from Start Menu and double click it.

Select Disabled in the properties dialogue and press apply then OK

Now close all open Windows you will see the Run has been restored in Start Menu.

Friday, February 27, 2009

* IMPROVE XP SHUTDOWN SPEED

This tweak reduces the time XP waits before automatically closing any running programs when you give it the command to shutdown.
1. Go to Start then select Run
2. Type ‘Regedit’ and click ok
3. Find ‘HKEY_CURRENT_USER\ Control Panel\Desktop\’
4. Select ‘WaitToKillAppTimeout’
5. Right click and select ‘Modify’
6. Change the value to ‘1000′
7. Click ‘OK’
8. Now select ‘HungAppTimeout’
9. Right click and select ‘Modify’
10. Change the value to ‘1000′
11. Click ‘OK’
12. Now find ‘HKEY_USERS\ .DEFAULT\Control Panel\Desktop’
13. Select ‘WaitToKillAppTimeout’
14. Right click and select ‘Modify’
15. Change the value to ‘1000′
16. Click ‘OK’
17. Now find ‘HKEY_LOCAL_MACHINE\ System\CurrentControlSet\Control\’
18. Select ‘WaitToKillServiceTimeout’
19. Right click and select ‘Modify’
20. Change the value to ‘1000′
21. Click ‘OK’

start up your PC in 10 seconds!

* Go to: Start Menu/Run.
* Type regedit, press enter. This will open Registry Editor.
* Look for HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ContentIndex
* Double click the key shown as 'Startup Delay'
* On its base click Decimal, the default value is 4800000
* Change this value to 4000
* Close the Registry Editor and restart your computer

Friday, January 23, 2009

Rapidshare accounts

Click here for daily Rapidshare Accounts

Wednesday, January 14, 2009

Stop CHKDSK at Start-up

First click Start> Run> bring up a command prompt by typing in "CMD" and type " fsutil dirty query d: ". This queries the drive, and more than likely it will tell you that it is dirty. Next, type "CHKNTFS /X D:". The X tells Windows to NOT check that particular drive on the next reboot. At this time, manually reboot your computer, it should not do a Chkdsk and take you directly to Windows.
Once Windows has fully loaded, bring up another CMD prompt and now you want to do a Chkdsk manually by typing "Chkdsk /f /r d:". This should take you through 5 stages of the scan and will unset that dirty bit. Finally, type "fsutil dirty query d:" and Windows will confirm that the dirty bit is not set on that drive. Good luck!Maybe found this on here,not sure but it worked for me.

Hide Drives in My Computer (All Windows)

This setting allows you to control which drives are visible in My Computer and Explorer. It is possible to hide all drives or just selected ones.

Open your registry and find or create the key below.

The "NoDrives" value uses a 32-bit word to define local and network drive visibility for each logical drive in the computer. The lower 26 bits of the 32-bit word correspond to drive letters A through Z. Drives are visible when set to 0 and hidden when set to 1.
If your not happy working in Hex, add these decimal numbers to hide the drive(s):
A: 1, B: 2, C: 4, D: 8, E: 16, F: 32, G: 64, H: 128, I: 256, J: 512, K: 1024, L: 2048, M: 4096, N: 8192, O: 16384, P: 32768, Q: 65536, R: 131072, S: 262144, T: 524288, U: 1048576, V: 2097152, W: 4194304, X: 8388608, Y: 16777216, Z: 33554432, ALL: 67108863
For example to hide drive A and drive D, you would add 1 (A) + 8 (D) which means the value should be set to "9".
To disable all the drives set the value to "67108863".
Restart Windows for the change to take effect.

Note: These drives will still appear in File Manager, to remove File Manager, delete or rename winfile.exe.

(HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\...
Registry Settings

User Key: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]

System Key:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]Value Name: NoDrivesData Type: REG_DWORD (DWORD Value)