Kill process

  • Thread starter Thread starter JM
  • Start date Start date
J

JM

Hi All,

Is there a way to let a user kill a local process without giving him admin
privileges, password, etc.
The idea is to let him just kill a specified process without requesting a
password.
I tried to find a right in 'Local Policy' but I didn't find any.

Thanx
Regards,
Jean-Marc
 
Hello Jean Marc,

Unfortunately the user is not able to kill a process that doesn't belong to
him or her. Only user owned proceses can be killed by the user. All other
processes (owned by admin or system) can only be killed by the
Administrator.

Hope this information helps.
Cheers,

--
Michael Cole
MCSE, MCSA
Microsoft Security Team

This posting is provided "AS IS" with no warranties and confers no rights.
Please reply to the newsgroup so that others may benefit. Thanks!

--------------------
../From: "JM" <[email protected]>
../Subject: Kill process
../Date: Wed, 3 Dec 2003 12:20:58 +0100
../Lines: 13
../X-Priority: 3
../X-MSMail-Priority: Normal
../X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
../X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
../Message-ID: <uetMN#[email protected]>
../Newsgroups: microsoft.public.win2000.security
../NNTP-Posting-Host: host141-21.pool217141.interbusiness.it 217.141.21.141
../Path:
cpmsftngxa06.phx.gbl!cpmsftngxa09.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11.
phx.gbl
../Xref: cpmsftngxa06.phx.gbl microsoft.public.win2000.security:17121
../X-Tomcat-NG: microsoft.public.win2000.security
../
../Hi All,
../
../Is there a way to let a user kill a local process without giving him admin
../privileges, password, etc.
../The idea is to let him just kill a specified process without requesting a
../password.
../I tried to find a right in 'Local Policy' but I didn't find any.
../
../Thanx
../Regards,
../Jean-Marc
../
../
../
 
Michael Cole said:
Hello Jean Marc,

Unfortunately the user is not able to kill a process that doesn't belong to
him or her. Only user owned proceses can be killed by the user. All other
processes (owned by admin or system) can only be killed by the
Administrator.

Hope this information helps.
Cheers,

--
Michael Cole
MCSE, MCSA
Microsoft Security Team

This posting is provided "AS IS" with no warranties and confers no rights.
Please reply to the newsgroup so that others may benefit. Thanks!

--------------------
/From: "JM" <[email protected]>
/Subject: Kill process
/Date: Wed, 3 Dec 2003 12:20:58 +0100
/Lines: 13
/X-Priority: 3
/X-MSMail-Priority: Normal
/X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
/X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
/Message-ID: <uetMN#[email protected]>
/Newsgroups: microsoft.public.win2000.security
/NNTP-Posting-Host: host141-21.pool217141.interbusiness.it 217.141.21.141
/Path:
cpmsftngxa06.phx.gbl!cpmsftngxa09.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11.
phx.gbl
/Xref: cpmsftngxa06.phx.gbl microsoft.public.win2000.security:17121
/X-Tomcat-NG: microsoft.public.win2000.security
/
/Hi All,
/
/Is there a way to let a user kill a local process without giving him admin
/privileges, password, etc.
/The idea is to let him just kill a specified process without requesting a
/password.
/I tried to find a right in 'Local Policy' but I didn't find any.
/
/Thanx
/Regards,
/Jean-Marc
/
/
/
 
JM wrote / skrev:
Hi All,

Is there a way to let a user kill a local process without giving him admin
privileges, password, etc.
The idea is to let him just kill a specified process without requesting a
password.
I tried to find a right in 'Local Policy' but I didn't find any.

Thanx
Regards,
Jean-Marc

You could script it by using
http://www.sysinternals.com/ntw2k/freeware/pskill.shtml but you
obviously need to provide the password in the script and if you just use
the obvious batch-file-method anyone executing the file can also read
it. So you would have to wrap something around it that supplies the
password in which the password could not be read, for example by
hardcoding it into an executable that cannot be decompiled.
 
Back
Top