Sunday, August 28, 2016

Windows installer while in Safe mode

Ever have a issue where you need to uninstall something while in safe mode?

Here is how to accomplish this task:
  1. Enter Safe mode with Networking
  2. Open a CMD prompt as Administrator
  3. Type
    REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Network\MSIServer" /VE /T REG_SZ /F /D "Service"
  4. The type net start msiserver

No comments: