Category Archives: #powershell

Powershell – Max the bright

This script increases the brightness to max

set-ExecutionPolicy remotesigned -force
(Get-WmiObject -Namespace root/WMI -Class WmiMonitorBrightnessMethods).WmiSetBrightness(1,100)