To enter to Safe Mode in Windows is by repeatedly pressing
the F8 key as soon as after the computer is turned on before loading Windows.
But for Windows 8, the function of F8 key to get into Startup Settings to go to Safemode is not enabled by default, so you will not be able to go to safe mode, if the setting is still disable.
To activate the F8 key in order to get into safe mode:
• Go to Command Prompt as Administrator
(Click Start, then in the Search box, type cmd, and then press CTRL + SHIFT + ENTER)
• Once the command prompt window appears then type:
Bcdedit /set {bootmgr} displaybootmenu yes
But for Windows 8, the function of F8 key to get into Startup Settings to go to Safemode is not enabled by default, so you will not be able to go to safe mode, if the setting is still disable.
To activate the F8 key in order to get into safe mode:
• Go to Command Prompt as Administrator
(Click Start, then in the Search box, type cmd, and then press CTRL + SHIFT + ENTER)
• Once the command prompt window appears then type:
Bcdedit /set {bootmgr} displaybootmenu yes
• Now restart the computer press F8 key to get into safe mode.
To make it back to disable :
Write the command again, change the word yes become no
Bcdedit /set {bootmgr} displaybootmenu no .
Write the command again, change the word yes become no
Bcdedit /set {bootmgr} displaybootmenu no .
No comments:
Post a Comment