반응형

백그라운드나 응용프로그램이 어떤 프로세스로 현재 구동중인지 확인할수 있는 팁입니다.

이 방법은 운영체제에서 혹시나 모를  보안문제나 시스템의 에러 문제를 확인하기  위해서 하는 방법이다.



실행방법은 시작 - 실행(R)을 입력후 열기창에 cmd라고 입력합니다.

c:\net start 엔터를 치면 '다음과 같은 Windows 시작서비스가 시작되었습니다' 라는 문구가 떠며 현재 시작중인 프로세스가 나열됩니다.

윈도우즈 작업관리자



c:\net start
다음과 같은 Windows 시작서비스가 시작되었습니다

C:\WINNT\system32>net start
These Windows 2000 services are started:
   Alerter
   COM+ Event System
   Computer Browser
   DHCP Client
   Distributed File System
   Distributed Link Tracking Client
   Distributed Transaction Coordinator
   DNS Client
   Event Log
   IIS Admin Service
   IPSEC Policy Agent
   Ipswitch WS_FTP Queue
   License Logging Service
   Logical Disk Manager
   Messenger
   Network Connections
   NISUM
   Norton Personal Firewall Service
   Plug and Play
   Print Spooler
   Protected Storage
   Remote Procedure Call (RPC)
   Remote Registry Service
   Removable Storage
   RunAs Service
   Security Accounts Manager
   Server
   Simple Mail Transport Protocol (SMTP)
   System Event Notification
   Task Scheduler
   TCP/IP NetBIOS Helper Service
   Telephony
   V3MonNT
   V3MonSvc
   Windows Management Instrumentation
   Windows Management Instrumentation Driver Extensions
   WMDM PMSP Service
   Workstation
   World Wide Web Publishing Service
The command completed successfully.

위는 윈도우 2000의 예제입니다.

바탕화면 작업표시줄에서도 작업관리자를 확인이 가능하며 키보드의 ctrl + alt +del키를 누르도 가능합니다.


+ Recent posts