Jump to content

Recommended Posts

Posted

Hello,

If you want to install this program in silent : Html-Kit

Here is the code in RunOnceEX.cmd:

REG ADD %KEY%\115 /VE /D "HTML-KIT 292" /f

REG ADD %KEY%\115 /V 1 /D "%systemdrive%\install\Applications\Html-Kit\HKSetup.exe /VERYSILENT /SP-" /f

REG ADD %KEY%\115 /V 2 /D "pskill htmlkit.exe" /f

WOrks Fine :thumbup


Posted

Yes, pskill is a better option.

Because, I've found that XP home doesn't have the taskkill.exe facility usable. So, I need to use pskill instead, for XP home unattended scripts. And since I want to standardise on the scripts I use for pro and home, I end up using pskill on both.

Pskill is simple to use. SysInternals.com has a free package called PsTools that give many of the (unix) tools that we want on the windows command-line. PsKill is one of those, and is powerful and simple to use.

http://www.sysinternals.com/ntw2k/freeware/pskill.shtml

Windows NT/2000 does not come with a command-line 'kill' utility. You can get one in the Windows NT or Win2K Resource Kit, but the kit's utility can only terminate processes on the local computer. PsKill is a kill utility that not only does what the Resource Kit's version does, but can also kill processes on remote systems. You don't even have to install a client on the target computer to use PsKill to terminate a remote process.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...