티스토리 뷰
Computer/OS (Windows, Linux, Android, iOS ..)
[Windows] Display Brightness Change as Command
jamezc 2020. 5. 3. 15:13[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)
'Computer > OS (Windows, Linux, Android, iOS ..)' 카테고리의 다른 글
[Windows10] 타임라인 설정 해제하기 (0) | 2020.09.07 |
---|---|
[Windows] powershell grep (0) | 2020.05.10 |
[Windows] Microsoft Defender SmartScreen 실행 차단 (0) | 2020.04.21 |
[Linux] Samba 설치 및 설정 (0) | 2020.02.12 |
디바이스 트리 작성법 (1편) (1) | 2020.02.09 |
댓글