Einzelnen Beitrag anzeigen

hathor
(Gast)

n/a Beiträge
 
#1

Eigenschaften von CMD.EXE auslesen und übertragen

  Alt 6. Feb 2015, 09:07
Ich habe die Eigenschaften des CMD.EXE-Fensters (siehe Anhang) geändert und finde aber nichts, wo das in der Registry gespeichert wird.

Ich will die Werte auslesen und auf andere Computer übertragen.

Weiss jemand, wo das gespeichert ist?

Frage ist schon beantwortet:
[HKEY_CURRENT_USER\Console\

Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Console]
"HistoryNoDup"=dword:00000000
"FullScreen"=dword:00000000
"ScrollScale"=dword:00000001
"ExtendedEditKeyCustom"=dword:00000000
"CursorSize"=dword:00000019
"FontFamily"=dword:00000000
"ScreenColors"=dword:00000007
"TrimLeadingZeros"=dword:00000000
"WindowSize"=dword:00190050
"LoadConIme"=dword:00000001
"PopupColors"=dword:000000f5
"QuickEdit"=dword:00000000
"WordDelimiters"=dword:00000000
"ColorTable10"=dword:0000ff00
"ColorTable00"=dword:00000000
"ColorTable11"=dword:00ffff00
"ColorTable01"=dword:00800000
"ColorTable12"=dword:000000ff
"ColorTable02"=dword:00008000
"ColorTable13"=dword:00ff00ff
"ColorTable03"=dword:00808000
"ColorTable14"=dword:0000ffff
"EnableColorSelection"=dword:00000000
"ColorTable04"=dword:00000080
"ColorTable15"=dword:00ffffff
"ExtendedEditKey"=dword:00000000
"ColorTable05"=dword:00800080
"ColorTable06"=dword:00008080
"ColorTable07"=dword:00c0c0c0
"NumberOfHistoryBuffers"=dword:00000004
"ScreenBufferSize"=dword:012c0050
"ColorTable08"=dword:00808080
"ColorTable09"=dword:00ff0000
"FontWeight"=dword:00000000
"HistoryBufferSize"=dword:00000032
"FontSize"=dword:00000000
"InsertMode"=dword:00000001
"CurrentPage"=dword:00000002

[HKEY_CURRENT_USER\Console\%SystemRoot%_System32_cmd.exe]
"ScreenColors"=dword:0000000a
"QuickEdit"=dword:00000001
"ScreenBufferSize"=dword:012c0064
"WindowSize"=dword:002a0064
"WindowPosition"=dword:00000000
"FontSize"=dword:000e0008
"FontFamily"=dword:00000036
"FontWeight"=dword:00000190
"FaceName"="Lucida Console"
"NumberOfHistoryBuffers"=dword:0000000a

[HKEY_CURRENT_USER\Console\%SystemRoot%_System32_WindowsPowerShell_v1.0_powershell.exe]
"PopupColors"=dword:000000f3
"FontFamily"=dword:00000036
"QuickEdit"=dword:00000001
"ColorTable05"=dword:00562401
"ScreenBufferSize"=dword:0bb80078
"WindowSize"=dword:00320078
"ColorTable06"=dword:00f0edee
"FontWeight"=dword:00000190
"ScreenColors"=dword:00000056
"FaceName"="Lucida Console"
"FontSize"=dword:000c0000

[HKEY_CURRENT_USER\Console\%SystemRoot%_SysWOW64_WindowsPowerShell_v1.0_powershell.exe]
"PopupColors"=dword:000000f3
"FontFamily"=dword:00000036
"QuickEdit"=dword:00000001
"ColorTable05"=dword:00562401
"ScreenBufferSize"=dword:0bb80078
"WindowSize"=dword:00320078
"ColorTable06"=dword:00f0edee
"FontWeight"=dword:00000190
"ScreenColors"=dword:00000056
"FaceName"="Lucida Console"
"FontSize"=dword:000c0000
Miniaturansicht angehängter Grafiken
cmd_lookandfeel.jpg  

Geändert von hathor ( 6. Feb 2015 um 09:38 Uhr)
  Mit Zitat antworten Zitat