Customizing CMD
Customizing CMD Customizing cmd helps you to change the default behavior of cmd. For customizing the cmd you need to open Run and type the below commands to change your default settings of cmd. Note: Changing the default behavior of cmd might affect some applications and other commands you run inside the cmd. Syntax: Cmd [{/A | /U}] [/Q] [/D] [/E: {ON | OFF}] [[/S] [{/C | /K}] string] [/V:{ON | /OFF}][/T:FG] CMD Customizing Table: Prameter Description /C Executes the command specified in the string and then exits the command shell. /K Executes the command specified in the string and does not exit the command shell. /S Modifies the commands used as strings with the /C and /K parameters. Usually, you place quotes around command strings. The /S parameter removes the opening and closing quotes before proce...