Hi, So i am developing an application which requires admin access for some operations. So i decided to create a win exe that requires admin privileges to start and when it started i used ipc to perform all o/ps that require admin access. This way i ask user for admin credentials once and get all...
I am using the following command to publish a MAUI application.
dotnet publish -f net7.0-windows10.0.19041.0 -p:RuntimeIdentifierOverride=win10-x64 -p:WindowsPackageType=None -p:WindowsAppSDKSelfContained=true -p:Version=${appVersion} --configuration ${environmentMap[env]}
This is working fine...
By font management solution, i mean a software that helps to manage your fonts. And By Range 3k-4k i mean that i want to install 3000-4000 fonts.
Why are they getting unregistered on user logout as the OS api that lets me register those fonts register them as session fonts.
I can't register...
So the thing is that. want to do it programatically. and also the requirement is that font should be unregistered when user logs out. This is requirement of the font management solution.
So what i have observed that if i add a key and add a font path as value when windows is restarted or user logout and login then those font path are registered for usage and i am able to use those fonts. That too happen very fast.
When i tried to find any official documentation around this. I...