2023. 6. 8. 15:11

windows /port, 프로세서 확인.

C:\Users>tasklist /svc /FI "PID eq 1104"

Image Name                     PID Services
========================= ======== ============================================
svchost.exe                   1104 Appinfo, AppMgmt, CertPropSvc, gpsvc,
                           

C:\Users>tasklist /svc /fi "imagename eq svchost.exe"

Image Name                     PID Services
========================= ======== ============================================
svchost.exe                   1104 Appinfo, AppMgmt,  CertPropSvc, gpsvc,
                         

 

 

C:\Users\> taskkill /f /im text.exe

C:\Users\> taskkill /f /pid 123123