Does anyone know if there is a way to use C# to detect if a user or process starts a script such as a .bat, .ps1, .vbs, etc script file?
I am aware of the System.Diagnostics.Process.GetProcesses(), however this does not seem to detect running a running script.
Thanks