List computer startup commands
Add the custom asset action:{actionpath}list_startup_commands.vbs {computer}then the content of "list_startup_commands.vbs" is:' List Computer Startup CommandsstrComputer = WScript.Arguments(0)Set objShell = CreateObject("Wscript.Shell")Set objWMISer...