Using WMIC, it is possible to list out all the running processes and their parameters.
This article applies to Windows XP Professional only. Windows XP Home Edition does not have the WMIC (WMI command-line tool). Alternately, you can use the excellent Process Explorer utility to view and manage Windows processes.
The following command-line outputs the list of running processes (with the complete command-line arguments used for each process) to a text file:
Click Start, Run and type CMD
Type the command given below exactly:
WMIC /OUTPUT:C:\ProcessList.txt PROCESS get Caption,Commandline,Processid
or
WMIC /OUTPUT:C:\ProcessList.txt path win32_process get Caption,Processid,Commandline
Now, open the file C:\ProcessList.txt. You can see the details of all the processes in that file.
Mostrando entradas con la etiqueta Dos. Mostrar todas las entradas
Mostrando entradas con la etiqueta Dos. Mostrar todas las entradas
sábado, 12 de febrero de 2011
viernes, 27 de agosto de 2010
100 Comandos para inicio rapido Win XP
Comandos para llamar al Outlook , Navegador y etc.
ver este link:
http://elgeek.com/mas-de-100-comandos-para-inicio-ejecutar-en-windows-xp
Script de Shell MsDos:
http://new.taringa.net/posts/taringa/3845552/La-shell-en-entorno-ms_dos_.html
Comandos Windows:
http://es.kioskea.net/faq/2098-lista-de-comandos-de-windows
OpenOffice comandos de linea:
http://plan-b-for-openoffice.org/writer/topic/start-writer-from-command-line
Tutorial de Comandos del MS-DOS:
http://www.allenware.com/icsw/icswidx.htm
Windows XP Como funciona el menu: Inicio -> Ejecutar
http://commandwindows.com/runline.htm
ver este link:
http://elgeek.com/mas-de-100-comandos-para-inicio-ejecutar-en-windows-xp
Script de Shell MsDos:
http://new.taringa.net/posts/taringa/3845552/La-shell-en-entorno-ms_dos_.html
Comandos Windows:
http://es.kioskea.net/faq/2098-lista-de-comandos-de-windows
OpenOffice comandos de linea:
http://plan-b-for-openoffice.org/writer/topic/start-writer-from-command-line
Tutorial de Comandos del MS-DOS:
http://www.allenware.com/icsw/icswidx.htm
Windows XP Como funciona el menu: Inicio -> Ejecutar
http://commandwindows.com/runline.htm
Suscribirse a:
Entradas (Atom)