Thanks for your tip captainst,
that's how i got it to work:
sprintf(command_str,"command.com /c net stop ShellHWDetection");
status = LaunchExecutableEx (command_str, LE_HIDE, NULL);
i used "LaunchExecutableEx" instead of LaunchExecutable or system, because
with the parameter LE_HIDE i can hide the command window.
"captainst" <x@no.email> schrieb im Newsbeitrag
news:1164550217928-445538@exchange.ni.com...
> Hey,
> Have you tried to disable the Shell Hardware Detection service on
> windowsxp ?