Forum Discussion
frankie97
May 15, 2023Copper Contributor
cmd.exe / blackscreen after windows startup.
Hi there, i am using windows 10 and for about a week now anytime i logon i see cmd.exe and a black screen instead of the normal desktop showing. i have tried many solutions but the problem still rema...
JavierMT
Jan 22, 2024Copper Contributor
hi frankie97
We can also try to check if SafeBoot was enabled. Type bcdedit at the commad prompt and hit enter. From the information you will see, please check if there is an entry named "Safe Boot". If there is, please use the following command to disable it.
bcdedit /deletevalue {current} safeboot
Type bcdedit again to confirm that the entry is gone. If it is, type the following command to restart the computer
shutdown /r /t 0
NOTE: If there isn't any entry for Safe Boot and it shows Windows Boot Manager/Windows Boot Loader only, then provide the bcdedit command output here and do not run the /DeleteValue command provided above.
If you find this response helpful, kindly consider giving it a 'Like'. Your feedback is appreciated.