Install and uninstall a program in Safe Mode
If you're new here, you may want to subscribe to Windows Reference RSS feed Thanks for visiting!
In Safe Mode, Windows has reduced functionality, because only the core components have been loaded.In order to uninstall a program in Windows, the Windows Installer Service has to be running. If you try to uninstall software in Safe Mode, Windows will just inform you that: “The Windows Installer Service could not be started.” Trying to start the service manually will only get you: “Error 1084: This service cannot be started in Safe Mode.”
All of the services that are allowed to start in Safe Mode are stored in the registry folder
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\
you have to add a REG_SZ key with the service name (not the display) and the value data Service . The service name of the Windows Installer Service is MSIService
Note:-It is not always possible to uninstall software in Safe Mode because the corresponding installer program requires certain services to be running.
Random Posts
Did you enjoy this post? Why not leave a comment below and continue the conversation, or subscribe to my feed and get articles like this delivered automatically each day to your feed reader.
Trackbacks & Pingbacks
Comments
Leave a comment
Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>






excellent tip!!!!!