Install Config Wiki

All about installing, configuring and troubleshooting

User Tools

Site Tools


uninstall_programs_windows_safe_mode

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
uninstall_programs_windows_safe_mode [2023/04/24 12:37] wikiadminuninstall_programs_windows_safe_mode [2023/04/24 13:36] (current) wikiadmin
Line 15: Line 15:
 Next, while in Safe Mode with Networking, type Next, while in Safe Mode with Networking, type
  
-<code> REG ADD “HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Network\MSIServer” /VE /T REG_SZ /F /D “Service” </code> and press enter.+<code>REG ADD “HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Network\MSIServer” /VE /T REG_SZ /F /D “Service” </code> and press enter.
  
-NOTE:  If, however, you can only startup Windows in Safe Mode (without networking), then instead Type REG ADD “HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\MSIServer” /VE /T REG_SZ /F /D “Service” and press enter.+NOTE:  If, however, you can only startup Windows in Safe Mode (without networking), then instead type 
  
-Finally, at the command prompt, type "net start msiserver" (without the "" quotes) and press enter.+<code>REG ADD “HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\MSIServer” /VE /T REG_SZ /F /D “Service”</code> and press enter. 
 + 
 +Finally, at the command prompt, type  
 + 
 +<code>net start msiserver</code> and press enter
 + 
 +You should now be able to Uninstall with Microsoft installer / msinstaller from Safe Mode, Add or Remove Programs - Microsoft Installer, Control Panel
  
 Attribution:  The method of creating and starting the Microsoft Installer Service in Safe Mode was derived from an article authored By Dustin and Posted at mstechpages.com on October 3, 2016. Attribution:  The method of creating and starting the Microsoft Installer Service in Safe Mode was derived from an article authored By Dustin and Posted at mstechpages.com on October 3, 2016.
uninstall_programs_windows_safe_mode.1682339849.txt.gz · Last modified: 2023/04/24 12:37 by wikiadmin