taskmgr.exe

Posted: 06-30-2003, 08:14 PM
I need to delete taskmgr.exe from Windows XP to prevent
users from running taskmanager. I will rename taskmgr.exe
to something else that my application will call so that
task manager can be run for supervisors only.
Please I don't need a system or group policy.
I just need to be able to delete taskmgr.exe from the
system without it self-healing itself, everytime I delete
the file it re-appears again.

I know that in the past I came accross a website that it
had the fix. Twicked a dll and edited the reg keys, but I
can't remember the url nor can I find it again.

PLEASE HELP!!!

Reply With Quote

Responses to "taskmgr.exe"

David Jones
Guest
Posts: n/a
 
taskmgr.exe
Posted: 06-30-2003, 09:43 PM
What is to prevent your users from running whatever you
rename it to? You're going down the wrong path in trying
to secure things - fix the problem, don't patch it up.

More to the point, why are you re-architecting something
that already exists?

A better way to do this is to use NTFS (you really should
be anyway if you care about security) and do not allow
those groups of users to execute taskmgr.exe (just remove
them from the security listing). You can grant only the
groups you want access to execute this file.

Just remember that a determined person can get around
lots of things if you don't put the correct policies and
procedures in place. Take advantage of the abilities the
OS gives you, it will be much more effective in most
cases than "rolling your own".

>-----Original Message-----
>I need to delete taskmgr.exe from Windows XP to prevent
>users from running taskmanager. I will rename
taskmgr.exe
>to something else that my application will call so that
>task manager can be run for supervisors only.
>Please I don't need a system or group policy.
>I just need to be able to delete taskmgr.exe from the
>system without it self-healing itself, everytime I
delete
>the file it re-appears again.
>
>I know that in the past I came accross a website that it
>had the fix. Twicked a dll and edited the reg keys, but
I
>can't remember the url nor can I find it again.
>
>PLEASE HELP!!!
>
>.
>
Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
taskmgr disappears quickly Mark Brodie Windows XP Performance & Maintenance 0 07-03-2003 08:29 PM


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90