Showing posts with label My Computer. Show all posts
Showing posts with label My Computer. Show all posts

Disabling the ability to click on My Computer

You can restrict any user to access your system drives if you disable the click feature on My Computer. User will get no any changes when he will try to open My Computer.

By editing the windows registry keys, you can disable the click feature on My Computer. But always export or backup the whole windows registry keys on backup drive before editing. Because any mistake in Registry can cause serious problem in your computer to run properly.

Follow the given steps to disable My Computer setting.

1.First click on Start button then type Regedit in Run option.

2.In registry editor panel search the value

20D04FE0-3AEA-1069-A2D8-08002B30309D

3.May be you will find this value on path HKey_Classes_Root \ CLSID section.

4.Here delete the entire section of this value.

5.Now close the registry editor and restart your computer after any changes to go into effect.

cmd prompt to folder context menu & My Computer

Add the open cmd prompt to folder context menus
also drives and My Computer

copy what's in the code area to notepad and save as cmd here.reg

CODE

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Drive\shell\cmd]
@="Command Prompt"

[HKEY_CLASSES_ROOT\Drive\shell\cmd\command]
@="cmd.exe /k \"cd %L\""

[HKEY_CLASSES_ROOT\Directory\shell\cmd]
@="Command Prompt"

[HKEY_CLASSES_ROOT\Directory\shell\cmd\command]
@="cmd.exe /k \"cd %L\""

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\cmd]
@="Command Prompt"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\cmd\command]
@="cmd.exe /k \"cd %L\""
Tricks © 2008-2009.