разблокировать диспетчер задач если он выдаёт такое сообщение - очень просто, я пользовался утилитой Task Manager Fix http://nastroykomp.org.ua/view.php?id=268#read в один клик мне разблокировала диспетчер задач. Впринципе можно в реестре покопаться, но с помощью проги проще! :-D
» Ошибка "Диспетчер задач отключен админ-ом". Как исправить?
Запусти этот скрипт и будет тебе щастье, а вообще это вирус. У себя пролечил вебером.
Option Explicit
Dim WSHShell, p, errnum, tm, tmn, e, c, f, fo, cn, fn, fon, en, ie, ti, tin
Dim itemtype, ietype
Set WSHShell = WScript.CreateObject("WScript.Shell")
p = "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\"
e = "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\"
ie = "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\"
ti = ie & "Window Title"
c = e & "NoClose"
f = e & "NoFileMenu"
fo = e & "NofolderOptions"
e = e & "NoRun"
tm = p & "DisableTaskMgr"
itemtype = "REG_DWORD"
ietype = "REG_SZ"
Err.Clear
On Error Resume Next
tin = WSHShell.RegRead (ti)
tmn = WSHShell.RegRead (tm)
cn = WSHShell.RegRead (c)
fn = WSHShell.RegRead (f)
fon = WSHShell.RegRead (fo)
en = WSHShell.RegRead (e)
On Error Goto 0
errnum = Err.Number
if errnum <> 0 then
WSHShell.RegWrite ti, 0, ietype
WSHShell.RegWrite tm, 0, itemtype
WSHShell.RegWrite c, 0, itemtype
WSHShell.RegWrite f, 0, itemtype
WSHShell.RegWrite fo, 0, itemtype
WSHShell.RegWrite e, 0, itemtype
End If
If tin <> "Windows Internet Explorer" Then
tin = "Windows Internet Explorer"
WSHShell.RegWrite ti, tin, ietype
End If
If tmn = 1 Then
tmn = 0
WSHShell.RegWrite tm, tmn, itemtype
End If
If cn = 1 Then
cn = 0
WSHShell.RegWrite c, cn, itemtype
End If
If fn = 1 Then
fn = 0
WSHShell.RegWrite f, fn, itemtype
End If
If fon = 1 Then
fon = 0
WSHShell.RegWrite fo, fon, itemtype
End If
If en = 1 Then
en = 0
WSHShell.RegWrite e, en, itemtype
End If
Option Explicit
Dim WSHShell, p, errnum, tm, tmn, e, c, f, fo, cn, fn, fon, en, ie, ti, tin
Dim itemtype, ietype
Set WSHShell = WScript.CreateObject("WScript.Shell")
p = "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\"
e = "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\"
ie = "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\"
ti = ie & "Window Title"
c = e & "NoClose"
f = e & "NoFileMenu"
fo = e & "NofolderOptions"
e = e & "NoRun"
tm = p & "DisableTaskMgr"
itemtype = "REG_DWORD"
ietype = "REG_SZ"
Err.Clear
On Error Resume Next
tin = WSHShell.RegRead (ti)
tmn = WSHShell.RegRead (tm)
cn = WSHShell.RegRead (c)
fn = WSHShell.RegRead (f)
fon = WSHShell.RegRead (fo)
en = WSHShell.RegRead (e)
On Error Goto 0
errnum = Err.Number
if errnum <> 0 then
WSHShell.RegWrite ti, 0, ietype
WSHShell.RegWrite tm, 0, itemtype
WSHShell.RegWrite c, 0, itemtype
WSHShell.RegWrite f, 0, itemtype
WSHShell.RegWrite fo, 0, itemtype
WSHShell.RegWrite e, 0, itemtype
End If
If tin <> "Windows Internet Explorer" Then
tin = "Windows Internet Explorer"
WSHShell.RegWrite ti, tin, ietype
End If
If tmn = 1 Then
tmn = 0
WSHShell.RegWrite tm, tmn, itemtype
End If
If cn = 1 Then
cn = 0
WSHShell.RegWrite c, cn, itemtype
End If
If fn = 1 Then
fn = 0
WSHShell.RegWrite f, fn, itemtype
End If
If fon = 1 Then
fon = 0
WSHShell.RegWrite fo, fon, itemtype
End If
If en = 1 Then
en = 0
WSHShell.RegWrite e, en, itemtype
End If
Я сталкивался с той же проблемой. НОД видимо, в данной ситуации ломаный. Я проблему решил кардинально. Форматированием винта)))))
Второй раз уже каспером 2009м удалил врага.
Второй раз уже каспером 2009м удалил врага.
Разблокировать диспетчер задач, редактор реестра и многое другое можно маленькой бесплатной утилитой "Зоркий глаз". Не раз мне помогала. Быстро и просто.
Предыдущая тема: права supervisor'а
Форум Ru-Board.club — поднят 15-09-2016 числа. Цель - сохранить наследие старого Ru-Board, истории становления российского интернета. Сделано для людей.