Showing posts with label registery hacks. Show all posts
Showing posts with label registery hacks. Show all posts

How to Disable right click context menu in windows explorer

By // No comments:
Hi friends, today I will tell you how to disable and enable right click contest menu in windows explore. Context menu is the menu that appears when you right click anywhere. Here is the simplest trick to disable that, without using any software. This trick is not much useful for the users because they don't need to disable right click, Do you? But then also, I am providing for the basic knowledge purpose. I am doing this by editing the registry.

Follow these simple steps:

1. Go to "run".
2. Type "regedit" without quotes and hit enter.
3. If asked for permission, click yes.
4. Browse to
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
5. Create a new 32-bit DWORD value on the right hand side named NoViewContextMenu with one of these values:
     Enable Context menu: 0
     Disable context menu: 1

These changes are instant. Disabling of context menu doesn't require restart but enabling may. SO don't lose patience while enabling context menu. Just restart your system.
Note that this setting could also be set under HKEY_LOCAL_MACHINE as well, so you should check both places if this doesn’t work.
Enjoy hacking.

How to Add Your Name To Right Click Of My Computer

By // No comments:
How to Add Your Name To Right Click Of My Computer


Caution .. As it is related to Windows regisrty it can be dangerous so,Try This at ur own risk

To write your name on right click application please follow the steps.

Step 1 >>Open Notead .

Step 2 >> Copy Code. 
****************************************************************************** 
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Registry Editor] @="Your Name Or Name of the Application" [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Registry Editor\command] @="Location Of The Application"

*********************************************************************************
Step 3.Change Your Name  
Eg:

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Registry Editor] @="Besthacker" 

Step 4 >>Enter the location Of the application Which u want to open In:

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Registry Editor\command] @="Location Of The Application"
For eg.C:\Program Files\Yahoo!\Messenger\messenger.exe
Step 5 >> Svae It As Besthacker.reg


Step 6 >> Run It.

Other Options

------------------------------------------------------------
 
To add Application Control Panel 
*****************************************************************************
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Control Panel\command] @="rundll32.exe shell32.dll,Control_RunDLL"
*****************************************************************************
To add Application Add/Remove 
*************************************************** [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Add/Remove\command] @="control appwiz.cpl"
*****************************************************************************
To add Application Reboot 
*************************************************** [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\[Reboot]\command] @="shutdown -r -f -t 5"
*****************************************************************************
To add Application Shutdown 
*************************************************** [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\[Shutdown]\command] @="shutdown -s -f -t 5"
*****************************************************************************