davil Posted February 19, 2008 Share Posted February 19, 2008 Hi, I use pstools for my network administration tasks and the relatively new EULAs that Microsoft put in are really starting to annoy me. What's the point of command line utils that need to be accepted by the user... Now I've seen posts that show where in registry to put the accept entries with maybe reg.exe or whatever but I'd much prefer if there were another tool like pskill that does the same job on machines from NT to XP but without the EULA bs. does anyone know of such a tool? Quote Link to comment Share on other sites More sharing options...
davil Posted February 19, 2008 Author Share Posted February 19, 2008 ok it's fine I've just remembered nircmd has a process killer thingy. nevermind. Quote Link to comment Share on other sites More sharing options...
SomeoneE1se Posted February 19, 2008 Share Posted February 19, 2008 if you need to i read a way to bypass the eula built in the tool Quote Link to comment Share on other sites More sharing options...
Iain Posted February 19, 2008 Share Posted February 19, 2008 I recall there's a switch that can be used with it which accepts the EULA. Accepting the EULA makes a change in the registry so at least acceptance is remembered on that particular computer. Quote Link to comment Share on other sites More sharing options...
digip Posted February 19, 2008 Share Posted February 19, 2008 Try and find a mirror of the original file before it was taken over by Microsoft. Thats what I did with google for his root kit revealer. http://www.serveurperso.com/toolz/PsTools%202.31/ havent used it, so be sure to scan it for virii first. Quote Link to comment Share on other sites More sharing options...
Obi-Wahn Posted February 19, 2008 Share Posted February 19, 2008 What about adding the "EulaAccepted" Regkey before? eg 4 pskill: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USERSoftwareSysinternalsPsKill] "EulaAccepted"=dword:00000001 EDIT: Sorry, overread the last part of your 1st post. EDIT2: I've downloaded v 1.12 of pskill from microsoft, and see there, if you start it the first time with -accepteula, it accept the eula, and you can kill a process with the first run. I think this parameter is included to the ps-suite from now... eg: pskill.exe -accepteula winrar.exe EDIT3: M$ Technet Link to PsKill Quote Link to comment Share on other sites More sharing options...
hexlax Posted February 21, 2008 Share Posted February 21, 2008 I recall there's a switch that can be used with it which accepts the EULA. Accepting the EULA makes a change in the registry so at least acceptance is remembered on that particular computer. Exactly, you could do a reg add before unpacking/launching the tool. Sysinternals uses the REG_DWORD for a boolean check that the EULA has already been accepted in: HKCUSoftwareSysinternals<program> with the name: EulaAccepted EDIT: Not all of the Sysinternal's pstools accept the flag /accepteula... Quote Link to comment Share on other sites More sharing options...
Iain Posted February 21, 2008 Share Posted February 21, 2008 Ya made it too easy for the OP! Yes, it's a pain that some don't accept the switch. I suspect that this will change in due course. Quote Link to comment Share on other sites More sharing options...
davil Posted February 22, 2008 Author Share Posted February 22, 2008 As I said before I know about the changing the registry thing but I just wanted something simpler and less dependent and nircmd seems to do the trick. I suppose I really should learn C and make my own apps lol... Thanks for all your help everyone. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.