ColorConsole [Version 1.3.3000]
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\WINDOWS>TASKLIST /?

TASKLIST [/S 시스템 [/U 사용자 이름 [/P [암호]]]]
        [/M [모듈] | /SVC | /V] [/FI 필터] [/FO 형식] [/NH]

설명:
   이 명령줄 도구는 현재 로컬 또는 원격 시스템에서
   실행되고 있는 응용 프로그램 및 관련 작업/프로세스 목록을
   표시합니다.

매개 변수 목록:
  /S     시스템           연결할 원격 시스템을 지정합니다.

  /U     [domain\]user    명령을 실행해야 하는 사용자
                          컨텍스트를 지정합니다.

  /P     [암호]           해당 사용자 컨텍스트의 암호를 지정합니다.
                          생략한 경우에는 물어봅니다.

  /M     [모듈]           해당 패턴 이름과 일치하며 DLL 모듈이 로드된
                          모든 작업을 나열합니다.
                          모듈 이름을 지정하지 않으면
                          각 작업에서 로드한 모든 모듈을 표시합니다.

  /SVC                    각 프로세스에 있는 서비스를 표시합니다.

  /V                      자세한 정보를 표시하도록
                          지정합니다.

  /FI    필터             필터에서 지정한 조건과 일치하는
                          작업 집합을 표시합니다.

  /FO    형식             출력 형식을 지정합니다.
                          사용할 수 있는 값: "TABLE", "LIST", "CSV".

  /NH                     출력에 표시하지 않을 "열 머리글"을
                          지정합니다.
                          "TABLE"과 "CSV" 형식에서만 사용할 수 있습니다.

  /?                      이 도움말/사용법을 표시합니다.

필터:
   필터 이름       유효한 연산자             유효한 값
   -----------     ---------------           --------------
   STATUS          eq, ne                    RUNNING | NOT
RESPONDING
   IMAGENAME       eq, ne                    이미지 이름
   PID             eq, ne, gt, lt, ge, le    PID 값
   SESSION         eq, ne, gt, lt, ge, le    세션 번호
   SESSIONNAME     eq, ne                    세션 이름
   CPUTIME         eq, ne, gt, lt, ge, le    CPU 시간
                                             (hh:mm:ss 형식)
                                             hh - 시간,
                                             mm - 분, ss - 초
   MEMUSAGE        eq, ne, gt, lt, ge, le    메모리 사용(KB)
   USERNAME        eq, ne                    사용자
이름([domain\]user
                                             형식)
   SERVICES        eq, ne                    서비스 이름
   WINDOWTITLE     eq, ne                    창 제목
   MODULES         eq, ne                    DLL 이름

예:
   TASKLIST
   TASKLIST /M
   TASKLIST /V
   TASKLIST /SVC
   TASKLIST /M wbem*
   TASKLIST /S 시스템 /FO LIST
   TASKLIST /S 시스템 /U domain\username /FO CSV /NH
   TASKLIST /S 시스템 /U 사용자 이름 /P 암호 /FO TABLE /NH
   TASKLIST /FI "USERNAME ne NT AUTHORITY\SYSTEM" /FI "STATUS eq
running"




EXAMPLE

The task list


D:\SoftwareOK>tasklist

Abbildname                  PID Sitzungsname      Sitz.-Nr. Speichernutzung
========================= ===== ================ ========== ===============
System Idle Process           0 Console                   0            28 K
System                        4 Console                   0           240 K
SMSS.EXE                    656 Console                   0           388 K
CSRSS.EXE                   708 Console                   0         5.024 K
WINLOGON.EXE                732 Console                   0         1.568 K
SERVICES.EXE                776 Console                   0         3.420 K
LSASS.EXE                   788 Console                   0         1.532 K
SVCHOST.EXE                 960 Console                   0         4.928 K
SVCHOST.EXE                1036 Console                   0         4.392 K
SVCHOST.EXE                1156 Console                   0        23.528 K
SVCHOST.EXE                1248 Console                   0         3.600 K
SVCHOST.EXE                1312 Console                   0         7.372 K
LEXBCES.EXE                1484 Console                   0         3.608 K
LEXPPS.EXE                 1520 Console                   0         3.436 K
SPOOLSV.EXE                1528 Console                   0         6.236 K
EXPLORER.EXE               1892 Console                   0        36.376 K
LXCZBMGR.EXE                192 Console                   0         2.600 K
CTFMON.EXE                  216 Console                   0         3.884 K
LXCZBMON.EXE                228 Console                   0         2.316 K
MagicDisc.exe               524 Console                   0         1.240 K
INETINFO.EXE               1412 Console                   0         9.680 K
NVSVC32.EXE                1436 Console                   0         3.792 K
SVCHOST.EXE                1772 Console                   0         4.812 K
ALG.EXE                    2708 Console                   0         3.632 K
SVCHOST.EXE                3224 Console                   0         3.504 K
IEXPLORE.EXE               1804 Console                   0        45.884 K
Ped3.exe                    436 Console                   0        24.376 K
IEXPLORE.EXE                300 Console                   0        48.352 K
IEXPLORE.EXE               3276 Console                   0        42.144 K
MSDEV.EXE                  3860 Console                   0        15.392 K
IEXPLORE.EXE               3736 Console                   0        23.868 K
IEXPLORE.EXE               1760 Console                   0        23.724 K
MSIMN.EXE                  4080 Console                   0        20.560 K
IEXPLORE.EXE               2624 Console                   0        27.380 K
WMIPRVSE.EXE               3484 Console                   0         5.988 K
ColorConsole.exe           2292 Console                   0         3.096 K
cmd.exe                    2232 Console                   0         2.708 K
tasklist.exe               3084 Console                   0         4.524 K



C:\WINDOWS>TFTP /?

Transfers files to and from a remote computer running the TFTP
service.

TFTP [-i] host [GET | PUT] source [destination]

 -i              Specifies binary image transfer mode (also
called
                 octet). In binary image mode the file is moved
                 literally, byte by byte. Use this mode when
                 transferring binary files.
 host            Specifies the local or remote host.
 GET             Transfers the file destination on the remote
host to
                 the file source on the local host.
 PUT             Transfers the file source on the local host to
                 the file destination on the remote host.
 source          Specifies the file to transfer.
 destination     Specifies where to transfer the file.




C:\WINDOWS>TLNTADMN /?

사용법: tlntadmn [컴퓨터 이름] [일반 옵션] start | stop | pause | continue |
-s | -k | -m | config 구성 옵션  
                          모든 세션의 경우에는 'all'을 사용하십시오.
    -s 세션 ID            세션에 대한 정보를 표시합니다.
    -k 세션 ID            세션을 종료합니다.
    -m 세션 ID            세션으로 메시지를 전송합니다.

    config                텔넷 서버 매개 변수를 구성합니다.

일반 옵션:
    -u 사용자             자격 증명에 사용될 사용자의 ID
    -p 암호               사용자의 암호

구성 옵션:
   dom = 도메인           사용자 이름에 기본 도메인을 설정합니다.
   ctrlakeymap = yes|no   키의 매핑을 설정합니다.
   timeout = hh:mm:ss     유휴 세션 시간 제한을 설정합니다.
   timeoutactive = yes|no 유휴 세션 시간 제한을 사용합니다.
   maxfail = 시도 횟수    연결을 끊기 전에 로그인 실패 시 최대 시도 횟수를
                          설정합니다.
   maxconn = 연결         최대 연결 개수를 지정합니다.
   port = 숫자            텔넷 포트를 설정합니다.
   sec = [+/-]NTLM [+/-]passwd
                          인증 메커니즘을 설정합니다.
   mode = console|stream  작업 모드를 지정합니다.













... Windows-10




Windows 10 How To

... Windows 10 FAQ
... Windows 10 How To




명령을 tasklist - 이 명령줄 도구는 현재 로컬 또는 원격 시스템에서 실행되고 있는 응용 프로그램 및 관련 작업/프로세스 목록을 표시합니다.

HTTP: ... console/ko/160.htm
0.155
32420

What is UEFI firmware?

 /

Info area Symbols of the Windows 10/11 Taskbar classic customize!

 /

The Windows 11 Compatibility Checker App! 

 /

Where can I find smileys and Unicode characters for the short door notes?

 /

Network load based sleep mode behavior on Windows all OS!

 /

Quickly paste often used text om Windows via Clipboard Copy / Paste commands!

 /

To-tray / notification area Customize or disable Windows 11,10 taskbar icons!

 /

Difference between malware and adware?

 /

Automatische Vervollständigung der Eingabeaufforderung funktioniert nicht!

 /

Wie funktioniert die Bild-Vergleichs Software?

 /

In Windows 7, specific applications or programs always run as administrator, or start!

 /

Hilfe, die Grafikkarte hat 1 GB Grafikspeicher und hat mir bei Win-7 noch 2 weitere GB vom Arbeitsspeicher geklaut?

 /