maxym 1 decade ago Windows cmd scripts autorun Add: schtasks /create /ru SYSTEM /sc ONSTART /tn SetupDM /tr "c:\SetupDM.cmd" Delete: schtasks /delete /f /tn SetupDM Recommend Comment