PDA

View Full Version : Task Manager



djng
03-23-2013, 22:20
Task Manager không mỡ ra được .Xin ACM giúp đỡ,cám ơn nhiều (đã dùng Ctrl Alt Del).

umc007
03-23-2013, 22:28
Task Manager không mỡ ra được .Xin ACM giúp đỡ,cám ơn nhiều (đã dùng Ctrl Alt Del).

Bạn thử Ctrl+Shift+Esc coi sao .

supermax
03-23-2013, 22:29
re-install lại Windows thôi

Northwest_Swords
03-23-2013, 22:58
Enable Task Manager by Running a CMD Command

Command Prompt (To view links or images in this forum your post count must be 3 or greater. You currently have 0 posts. can also be used to directly enable Task Manager.


Open Notepad.
Copy the code given below and paste it.
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Pol icies\System /v DisableTaskMgr /t REG_DWORD /d /0 /f
Save the File as TaskManager.bat.
Run TaskManager.bat as Administrator if you use Windows 8, Windows 7 or Windows Vista. In Windows XP, simply open the file. A command prompt window will flash for a second and then disappear indicating successful execution. After running the batch file, you will be able to again use Task Manager. If Task Manager is still not available, restart your computer.

Northwest_Swords
03-23-2013, 23:00
Còn không vào trong SafeMode ( bấm F8 ) rồi làm thử có được hay không và scan virus từ đó

Northwest_Swords
03-24-2013, 15:32
That's a very common problem for Windows users. Many times when you try to open Task Manager, you find that "Task Manager" option has been grayed out:
http://media.askvg.com/articles/images/Task_Manager_Disabled_1.jpg
Also when you try to run it by typing "taskmgr" in RUN dialog box, Windows shows following error message:

Task Manager has been disabled by your administrator.
http://media.askvg.com/articles/images/Task_Manager_Disabled_2.jpg
There might be 2 possible reasons behind this problem:


Your system administrator applied the restriction using Registry Editor or Group Policy Editor.
Your system has been infected with virus and it has disabled the Task Manager.

If you are already the Administrator of the system, then your system is most probably infected. You should follow the instructions given in following topic first:
Is Your System Infected with a Virus / Spyware / Adware / Trojan? (To view links or images in this forum your post count must be 3 or greater. You currently have 0 posts. Now if your system in not infected or you have successfully removed the virus, then you can follow these simple steps to enable Task Manager again:
1. Type regedit in RUN dialog box or Start Menu Search box and press Enter. It'll open Registry Editor. If Registry editor is also disabled, then follow instructions given in following tutorial:
How to Enable Tools -> Folder Options and Registry Editor in Windows (To view links or images in this forum your post count must be 3 or greater. You currently have 0 posts. 2. Now go to following keys one by one:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\System
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Policies\System
HKEY_USERS\.default\Software\Microsoft\Windows\Cur rentVersion\Policies\System
and look for a DWORD value "DisableTaskMgr" in right-side pane. If you find it, delete it.
http://media.askvg.com/articles/images/Enable_Task_Manager.jpg
3. That's it. Now Task Manager will be enabled.
PS: If you are not familiar with editing the registry, then you can use ready-made registry script to do the task automatically. Download following ZIP file, extract it and then run the extracted .REG file. It'll ask for confirmation, accept it:
Enable Task Manager (http://media.askvg.com/downloads/2008/10/enable-task-manager.zip)