PDA

View Full Version : pskill and pslist


Duster
03-23-2005, 11:30 AM
ok i tried this in network and sec thread but i not finding much love over there
link (http://www.hardforum.com/showthread.php?p=1027424452#post1027424452)

i installed pskill and pslist on my computer and they work fine on my machine but if i try to do it remotly to another computer on the network i get Access is denied

i am using windows xp pro for both computers that i am using

my cmd window looks like this
Quote:
C:\ pskill \\antec -u remote something.exe

PsKill v1.10 - Terminates processes on local or remote systems
Copyright <c> 1999-2004 Mark Russinovich
Sysinternals - w?w?w.sysinternals.com

Password: <- i put in password for user remote
Couldn't access workstation4:
Access is denied.

also each username i am using has administrator rights and are logged in at the time i know that there is something i am missing that is not turned on but i just don't know what to do

thanks for any help




http://www.mentallyretired.com/h3/index.cfm/u_45747 (http://www.mentallyretired.com/h3/index.cfm?a=doMyStats&u_id=45747)

GreNME
03-23-2005, 12:17 PM
I suggest using the right tool (http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/taskkill.mspx) for the job, which happens to already be built in. Here (http://www.grenme.com/node/view/40), use this as a beginner's guide.

Phoenix86
03-23-2005, 12:31 PM
my cmd window looks like this
Quote:
C:\ pskill \\antec -u remote something.exe

PsKill v1.10 - Terminates processes on local or remote systems
Copyright <c> 1999-2004 Mark Russinovich
Sysinternals - w?w?w.sysinternals.com

Password: <- i put in password for user remote
Couldn't access workstation4:
Access is denied.

also each username i am using has administrator rights and are logged in at the time i know that there is something i am missing that is not turned on but i just don't know what to do

thanks for any help

http://www.mentallyretired.com/h3/index.cfm/u_45747 (http://www.mentallyretired.com/h3/index.cfm?a=doMyStats&u_id=45747)
I don't see the username specified in there, how do you know what account it's prompting for?

http://www.mentallyretired.com/h3/index.cfm/u_45754 (http://www.mentallyretired.com/h3/index.cfm?a=doMyStats&u_id=45754)

Duster
03-23-2005, 01:19 PM
tried to use taskkill too... it in other post

user name is remote


http://www.mentallyretired.com/h3/index.cfm/u_45747 (http://www.mentallyretired.com/h3/index.cfm?a=doMyStats&u_id=45747)

Duster
03-23-2005, 01:23 PM
y have you stoped folding phoenix?? come on we need ur help


http://www.mentallyretired.com/h3/index.cfm/u_45747 (http://www.mentallyretired.com/h3/index.cfm?a=doMyStats&u_id=45747)

Phoenix86
03-23-2005, 01:29 PM
:(

No, I have changed almost every PC I'm using right now, so the only POS I have folding right now is my P-III/600. I stopped my home rig from folding for some testing. It'll be back online shortly.

In fact...

http://www.mentallyretired.com/h3/index.cfm/u_45754 (http://www.mentallyretired.com/h3/index.cfm?a=doMyStats&u_id=45754)

Direwolf20
03-23-2005, 01:32 PM
Firewall?

Havs
03-23-2005, 02:16 PM
in your -u switch try including the domain or computername

the syntax should be

pskill \\computer -u <computer\username> -p <password> <processname>

try doing a pslist first to get the pid and use the pid instead of the process name, to eliminate the chance of getting a syntax error