Hi everyone
Today I wanted to share a quick tip if you want to allow your users to set their own resolution.
By default the unified write filter allow some registry key, but when a user set a resolution, that setting currently impact all users sessions, so that specific setting is inside the HKLM.
As the seeting can change depending on the terminal you use, I would give you the tip to find the correct keys.
I used process monitor, and I log what SystemSettings do in the registry when you click to change the resolution, in example;

As you can see, the registry key might be long, you can select to easilly copy it;

Inside the terminal after, add the exception for that registry key hive;

Thanks for the reading