티스토리 뷰

[Windows] Display Brightness Change as Command

 

It's possible to Brightness change in Windows OS as powershell Command.

**(Get-WmiObject -Namespace root/WMI -Class WmiMonitorBrightnessMethods).WmiSetBrightness(1,**brightnesslevel)

Replace brightnesslevel with the percentage value you want for your display's brightness, from 0 to 100. To set the brightness at 70%, we entered the command:

 

Using Next Command line set birghtness 70%

(Get-WmiObject -Namespace root/WMI -Class WmiMonitorBrightnessMethods).WmiSetBrightness(1,70)

 

댓글

파트너스 활동을 통해 일정액의 수수료를 제공받을 수 있음



Total
Today
Yesterday
최근에 달린 댓글