It is currently October 4th, 2023, 12:33 pm

Rainmeter and DPI in Windows 10

Tips and Tricks from the Rainmeter Community
User avatar
jsmorley
Developer
Posts: 22590
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Rainmeter and DPI in Windows 10

Post by jsmorley »

Jeff wrote: June 4th, 2021, 2:31 pm For some reason I feel obliged to add something useful here after using snip
For devs that are annoyed that this needs to be done manually, you can make a skin that's just

Code: Select all

[Rainmeter]
OnRefreshAction=["""reg add "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "#PROGRAMPATH#Rainmeter.exe" /t "REG_SZ" /d "~ HIGHDPIAWARE""""][!DeactivateConfig]
to basically do what the iamges from the first post are doing, after that, just tell the users to restart Rainmeter
I'm loath in the extreme to ever suggest that folks write to their Windows Registry with Rainmeter. To each his own of course.