Running script as Windows Service
I am a newbie here so please forgive me if i have overlooked the obvious! I have written a scriptmonitor which is started under GPedit on system startup and monitors all script start/stop activity, logging results in Scripts Event Log.
Can i make this into a Service and run it automatically? This had been running without errors for a year now so needs automating in a Service if possible
Re: Running script as Windows Service
i use srvany to run programs as a service when needed, you should be able to use it to run a script as a parameter to wscript.exe
do a search for srvany