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 remains.
Any help to fix it will be appreciated. thank you
- JavierMTCopper 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.
- Reza_AmeriSilver ContributorHow this problem started?
Are you able to add any command in the cmd?- frankie97Copper Contributorit just happend. i used it and turn it off when i turned it on the next day it happened.
Yes i can add commands and even open the desktop using task manager.- Reza_AmeriSilver ContributorIf you are able to open Command prompt then type the following command:
sfc /scannow
Press enter and let it runs and see what the result is?