Cổng vào tri thức => Tin học => Topic started by: saos@ngmo on 19/09/07, 16:36 Return to Full Version

Title: Mở khoá register và Task Manager
Post by: saos@ngmo on 19/09/07, 16:36
Theo yêu cầu của anh sym nhà ta, nhưng chắc sẽ nhiều người cần vì virus nó cứ thích khoá thế này:

Enable/Disable Registry and Task Manager
    Có nhiều người hỏi M cách enable/disable registry cũng như task manager như thế nào? ... Đơn giản mọi người có thể làm như sau:

    1. Enable/disable Registry - Start+R, gõ "cmd" để gọi "command prompt", trong cửa sổ này gõ vào dòng lệnh sau:
    REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f

    - Nếu disable thi thay giá trị 0 trong dòng lệnh bằng 1:
    REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 1 /f

    - Sau khi enter, nếu nó báo successful thì OK, registry của bạn đã đc mở...
    Nếu báo lỗi thì có nghĩa là máy của bạn không có tập tin Reg.exe, lúc này bạn chĩ cần download tập tin này tại: http://share2net.com/store/079reg.exe (nếu link die thi contact me) về đổi tên thành reg.exe rồi chép vào ổ C:\ (hoặc đi chép từ 1 máy win xp nào đó trong folder system32)
    sau đó gõ lệnh hay chép lệnh này vào màn hình đen xì ở trên):
    C:\REG.EXE add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f rồi enter...

    2. Task Manager bi disable
    - Thay đổi hoặc viết tệp .reg có nội dung như sau:

       HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System
       Name: DisableTaskMgr
      Type: REG_DWORD
      Value: 0

Copy từ chỗ này:
http://blog.360.yahoo.com/blog-1B6IpaA8cqg9hdvv.3PVcp_z?p=28
Title: Re: Mở khoá register và Task Manager
Post by: symphony on 19/09/07, 16:43
Thank you! Sống mấy tháng trời không có nó cũng bực thật! :)