This new DisplayEnhancmentService is applying a hardcoded brighness on every boot
located at
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DisplayEnhancementService\State\LGD03030_00_07DA_C4]
LGD03030_00_07DA_C4 (is my monitor yours will be different)
"SliderBrightnessPercent"=dword:00000032
"ScreenBrightnessPercent"=dword:00000032
you will have to take ownership of State then give your self write permissions
and set
"SliderBrightnessPercent"=dword:00000064
"ScreenBrightnessPercent"=dword:00000064
this then forces 100% on every boot
or better still disable DisplayEnhancementService and the value set by your self will be respected on every boot
atleast in the case of my Vostro 3750 (4 hours old install of the latest October 2018 Update on a secure erased ssd)
Didn't work for me :/