📄 sol10-10.vbs
字号:
'get a reference to the Win32Process class object on specified machine
Set objProcess=GetObject("winmgmts:{impersonationLevel=impersonate}!" & _
"\\Odin\root\cimv2:Win32_Process" )
'create process on remote machine
nResult = objProcess.Create("notepad.exe", , ,nProcID)
WScript.Echo "The PID for the new instance of notepad is " & nProcID
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -