Hello,

We're running a VBScript, which watches for certain event codes in the
securty log as a service. Here's a copy of the registry entries which
details all the information about the configuration and where the
script lives

HKLM\SYSTEM\CurrentControlSet\Services\Server Event Notification
Service\Parameters

In Parameters, there are 3 string values:

AppDirectory : \\domain.local\sysvol\domain.local\scripts\evtsvr
Application : C:\Windows\system32\wscript.exe
AppParameters : EVTSVR.vbs

Occasionally, we get a message box, if we have to reboot, which says
this:

Cannot find script file "C:\WINDOWS\system32\EVTSVR.vbs".

I cannot figure out what is giving the machine the idea that the *.vbs
file is in system32... it's not. It lives in SYSVOL and the path in
the registry key above reflects that.

Is there some other configuration item which could not be set
correctly?

Thanks!