Skip to content

for some reason conemu changes default font size in registry #2611

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
rostok opened this issue May 9, 2025 · 0 comments
Open

for some reason conemu changes default font size in registry #2611

rostok opened this issue May 9, 2025 · 0 comments

Comments

@rostok
Copy link

rostok commented May 9, 2025

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant