Wenn Autostart unter WS 8 nicht funktioniert ...
Verfasst: 17.04.2012, 23:33
Habe gerade keine Lust es zu uebersetzen ....
dirty fix for failed autostart ...
The autostart feature is quite useless if hostd does not start after a reboot.
If you run XP or 2003 as a host this nasty fix may help.
First find out why hostd does not survive a reboot.
In my case it was because of the VMware USB Arbitration service that always hangs during startup.
So I edited HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\VMwareHostd
and removed the USBarbservice from the key "DependOnService"
This now only contains
VMAuthdService
lanmanworkstation
After that modification hostd survives a reboot.
Ulli