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

iCACLS.exe – Windows CMD Command

Change file and folder permissions – display or modify Access Control Lists (ACLs) for files and folders.iCACLS resolves various issues that occur when using the older CACLS & XCACLS Unlike earlier command-line tools, iCACLS...

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

HOSTNAME.exe – Windows CMD Command

Display the host name portion of the full computer name of the computer. The hostname command is only available if the Internet Protocol (TCP/IP) is installed as a network component. The computer hostname is...

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

HELP – Windows CMD Command

Online help for Microsoft Windows – most commands will give help when run with /? or -? (COMMAND /? or COMMAND -?) GUI Help is available from START – Help or by running the...

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

GPUPDATE.exe – Windows CMD Command

Update Group Policy settings. /Logoff and /Boot will have no effect if there are no client-side extensions called that require a logoff/reboot. /Force and /Wait parameters will be ignored if /sync is specified. GPUPDATE...

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

GOTO – Windows CMD Command

Direct a batch program to jump to a labelled line Each GOTO… command must be terminated by a newline. Although undocumented, GOTO :MySubroutine generally has the same effect as GOTO MySubroutineor GOTO:MySubroutine (a colon in place of the space) EOF The eof label...

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

GetMac.exe – Windows CMD Command

Display the Media Access Control (MAC) address and list of network protocols associated with each address for all network cards in each computer, either locally or across a network.

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

FTYPE – Windows CMD Command

Display or change the link between a FileType and an executable program More than one file extension can be associated with the same File Type.e.g. both the extension.JPG and the extension.JPEG can be associated...

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

FTP – Windows CMD Command

File Transfer Protocol. (Not Secure, for Secure FTP utilities see the links page.) Using the Windows GUI for FTP Windows Explorer also has a built-in FTP client.Type in the address bar:ftp://username@ftpserver.address.comyou will be prompted for the...

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

FSUTIL.exe – Windows CMD Command

File and Volume specific commands, Hardlink management, Quota management, USN, Sparse file, Object ID, and Reparse point management. Filename management options (for the Local System):FSUTIL 8dot3name View or set File system Behavior:FSUTIL behavior Mark...