Hi, I am Dave, I will help you with this.
1
Open Device Manager (accessible by right clicking your Start Button)
Expand the Batteries section
For each device in that section:
Right click and choose Disable
Then right click and choose Enable
Close Device Manager
Restart your laptop and check if that resolves the problems.
2
If not, open PowerShell as Administrator, then run this command and press Enter:
Get-AppxPackage *windows.immersivecontrolpanel* | Reset-AppxPackage
When that completes, run this command and press Enter:
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
Close PowerShell when that completes, then restart (not shut down) your laptop.