Problem loading services

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

The first, sorry for my poor english.
We have a problem loading WMI, this service is loading too late and the
computer logon script don't work.

Anybody knows how to change the services load order?
Thank you very much.
 
The first, sorry for my poor english.
We have a problem loading WMI, this service is loading too late and the
computer logon script don't work.

Anybody knows how to change the services load order?
Thank you very much.

Hello,

Where is it currently loading from?
The normal location is (in the Registry):
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services
Look for the key 'winmgmt'.
 
Thanks Claymore,
The service seems OK in the registry. The problem is that computer logon
script run a WMI class, when the scrip run at boot the wmi class does not
exists, but if I run the script when the computer finally boot, the script
run OK.
I supose that when the script run on boot time the WMI service is not running.

The problem occurs in several classrooms, the computers have many software
installed, its posible than an external aplication is the origen of problem,
isn´t it?
 
I have solved the problem. The cause of the problem was a wrong PATH
environment variable. The PATH variable had'nt the system paths:
%systemroot%, etc.

Some application destroy the PATH environment in almost all computers.

Thanks to all.
 
Back
Top