Pages

Wednesday, August 15, 2007

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

No comments: