Windows – the default settings saved for the Command prompt defaults

command linewindows

Where are the default settings saved for the Command Prompt defaults? Are they stored in the registry somewhere, or in a file?

I would love to make a .reg file to set my default preferences when logging into a machine for the first time.

I'm talking about the default application settings: QuickEdit mode, buffer size, text color, etc.

Best Answer

Under HKEY_CURRENT_USER\Console there are some default settings for all consoles and subkeys with individual settings for console programs. You might want to take a look at these settings, especially at QuickEdit, ScreenBufferSize, ScreenColors, etc.

Related Question