New Page 1

 

Search


Advanced Search

Main Menu

Top Posters

1 SHYAMLAL 740
2
Albins
525
3 waxon 178
4
binoyxj
157
5 harish 156
6 anus 150
7 boby 145
8
NinethSens
130
9 manikantan 129
10
theOne
106

Who's Online
9 user(s) are online (5 user(s) are browsing Forum)

Members: 0
Guests: 9

more...

New Members

stellustvm 2010/9/3
fjoson3 2010/9/3
Vzard 2010/8/31
ANEESHC007 2010/8/31
farookms 2010/8/29
deepuv 2010/8/26
sakeeb1 2010/8/26
prv10 2010/8/26
simongbo 2010/8/17
CIBIN 2010/8/15

Browsing this Thread:   1 Anonymous Users





Regisrty & Taskmanager blocked
Just can't stay away
Joined:
2009/6/11 5:36
Group:
Registered Users
Posts: 145
Level : 11
HP : 0 / 252
MP : 48 / 908
EXP : 9
Offline
Hi,
please post all tricks you know to unblock the task manager & registry.

Posted on: 7/31 11:31
Transfer the post to other applications Transfer


Re: Regisrty & Taskmanager blocked
new user <20 posts
Joined:
2007/9/6 8:47
From punalur, kerala
Group:
Registered Users
Posts: 9
Level : 1
HP : 0 / 21
MP : 3 / 190
EXP : 86
Offline
Task manager
************
Method 1: Click Start, Run and type this command exactly as given below: (better - Copy and paste)

REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f

Now press enter/Click OK

Method 2: Click Start, Run and type Regedit.exe
Navigate to the following branch:

HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies\ System

In the right-pane, delete the value named DisableTaskMgr
Close Regedit.exe

Method 3: Using Group Policy Editor - for Windows XP Professional

Click Start, Run, type gpedit.msc and click OK.
Navigate to this branch:

User Configuration / Administrative Templates / System / Ctrl+Alt+Delete Options / Remove Task Manager

Double-click the Remove Task Manager option.
Set the policy to Not Configured.

Regedit
*******
First Method:
Click Start -> Run -> gpedit.msc -> User Configuration -> Administrative Templates -> System -> Prevent access to registry editing tools -> Right Click Properties -> Set it to Not Configured.


Second Method:
Click Start -> Run. Type this command in Run box and press Ok.

REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0

Then a prompt will come up with this question: Value DisableRegistryTools exists, overwrite (Y/N)? Type yes and hit Enter.

After u did that also type this command in the run box and hit enter.

REG add HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0

Then it will also come up with the question: Value DisableRegistryTools exists, overwrite (Y/N)? Type yes and hit Enter.


Third Method:
STEP1. Disable as much as you can from your startup. Remove programs from your startup folder and such, so as not to lag down the bootup process.

STEP2.Create a new shortcut on your desktop, point it to "C:\Windows\regedit.exe"

STEP3.Log off, then log back on.

STEP4.As soon as you see your desktop, double click on the shortcut. The system does not check for policies until a few seconds after it booted up. If you click on the icon fast enough, it should let you get in.

After you close it though, it will not open unless you redo step 3 and 4.


Fourth Method:
Getting into the registry editor by making a vbs script in notepad:

Open Notepad and copy this script into it. And save it as regtool.vbs on your desktop.

VBS SCRIPT(select everything and copy into notepad and save as regtool.vbs):

Option Explicit
'Declare variables
Dim WSHShell, rr, rr2, MyBox, val, val2, ttl, toggle
Dim jobfunc, itemtype
On Error Resume Next
Set WSHShell = WScript.CreateObject("WScript.Shell")
val = "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableRegistryTools"
val2 = "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableRegistryTools"
itemtype = "REG_DWORD"
jobfunc = "Registry Editing Tools are now "
ttl = "Result"
'reads the registry key value.
rr = WSHShell.RegRead (val)
rr2 = WSHShell.RegRead (val2)
toggle=1
If (rr=1 or rr2=1) Then toggle=0
If toggle = 1 Then
WSHShell.RegWrite val, 1, itemtype
WSHShell.RegWrite val2, 1, itemtype
Mybox = MsgBox(jobfunc & "disabled.", 4096, ttl)
Else
WSHShell.RegDelete val
WSHShell.RegDelete val2
Mybox = MsgBox(jobfunc & "enabled.", 4096, ttl)
End If

Open regtool.vbs And there you go!

For Both Regedit and Taskmanager
********************************
Download Sergiva's Remove Restrictions Tool

http://www.sergiwa.com/modules/mydown ... inglefile.php?cid=2&lid=1

or

http://www.softpedia.com/progDownload ... -Tool-Download-68926.html

Posted on: 8/8 8:27
Transfer the post to other applications Transfer






You can view topic.
You cannot start a new topic.
You cannot reply to posts.
You cannot edit your posts.
You cannot delete your posts.
You cannot add new polls.
You cannot vote in polls.
You cannot attach files to posts.
You cannot post without approval.

[Advanced Search]




 

Login

Username:

Password:


Lost Password?

Register now!

Register

    
New Page 1

 

  
New Page 1

hardware topics

 
 
CopyRight © 2006-2007.   Powered by WebCreations