I changed from integrated graphics to gpu to stress my cpu less since it's cooler is dead, and I need to use my laptop till the new piece arrives. The brightness thing is fully disabled.
Welcome to our Channel! In this tutorial, you'll learn how to control your monitor brightness directly from the command line in Linux. Whether you're a seasoned Linux user or just getting started, managing your display brightness efficiently can greatly enhance your desktop experience.
To adjust Windows screen brightness from the command line, you can use PowerShell with the WMI (Windows Management Instrumentation) class. The command (Get-WmiObject -Namespace root/WMI -Class WmiMonitorBrightnessMethods).WmiSetBrightness(1, <brightness_level>) allows you to set the brightness, where <brightness_level> is a value between 0 and 100. You can also use the Command Prompt by calling PowerShell with the same command