When it's running, open a Powershell prompt with "run as administrator" and run this command.
Get-WmiObject Win32_Process -Filter "name like '%script%'" | select name, processid, commandline
The script being executed will show up in the commandline output. See what's in the file.