PDA

View Full Version : task manager ko mở được...



duonganhtuan0310
21-04-2008, 11:22
Mấy hôm nay mình vẫn dùng task manager bình thường, nhưng tự nhiên nó bị khóa mất tiêu: "Task manager has been disabled by your administrator".À còn msconfig nữa, cũng không mở được luôn....Các bạn chỉ giùm mình làm sao để mở nó nhe...

phamduyvt
21-04-2008, 11:27
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\Pol icies\System\DisableTaskMgr"
val2 = "HKLM\Software\Microsoft\Windows\CurrentVersion\Pol icies\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


Tạo file text bỏ cái này vào rùi lưu lại .vbs
XOng chạy file này lên

computer1012
23-08-2008, 09:19
minh cai game xong roi thi shutdown la mat het, ai chi cho minh lam sao ko de mat game minh vua cai tren mang ve !

conan52
23-08-2008, 13:17
hjc đầu tiên bạn phải nói máy tính của bạn có cài phần mềm đóng băng không đã chứ thế thì mới tim ra hướng giải quyết..........

Y-H:conan_shinichi20032004
0943554174