CaffeinePwrdAl / Win10_BrightnessSlider

Windows 10 MONİTOR Brightness Slider. Tested on Windows 10 Build 16299 x64

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Win10_BrightnessSlider

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

Features

  • Supports ddc/ci monitors
  • Seperate Sliders For Muptiple Monitors
  • Volume like Slider to Change Monitor Brightness
  • Option to Run At Startup

ScreenShots

alt text

alt text

alt text

If you get error "Not Supported"

now there is ddc/ci , version1.02 gracefully fallback to ddc/ci mode
  1. 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.

  2. try install/update your graphic driver

ChangeLog

Fork version

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.
Original versions

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)

About

Windows 10 MONİTOR Brightness Slider. Tested on Windows 10 Build 16299 x64

License:Other


Languages

Language:C# 100.0%