Good student
09-19-2009, 08:29 PM
Good gửi lên đoạn code này để dành cho các bạn có hướng xử lí nhanh nhất vấn đề máy bị khóa Regedit,Taskmanager, disable các file đuôi .COM, .EXE, .CMD, .REG,.BAT,... và bị khóa hiện ẩn file, folder...
Cách thực hiện rất đơn giản, các bạn chỉ cần copy đoạn code dưới đây vào NotePad, save as với file name là Langkhach.inf sau đó phải chuột file Langkhach.inf chọn Install là lập tức OK (ngay cả khi .VBS hay ǵ ǵ đó,... bị khoá vẫn có tác dụng. Đây là cách mạnh tay nhất):
[[Version]
Signature="$Chicago$"
Provider=Langkhach.MR
[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"" %*"
HKLM, Software\Microsoft\Windows NT\CurrentVersion\Winlogon,Shesll,,"Explorer.exe"
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies \System,DisableRegistryTools,0x00010001,0
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies \System,DisableTaskMgr,0x00010001,0
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies \Explorer,NoFolderOptions,0x00010001,0
HKCU, Software\Policies\Microsoft\Internet Explorer\Restrictions,NoBrowserOptions,0x00010001, 0
HKCU, Software\Microsoft\Windows\CurrentVersion\Explorer \Advanced,ShowSuperHidden,0x00010001,1
HKCU, Software\Microsoft\Windows\CurrentVersion\Explorer \Advanced,Hidden,0x00010001,1
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies \Explorer,NoRun,0x00010001,0
HKCU, Software\Microsoft\Windows\CurrentVersion\Explorer \Advanced,HideFileExt,0x00010001,0
HKCU, Software\Microsoft\Windows\CurrentVersion\Explorer \Advanced,SuperHidden,0x00010001,1
Cách thực hiện rất đơn giản, các bạn chỉ cần copy đoạn code dưới đây vào NotePad, save as với file name là Langkhach.inf sau đó phải chuột file Langkhach.inf chọn Install là lập tức OK (ngay cả khi .VBS hay ǵ ǵ đó,... bị khoá vẫn có tác dụng. Đây là cách mạnh tay nhất):
[[Version]
Signature="$Chicago$"
Provider=Langkhach.MR
[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"" %*"
HKLM, Software\Microsoft\Windows NT\CurrentVersion\Winlogon,Shesll,,"Explorer.exe"
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies \System,DisableRegistryTools,0x00010001,0
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies \System,DisableTaskMgr,0x00010001,0
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies \Explorer,NoFolderOptions,0x00010001,0
HKCU, Software\Policies\Microsoft\Internet Explorer\Restrictions,NoBrowserOptions,0x00010001, 0
HKCU, Software\Microsoft\Windows\CurrentVersion\Explorer \Advanced,ShowSuperHidden,0x00010001,1
HKCU, Software\Microsoft\Windows\CurrentVersion\Explorer \Advanced,Hidden,0x00010001,1
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies \Explorer,NoRun,0x00010001,0
HKCU, Software\Microsoft\Windows\CurrentVersion\Explorer \Advanced,HideFileExt,0x00010001,0
HKCU, Software\Microsoft\Windows\CurrentVersion\Explorer \Advanced,SuperHidden,0x00010001,1