Is there a way via the Windows API or altering a file to reboot the computer in safemode with Network support. (Windows 7)
For Windows 2000 and XP you could simply add '/safeboot:network' to the boot.ini file.
However with Windows 7 there is no such file.
My goal is to code this using Delphi, but any language code samples would be appreciated.