command prompt window settings

  • Thread starter Thread starter herbert
  • Start date Start date
H

herbert

Is there a way to change the default settings for the
command prompt window using the registry? (like font size
from default 8X12 to 10X18)

Thanks
 
In said:
Is there a way to change the default settings for the
command prompt window using the registry? (like font size
from default 8X12 to 10X18)

You'll want to look at
HKEY_CURRENT_USER\Console\
(and probably some named subkeys). Being mostly DWORD values you may
need to do some sleuthing to determine the value(s) needed.
 
In said:
Is there a way to change the default settings for the
command prompt window using the registry? (like font size
from default 8X12 to 10X18)

You'll want to look at
HKEY_CURRENT_USER\Console\
(and probably some named subkeys). Being mostly DWORD values you may
need to do some sleuthing to determine the value(s) needed.
 
View the following page for all the Reg Values.

JSI FAQ: 0336 » Configure the Console via the registry.
 
View the following page for all the Reg Values.

JSI FAQ: 0336 » Configure the Console via the registry.
 
Why not change them by right clicking the uppermost portion of the command
prompt window and changing the settings there?

Patrick
 
Why not change them by right clicking the uppermost portion of the command
prompt window and changing the settings there?

Patrick
 
In said:
Why not change them by right clicking the uppermost portion of the
command prompt window and changing the settings there?

Patrick

I took OP to mean "default" settings for CMD.EXE and not shortcut
properties per se. But those shorcut settings are under the same
key...which might in fact be a registry (not s .LNK) modification...
 
In said:
Why not change them by right clicking the uppermost portion of the
command prompt window and changing the settings there?

Patrick

I took OP to mean "default" settings for CMD.EXE and not shortcut
properties per se. But those shorcut settings are under the same
key...which might in fact be a registry (not s .LNK) modification...
 
Back
Top