Its not working .. Will never work .... Its a BUGGGGG
Windows Brightness issue after the 1809 update
hello , Yesterday I installed the 1809 update , and today i noticed that each time i restart my laptop the brightness level is being reset automatically to 0% or 25-50 i'm not really sure , and after windows will boot up , i will need to manually adjust the screen brightness again to 100% . I searched the web and i found this https://www.windowscentral.com/windows-10-october-2018-update-common-problems-and-fixes#fix\_brightness\_windows10\_1809 , and it might be an update issue i think , by the way , my power plan is set to maximum performance and my laptop is always plugged in , and solutions or ?
Windows for home | Windows 10 | Windows update
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
184 answers
Sort by: Newest
-
Anonymous
2018-10-15T08:43:03+00:00 -
Anonymous
2018-10-15T08:36:35+00:00 I created this task in PowerShell that adjusts the brightness at startup to Microsoft Windows 10 V1809.
C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe "(Get-WmiObject -Namespace root/WMI -Class WmiMonitorBrightnessMethods).WmiSetBrightness(1,100)"
- Run "C:\Windows\System32\taskschd.msc"
- Right click on Task Scheduler and select create task
- I used "ScreenBrightness" for the task name
- Select "Run whether user is logged on or not"
- Select "Run with highest privileges"
- Click on "Triggers" tab
- Click on "New"
- Choose "Begin the task: "At Startup"
- Click on "Okay"
- Click on the "Actions" tab
- Click on New
- Past the command into the Program/Script Line
- Click on Okay
- Click on Yes
- Enter your Windows user password
- Click on okay.
When you restart your computer the screen brightness will change to 100% (1,100)
This is just a workaround, we want a solution, a proper fix.
-
Anonymous
2018-10-14T21:17:59+00:00 I created this task in PowerShell that adjusts the brightness at startup to Microsoft Windows 10 V1809.
C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe "(Get-WmiObject -Namespace root/WMI -Class WmiMonitorBrightnessMethods).WmiSetBrightness(1,100)"
- Run "C:\Windows\System32\taskschd.msc"
- Right click on Task Scheduler and select create task
- I used "ScreenBrightness" for the task name
- Select "Run whether user is logged on or not"
- Select "Run with highest privileges"
- Click on "Triggers" tab
- Click on "New"
- Choose "Begin the task: "At Startup"
- Click on "Okay"
- Click on the "Actions" tab
- Click on New
- Past the command into the Program/Script Line
- Click on Okay
- Click on Yes
- Enter your Windows user password
- Click on okay.
When you restart your computer the screen brightness will change to 100% (1,100)
-
Anonymous
2018-10-13T22:29:26+00:00 i uninstalled latest intel update and stopped windows 10 update till microsoft fixes the problem
and it worked with me
https://downloadcenter.intel.com/product/80939/Graphics-Drivers
iam sorry it went back dim again it restarted fine but after couple restarts it went back dim again maybe because i didn't install updates from windows update
-
Deleted
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more