ConEmu
ConEmu copied to clipboard
for some reason conemu changes default font size in registry
As in the title, for reasons unknown ConEmu will overwrite registry value of FontSize. This has nothing to do putting these values after adjusting settings. Moreover the value is the smallest font possible which is quite frustrating. I think it should either write the value only when settings are changed or at least if there is no current value.
Here's a part of event XML I got after setting auditing to see what caused this.
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-Windows-Security-Auditing" Guid="{54849625-5478-4994-a5ba-3e3b0328c30d}" />
<EventID>4657</EventID>
<Version>0</Version>
<Level>0</Level>
<Task>12801</Task>
<Opcode>0</Opcode>
<Keywords>0x8020000000000000</Keywords>
<TimeCreated SystemTime="2025-05-09T09:08:35.0814337Z" />
<EventRecordID>36293402</EventRecordID>
<Correlation />
<Execution ProcessID="4" ThreadID="980" />
<Channel>Security</Channel>
<Computer>...</Computer>
<Security />
</System>
<EventData>
<Data Name="SubjectUserSid">...</Data>
<Data Name="SubjectUserName">...</Data>
<Data Name="SubjectDomainName">KETONAL</Data>
<Data Name="SubjectLogonId">0x48a5f</Data>
<Data Name="ObjectName">\REGISTRY\USER\...\Console\C:_Program Files_ConEmu_ConEmu_ConEmuC64.exe</Data>
<Data Name="ObjectValueName">FontSize</Data>
<Data Name="HandleId">0x688</Data>
<Data Name="OperationType">%%1905</Data>
<Data Name="OldValueType">%%1876</Data>
<Data Name="OldValue">1048576</Data>
<Data Name="NewValueType">%%1876</Data>
<Data Name="NewValue">327680</Data>
<Data Name="ProcessId">0x3cc4</Data>
<Data Name="ProcessName">C:\Program Files\ConEmu\ConEmu64.exe</Data>
</EventData>
</Event>