I rebooted a Windows 10 machine into 'Safe Mode with Networking'. It is a physical machine that resides on-site (at a remote location) and does not have ILO (or similar features). I need to exit from safe mode from that machine. I tried the below procedures, but it did not work -
- Rebooting the machine (it goes into safe mode with networking again)
- Trying to edit the boot.ini file (c$ or admin$ is not accessible either. Have tried the 'Invoke-Command' cmdlet and 'PSExec')
- Trying to access registry settings (disallowed)
- Trying to enable the 'Remote Desktop Services' and 'Server' services by remotely connecting to the services console.
- Restoring it from backup (since it is a Physical machine, I would have to be present onsite to restore it)
- Tried PSSession, but PSRemoting is disabled, unable to start Windows Management Service either.
The methods tried by me did not work. I assume I have to go onsite to exit from safe mode. Is there any other way to exit the machine from safe mode?