If you need to put a system into safe mode you can do this from cmd then reboot:
This will set the safemode switch:
bcdedit /set {current} safeboot minimal
with networking:
bcdedit /set {current} safeboot network
to put back in normal mode via dos:
bcdedit /deletevalue {current} safeboot
