Wednesday, November 9, 2022

Fix Blue Screen "Driver Power State Failure" on Windows 10

- Open command prompt and run it as administrator, Copy paste the following command then press enter :

REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\MSIServer" /VE /T REG_SZ /F /D "Service"

- Then run second command :

net start msiserver

- Done.

No comments:

Post a Comment