A-Z-List-Of-Windows-CMD-Commands-Also-Included-CMD-Commands 2

PROMPT – Windows CMD Command

Change the cmd.exe command prompt. The default prompt is $P$G (drive/path followed by > ) The PROMPT command is tied to the %PROMPT% environment variable, editing the variable will lead to the same result as using the PROMPT...

A-Z-List-Of-Windows-CMD-Commands-Also-Included-CMD-Commands 1

PRNMNGR.vbs – Windows CMD Command

Add, delete and list printers and printer connections, can also display or set the default printer. Prnmngr.vbs is not be included in the Windows PATH but will be found at %Windir%\System32\Printing_Admin_Scripts\en-US\prnmngr.vbsIf installed via the 2003 adminpack, it will be...

A-Z-List-Of-Windows-CMD-Commands-Also-Included-CMD-Commands 2

PRNCNFG.vbs – Windows CMD Command

Configure a printer (set properties, rename). Prncnfg.vbs is not be included in the Windows PATH but will be found at %Windir%\System32\Printing_Admin_Scripts\en-US\prncnfg.vbsIf installed via the 2003 adminpack, it will be located in the \Program files\Windows Resource Kits\ folder.

A-Z-List-Of-Windows-CMD-Commands-Also-Included-CMD-Commands 1

PRINTBRM.exe – Windows CMD Command

Print queue Backup/Recovery/Migration. PrintBRM is not be included in the Windows PATH but will be found at %Windir%\System32\spool\tools\printbrm.exe In Windows 2008 PrintBRM replaces the old Win 2003 PrintMig utility, it is backward compatible with 2003.in Windows Server...

A-Z-List-Of-Windows-CMD-Commands-Also-Included-CMD-Commands 0

PRINT – Windows CMD Command

Print a file or files to a local or network printer. The default device is PRN. The values PRN and LPT1 refer to the same parallel port.The PRINT command is most often used in...

0

PowerCFG – Windows CMD Command

Control power settings, configure Hibernate/Standby modes. Powercfg must be run from an elevated command prompt. The most common cause of problems with power saving/hibernation is an incompatible device driver, diagnose this by disabling each...

A-Z-List-Of-Windows-CMD-Commands-Also-Included-CMD-Commands 0

PORTQRY – Windows CMD Command

Port Query – Display the status of TCP and UDP ports, troubleshoot TCP/IP connectivity and security, return LDAP base query info, SMTP, POP3, IMAP4 status, enumerate SQL Server instances (UDP port 1434), Local ports,...

A-Z-List-Of-Windows-CMD-Commands-Also-Included-CMD-Commands 1

POPD – Windows CMD Command

Change directory back to the path/folder most recently stored by the PUSHD command.POPD will also remove any temporary drive maps created by PUSHD PUSHD and POPD operate on a stack or LIFO (last in, first out) principle and...

A-Z-List-Of-Windows-CMD-Commands-Also-Included-CMD-Commands 12

PING – Windows CMD Command

Test a network connection – if successful, ping returns the IP address. A response of “Request timed out” means there was no response within the default time period. A successful PING does NOT always...