Windows
Windows tips and tricks
Các câu lệnh msconfig services.msc regedit | When a virus disables your Taskbar and Registry Enable the Task Manager. Click Start/Run now copy this EXACTLY as it is shown here and paste it to the Run Box and click Ok:
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f Enable the Registry REGEDIT4
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System] "DisableRegistryTools"=dword:00000000 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System] "DisableRegistryTools"=dword:00000000 Save it as unlockreg.reg. Run. If you continue to get Registry editing has been disabled by the administrator. 1. Start > Run. 2. %windir%\system32\gpeditmsc 3. Navigate to: User Config\Admin Templates\system\Prevent Access to Registry Editing Tools 4. Change to > Not Configured This should solve this problem. |