this app puts a Monitor Brightness icon to on Taskbar Tray. So you can access it with 1 click. targeting laptops.
- tested on win10 build 16299 x64.
- tags: Windows 10 MONITOR Brightness Slider Icon on Taskbar Tray
Download Link Click Here To Download
- Supports ddc/ci monitors
- Seperate Sliders For Muptiple Monitors
- Volume like Slider to Change Monitor Brightness
- Option to Run At Startup
-
paste this windows powershell
$monitor = Get-WmiObject -ns root/wmi -class wmiMonitorBrightNessMethods$monitor.WmiSetBrightness(80,10)
if the code above gives error. then, there is nothing i can do . because, WmiSetBrightness is provided by microsoft. please dont open issue about this.
-
try install/update your graphic driver
v1.03
- Uploaded release build rather than debug
- Made icon tool tip show current brightness level
- Fixed window being displayed behind the 'Show hidden icons' panel when the tray is open
- Added version and about screen crediting the original author
- Tweaked style slightly and made it look more 'Win 10' by using Segoe UI.
v1.02
- added: seperately change brightness of multiple monitors.
- added: supports setting Brighness on ddc/ci Monitors(at startup, it may show -1, )
- fixed: slider showing itself on second screen onhide
- fixed: popup stays under taskbar, if taskbar is autoHiding
v1.01
- fixed: slider wasn't positioning itself according to taskbar position (Top Or Bottom Or Left Or Right of Screen)