วันอังคารที่ 14 กุมภาพันธ์ พ.ศ. 2555

รวมวิธีแก้ปัญหา ERROR Disable RegistryTools และ ERROR Disable Task manager

วิธีที่ 1
ไปที่ Start Menu เลือก Run พิมพ์ gpedit.ms แล้ว Enter
ไปยังหัวข้อ User Configuration > Admin Templates > System
เลือก Prevent Access To registry Editing Tools แล้วจัดการ Disable มันซะแค่นี้
regedit ก็ใช้งานได้ละครับ
ส่วน  task manager ก็ให้เข้าไปที่  Ctrl+Alt+Del options แล้วก็จัดการ Disable มันซะแค่นี้เราก็จะใช้ Task Manager ได้แล้วครับ


วิธีที่ 2
 ไปที่ Start Menu เลือก Run ใส่ข้างล่างนี้ลงไป

REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f  แล้ว Enter
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f
แล้ว Enter

วิธีที่ 3

สร้างไฟล์ reg.inf
--------------------------------------
[Version]
Signature="$Chicago$"
Provider=ITEMCOM

[DefaultInstall]
AddReg=UnhookRegKey

[UnhookRegKey]
HKLM, Software\CLASSES\batfile\shell\open\command,,,"""%1"" %*"
HKLM, Software\CLASSES\comfile\shell\open\command,,,"""%1"" %*"
HKLM, Software\CLASSES\exefile\shell\open\command,,,"""%1"" %*"
HKLM, Software\CLASSES\piffile\shell\open\command,,,"""%1"" %*"
HKLM, Software\CLASSES\regfile\shell\open\command,,,"regedit.exe ""%1"""
HKLM, Software\CLASSES\scrfile\shell\open\command,,,"""%1"" %*"
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\System,DisableRegistryTools,0x00000020,0
--------------------------------------------------------------
Save ไฟล์แล้วคลิกขวาเลือก Install
 
 สร้างไฟล์ task.inf
-----------------------------------------------------
[Version]
Signature="$Chicago$"
Provider=ITEMCOM

[DefaultInstall]
AddReg=UnhookRegKey

[UnhookRegKey]
HKLM, Software\CLASSES\batfile\shell\open\command,,,"""%1"" %*"
HKLM, Software\CLASSES\comfile\shell\open\command,,,"""%1"" %*"
HKLM, Software\CLASSES\exefile\shell\open\command,,,"""%1"" %*"
HKLM, Software\CLASSES\piffile\shell\open\command,,,"""%1"" %*"
HKLM, Software\CLASSES\regfile\shell\open\command,,,"regedit.exe ""%1"""
HKLM, Software\CLASSES\scrfile\shell\open\command,,,"""%1"" %*"
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\System,DisableTaskMgr ,0x00000020
 ---------------------------------------------
Save ไฟล์แล้วคลิกขวาเลือก Install
 
วิธีที่ 4 
โปรแกรมล้วนๆ เลยครับ
โหลดได้ที่
http://www.recoverdatatools.com/tools/download.php?id=1
อีกอัน
โหลดได้ที่
http://koud3lka.wordpress.com/2008/11/29/koud3lka-restrictions-remover-v10/