• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.
Xin chào ! Nếu đây là lần đầu tiên bạn đến với diễn đàn, xin vui lòng danh ra một phút bấm vào đây để đăng kí và tham gia thảo luận cùng VnPro.

Announcement

Collapse
No announcement yet.

Xử lý tình huống bị khóa Registry

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Xử lý tình huống bị khóa Registry

    Xử lý tình huống khi xảy ra hiện tượng khóa Resgistry

    Triệu chứng
    : Khi bấm Start > Run > gõ “regedit “chỉ nhận được một thông báo "Registry editor has been disabled by your administrator“.

    Biện pháp
    :
    Mở Notepad, copy và dán đoạn mã sau vào và save nó lại thành file UnHookExec.inf
    [[]Version]
    Signature="$Chicago$"
    Provider=Symantec

    [[]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,,,"reg edit.exe ""%1"""
    HKLM, Software\CLASSES\scrfile\shell\open\command,,,"""% 1"" %*"
    HKCU, Software\Microsoft\Windows\CurrentVersion\Policies \
    System,DisableRegistryTools,0x00000020,0


    Sau khi lưu, nhấn chuột phải vào nó rồi chọn "Install". Nếu cần restart lại máy.

    Nguồn: thietbivienthongbachkhoa.com
Working...
X