Control brightness in a Desktop PC
I just wanted to know the way I can control the display brightness on a Windows 10 Desktop PC (not a laptop). There is a dedicated method in Laptops via Windows action cemter, but there's nothing for a Desktop PC. Is there any (registry, or any other) way? [Edit] I'm not asking for a something like a slider or other method. I'm asking for a display which doesn't support brightness control, and you need to do this via a software tweak, something like force reduce brightness. [Edit2] I want to do that programmatically. I'm building a Night Light app, which can decrease the brightness on all types of Windows devices(my primary aim), and also change the gamma for blue light filtering. So, I got many modules in python like WMI, pywin32, control-brightness, etc, all of these works only for devices like Laptops which have dedicated functionality for brightness control. Like in linux we have 'xrandr', is there something in Windows?