garlin said:
I finished a script to schedule itself in Safe Mode using a RunOnce command. When in Safe Mode, it clears out the history before restarting back into normal Windows. Maybe overkill, but the workflow might be useful for someone who needs a wrapper script to execute an arbitrary command in Safe Mode, before returning to Windows.
Fortunately, an RD command via an HKLM RunOnce does the trick with a regular start up, but I'll keep your safe mode script in mind should the need arise. Good stuff. Thanks!