How to disable safeboot setting?

Status
Not open for further replies.

str8loco21

Posts: 9   +0
Ran chkdsk, says volume in good condition. I typed, bootcfg /list ,and Load options were: /noexecute=optin /fastdetect /safeboot:network. I think if i can somewhow disable /safeboot:network this should allow me to be able to load windows normally without windows attempting to boot itself into safemode. how can i do this?
 
Launch CMD

C:
cd \
attrib -r -s -h boot.ini
edit boot.ini


delete /safeboot:network and save

attrib +s +h boot.ini

Reboot
 
this isnt working for some reason. can anyone take me step by step on how to disable safeboot:network from recovery console. thank you



Launch CMD

C:
cd \
attrib -r -s -h boot.ini
edit boot.ini


delete /safeboot:network and save

attrib +s +h boot.ini

Reboot
 
Status
Not open for further replies.
Back