SAMRATSOFT

Registry Tricks

Change in system configuration and much more using registry

What is Registry?

The Registry contains information that Windows continually references during operation, such as profiles for each user, the applications installed on the computer and the types of documents that each can create, property sheet settings for folders and application icons, what hardware exists on the system, and the ports that are being used.
A registry  is a group of keys, subkeys, and values in the registry that has a set of supporting files that contain backups of its data.


                                    Play with Registry

Enabling Task Manager if it is Disable 

 Step no. 1 

1. Go to Start -> Run -> Write regedit and press on Enter button.
2. Navigate to the following registry keys and verity that following settings set to default:
   Windows Registry Editor Version 5.00
   [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System] 
  
“DisableTaskMgr”=dword:00000000
  
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy   
  Objects\LocalUser\Software\Microsoft\Windows\CurrentVersion\Policies\System]
  
“DisableTaskMgr”=dword:00000000
   [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system\]
  
“DisableTaskMgr”=dword:00000000
  
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
  
“DisableCAD”=dword:00000000
   
3. Reboot the computer.

Step no. 2
1. Go to Start – Run -> Write Gpedit.msc and press on Enter button.
2. Navigate to User Configuration – Administrative Templates -> System - Ctrl+Alt+Del Option
3. In the right side of the screen verity that Remove Task Manager option
    set to Disable or Not  Configured.
4. Close Gpedit.msc
5. Go to Start – Run -> Write gpupdate /force and press on Enter button.


Preventing Windows from Shutting Down

You can prevent people from shutting down their computer
jus go to Run --> type regedit.exe
Scroll Down to this path -
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
create a new dword value named NoClose by clicking on Edit --> New --> Dword Value
Set its Value Data to 1 to disable the shut down option
Have fun

No comments:

Post a Comment

Dear visitor, Please post you invaluable comment here