The VBS
Tested and working on Win 2k and XP.
In notepad, copy/paste the following script, and save the file with a .vbs extension, then run it :
'Enable/Disable Task Manager
'By PatheticCockroach - based on an idea by Doug Knox
'© 2005 MPAM Rebooted - http://patheticcockroach.com
'This code may be freely distributed/modified as long as it remains free of charge
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\DisableTaskMgr"
val2 = "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableTaskMgr"
itemtype = "REG_DWORD"
jobfunc = "Task Manager is 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
2006-10-01 03:55:43
·
answer #1
·
answered by Ryan S 3
·
0⤊
2⤋
Don't waste your time with that VB Script. It's badly broken!
Click Start...Run. Type gpedit.msc and click OK.
In the Group Policy Editor, navigate to Local Computer Policy...User Configuration...Administrative Templates...System...Ctrl+Alt+Del Options. On the right side, double click Remove Task Manager and set it to Disabled. Click OK. Reboot.
2006-10-01 04:07:46
·
answer #2
·
answered by Bostonian In MO 7
·
0⤊
0⤋
Don't blame me if I'm wrong, but try right clicking and if Mac has task manager, ctrl clicking the taskbar on your screen if you can't find the taskbar, i suggest moving your mouse slowly around the edge of your screen until you see a double-sided arrow and clicking and mving the mouse to the opposite side of the edge of the screen. Anyway, right-click it and click task manaager, if you can't do that, check the windows help topics, if you can open it up and click un disable or something. or for a quicker way to access it click ctrl alt delete.
2006-10-01 03:58:28
·
answer #3
·
answered by google-yahoo 2
·
0⤊
1⤋
acquire.Malwarebytes Anti Malware.there is likewise a software in that is techniques referred to as.document murderer.If the 1st does not get rid of it(it may)placed the names in document murderer and it will.additionally acquire advert-conscious.a solid unfastened virus protector and computing gadget fixer is.more suitable gadget Care 3.Get from document Hippo.
2016-12-26 06:26:00
·
answer #4
·
answered by ? 3
·
0⤊
0⤋
right click on the taskbar, click Task Manager.
2006-10-01 03:52:07
·
answer #5
·
answered by pete_can_do 5
·
0⤊
3⤋
hmm, didn't know that you could disable task manager, I guess it would be at same place where you disabled it :)
pete_can_do, STFU BIT>CH
2006-10-01 03:50:13
·
answer #6
·
answered by Anonymous
·
0⤊
2⤋