Monthly Archives: January 2018

A useless machine….

“If you can’t build a useless machine, how can you build a useful one ?”

– Stanford Mings

 

 

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)