thấy nhiều bác than thở về mấy cái trường hợp như folder option, task manager, registry editor, show hidden files and folders bị khóa. Nên mình quyết định làm cái thread này để hướng dẫn mọi người unlock bằng phương pháp thủ công nhưng cực kỳ hiệu wả: COMMAND LINE :D okies, vào đề nào. Đầu tiên mở CMD trước cái đã, command line mà :D. Gõ chính xác những gì mình viết ra nhá. +mở "regedit": reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System" /v "DisableRegistryTools" /t REG_DWORD /d 0 /f +mở "task manager": reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System" /v "DisableTaskMgr" /t REG_DWORD /d 0 /f +mở "folder options": reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v "NoFolderOptions" /t REG_DWORD /d 0 /f +mở "show hidden files and folders": reg delete "HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\Hidden\ShowAll" /v "CheckedValue" /f reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\Hidden\ShowAll" /v "CheckedValue" /t REG_DWORD /d 1 /f đó là những cái cơ bản, mọi người có thể add vào notepad và biến nó thành file .bat để kíck hoạt cho đơn giản. GOOD LUCK nhé
Khi viết chuỗi khóa Registry lên diễn đàn, nếu là khóa có dòng \Microsoft\ thì sau đó (khoảng 20 ký tự) các chuỗi thường bị cách ra một khoảng trắng. ( lý do là các diễn đàn phổ biến như VBB làm vậy để tránh vấn đề với M$ ) bài viết cũng được đấy, nhưng tui thường dùng Fast Unlock Kool hơn. .
đúng là sử dụng tools có sẵn rất tiện lợi, nhưng nó không có cảm giác đã bằng chính tay mình mở ra
Option Explicit Dim WshShell Set WshShell = WScript.CreateObject("WScript.Shell") Err.Clear On Error Resume Next WshShell.RegDelete "HKLM\Software\Microsoft\Windows\CurrentVersion\Run\Task Manager" WshShell.RegDelete "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system\DisableTaskMgr" WshShell.RegDelete "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system\DisableRegistryTools" WshShell.RegDelete "HKCU\Software\Policies\Microsoft\Internet Explorer\Control Panel\HomePage" WshShell.RegDelete "HKCU\Software\Yahoo\Pager\View\YMSGR_buzz\content url" WshShell.RegDelete MsgBox "Xong rui cu oi", 4096, "Tuan Vu FixReg" Lưu lại VBS la` ok