Chozo4
Active Member
Came across this bug just now when trying to narrow down an annoyance after a fresh reinstall of windows (was experiencing it prior as well).
OS: Windows Server 2003 Enterprise R2
HWInfo: v4.10 32-bit
Related to: HWiNFO32/64 Kernel Driver
Description:
On system boot the following error will occur:
This is due to the non-persistent driver not being unregistered during a system shutdown or application failure and the support files for the driver no longer existing on system startup. There is further no entry logged in the event viewer about the problem. Changing the startup Type of the Kernel Driver to 'Demand' rather than 'System' resolves this error until the next load of HWiNFO.
A more persistant form of workaround that works for proper shutdowns would be to add the following command to a shutdown script:
OS: Windows Server 2003 Enterprise R2
HWInfo: v4.10 32-bit
Related to: HWiNFO32/64 Kernel Driver
Description:
On system boot the following error will occur:
This is due to the non-persistent driver not being unregistered during a system shutdown or application failure and the support files for the driver no longer existing on system startup. There is further no entry logged in the event viewer about the problem. Changing the startup Type of the Kernel Driver to 'Demand' rather than 'System' resolves this error until the next load of HWiNFO.
A more persistant form of workaround that works for proper shutdowns would be to add the following command to a shutdown script:
Code:
sc config hwinfo32 start= demand