KM,
Looked in the filemon regmon logs to no avail, but did some hunting and
pecking:
Turned out to be a component needed: WMI Win32 Provider (which makes sense
considering what these tools are trying to accomplish).
"Server Command Line Tools" does not call WMI Win32 Provider as a dependency
(directly/specifically), nor does it specify such in the Component Help.
On another note: (could be useful to others):
The WMI Win32 Provider component is also needed to suppress that annoying
netsh message specifying: "Cannot retreve host information for COMPUTERNAME,
some commands will not be available".
Anyhow....it is resolved...which is a good thing! Thanks for your prompt
replies, and suggestions. If I can be of any help, please let me know.
KM said:
PjS,
For testing purposes you can try to set the CSDVersion value under [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Windows]
to
whatever is set on XP Pro (512).
Also, have you tried looking at Filemon/Regmon logs captured while you ran the taskkill utility to see if anything pops up
there?
--
Regards,
KM
KM,
Upon further investigation, you can run taskkill.exe or tasklist.exe
(another "server command line tool") with a /S switch to specify machine name
to act against. When I provide /S localhost, I am getting an error message
back, that is slightly different, but more usueful (perhaps):
ERROR: The Target System must be running Windows XP or above.
Running taskkill or tasklist.exe on a known good Windows XP Pro installation
with /S localhost provides good output (no errors).
Is this perhaps a compatibility issue within the Server Command Line Tools
component and XPe?
:
PjS,
You can easy find out what's missing (what provider is missing ) from your image if you launch the takskill at run time
through
Dependency Walker (Profiling feature).
The taskkill utility, although pretty simple itself, requires lots of dependencies. If you find something is missing from the
"Server Command Line Tools", please feel free to report the bug to the Product Team.
--
Regards,
KM
Hello XPe community. I am having a small issue using taskill.exe on my XPe
build. Perhaps somebody could shed some light.
I am simply trying to run a very simaple taskkill.exe command. I am getting
the following message returned:
ERROR: Provider load failure.
I have checked the dependencies for Server Command Line Tools (as this
component contains taskkill.exe) and this looks to be OK.
Any ideas?