Results 1 to 2 of 2

Thread: Disable access to Windows Task Manager

  1. #1
    Join Date
    Mar 2008
    Posts
    201

    Disable access to Windows Task Manager

    The Windows Task Manager, accessible by pressing Ctrl + Alt + Del, can find applications and processes in use and the use of processor, amount of memory used and other information. However, you can also delete a process in use and it may be interesting to restrict access to the manager for this reason.


    Click on "start", "Run ..." then type "regedit" and click on "OK"

    Go to the key :
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System


    On the right, create a new DWORD value named "DisableTaskMgr" and set as data "1"

    Now when you make the key combination Ctrl + Alt + Delete, a message appears: Task Manager is disabled By your administrator .

  2. #2
    Join Date
    Mar 2008
    Posts
    201

    Re: Disable access to Windows Task Manager

    You can also make the reg file , do a copy paste following in a notepad file and save that file as .reg extension

    Windows Registry Editor Version 5.00

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
    "DisableTaskMgr"=dword:00000001
    Double click the file or right click and then select Merge.

Similar Threads

  1. Replies: 3
    Last Post: 17-01-2014, 10:37 AM
  2. need administrator rights to access task manager window
    By hRYHORIY in forum Operating Systems
    Replies: 4
    Last Post: 05-04-2011, 08:19 PM
  3. How to Disable Remote Access Connection task in windows 7
    By Svana in forum Operating Systems
    Replies: 5
    Last Post: 10-11-2010, 07:35 AM
  4. Can't access task manager or regedit
    By Tungesh in forum Operating Systems
    Replies: 3
    Last Post: 10-10-2009, 05:01 PM
  5. Task Manager is Disable
    By Casey in forum Operating Systems
    Replies: 5
    Last Post: 13-01-2009, 02:15 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,113,249.37231 seconds with 17 queries