Please open Windows PowerShell and run
(Get-WmiObject -Namespace root/WMI -ClassName WmiMonitorBrightnessMethods).WmiSetBrightness(0,80)
This command sets the brightness to 80. If this does not work, it could be a driver issue or hardware issue and you can check for the latest driver with the manufacturer. Otherwise you can try these commands to fix the issue.
sfc /scannonw
Dism /Online /Cleanup-Image /ScanHealth
Dism /Online /Cleanup-Image /RestoreHealth
Best Regards,
Ian Xue
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.