Por padrão, isso é o melhor que você pode obter. No entanto, existem utilitários que podem ajudá-lo a alcançar o que você está pedindo. Esta resposta mostra como configurar teclas de atalho para ajustar o brilho usando NirCmd .
Parafraseando com ajustes para atender às suas necessidades:
You can also create shortcuts with keyboard shortcuts to NirCmd, and in the Target field specify parameters such as
changebrightness <level>
(where level can be +ve or -ve). The following commands will even automate the creation of the shortcuts for you (edit as required):
nircmd.exe cmdshortcutkey "~$folder.desktop$" "Decrease Brightness" "Ctrl+Alt+F9" changebrightness -1
nircmd.exe cmdshortcutkey "~$folder.desktop$" "Increase Brightness" "Ctrl+Alt+F10" changebrightness 1