yakup2002 Posted May 12, 2015 Report Share Posted May 12, 2015 translated from turkish: It does not open the task manager Operating system:Windows 7 Home Basic (64 bit) Service Pack 1 System root: C:Windows Available physical memory: 3988 MB CPU: Intel® Core i5-3317U CPU @ 1.70GHz Drive Info: C: 109,47 GB Internet Explorer: 11.0 Link to comment Share on other sites More sharing options...
xilolee Posted May 12, 2015 Report Share Posted May 12, 2015 I didn't understand if you have tried the proposed solution of wise pc 1st aid for this problem. Did you try it? Anyway, perform a full scan with all the tools listed in Free tools (Anti-malware, anti-spyware, anti-virus) that you could use to inspect your computer. Later, try the following methods (if task manager will work after one of these ones, you can stop your tries, obviously): 1) (Windows PRO versions only) Verify that the "Local Group Policy" or "Domain Group Policy" doesn’t block you from using Task Manager. Go to "Start" -> "Run" -> Write Gpedit.msc and press Enter. Navigate to "User Configuration" -> "Administrative Templates" -> "System" -> "Ctrl+Alt+Del Options" In the right side of the screen verify that "Remove Task Manager"" option is set to "Disable" or "Not Configured" Close Gpedit. Go to "Start" -> "Run" -> Write gpupdate /force and press Enter. 2) open regedit (with one of the following procedures): - Press Windows key on your keyboard (and keep it pressed), then press R key, release the two keys (Windows + R): it will open the run window. Type regedit and press enter. - Click start, type regedit in the searchbox and press enter. - Click start, click run, type regedit, press enter. Navigate to [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]. In the right pane you should see a REG_DWORD value named DisableTaskMgr: set its value to 0, or delete it completely (then close regedit). 3) Paste the following code in a txt file (using notepad.exe), save the file as EnableTaskMgr.reg, double-left-click the file and add it to the registry. Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System] "DisableTaskMgr"=dword:00000000 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\LocalUser\Software\Microsoft\Windows\CurrentVersion\Policies\System] "DisableTaskMgr"=dword:00000000 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\] "DisableTaskMgr"=dword:00000000 4) Run the following commands from an elevated command prompt: REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f REG add "HKCU\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\LocalUser\Software\Microsoft\Windows\CurrentVersion\Policies\System" /v DisableTaskMgr /t REG_DWORD /d 0 /f REG add HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now