Cmd.exe default registry keys

1

My cmd.exe registry settings are messed up for font, size, etc. Could someone tell me the default values or give a link to .reg file that will restore these settings? I tried looking for this on the Internet but I didn't really find anything.

builder_247

Posted 2015-01-03T15:04:30.357

Reputation: 171

What do you mean by “cmd.exe registry files”? – Daniel B – 2015-01-03T15:17:52.000

HKEY_CURRENT_USER\Console – builder_247 – 2015-01-03T15:20:18.153

I see. And lastly, which Windows version are we talking about? – Daniel B – 2015-01-03T16:05:17.750

We are talking about windows 7 – builder_247 – 2015-01-03T16:06:49.197

This work has been done by others here http://www.sevenforums.com/tutorials/19449-default-file-type-associations-restore.html , download the linked registry, open it in a notepad to see what is going on, and have a backup, then your all set.

– Psycogeek – 2015-01-03T16:58:04.293

I think windows version doesn't really matter guys. – Kamil – 2015-01-03T20:35:40.410

Answers

3

Default CMD session settings are stored here:

HKEY_CURRENT_USER\Console

You can just delete Console registry key. cmd.exe will re-create it with default values (probably from HKEY_LOCAL_MACHINE\Console, but im not sure).

It is good habit to backup registry key before deleting.

You can also create new Windows user and export default values to compare them with your messed up settings to fix only some settings.

Kamil

Posted 2015-01-03T15:04:30.357

Reputation: 2 524