Showing posts with label mode. Show all posts
Showing posts with label mode. Show all posts
Tuesday, May 9, 2017
Uninstall Programs Packaged with Windows Installer in Safe Mode
Uninstall Programs Packaged with Windows Installer in Safe Mode
Whenever you install a software in Windows, most of the time it will come with an uninstaller that allows you to safely remove the program from your computer. If youve installed a software and suddenly Windows has stopped working, the logical way is to boot Windows in Safe Mode and then try to uninstall. Safe mode is a troubleshooting option for Windows that starts your computer in a limited state. Only the basic files and drivers necessary to run Windows are started. Unfortunately by default you cant uninstall a software that is packaged with Windows Installer in Safe Mode. If you try to uninstall, you will get the error
The Windows Installer service is not accessible in Safe Mode. Please try again when your computer is not in Safe Mode or you can use System Restore to return your machine to a previous good state.

The Windows Installer service is not accessible in Safe Mode. Please try again when your computer is not in Safe Mode or you can use System Restore to return your machine to a previous good state.

There is a Windows Installer (msiserver) service in Services and if you attempt to manually start it in Safe Mode, you should get an error that says
Windows could not start the Windows Installer service on Local Computer. Error 1084: This service cannot be started in Safe Mode.
To start the Windows Installer service in Safe Mode so that you can uninstall programs, all you need to do is add a new MSIServer registry key. Simply follow the step-by-step instructions below:
1. Hit Win+R, type regedit and click OK.
2. Navigate to the following location in registry editor:
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSafeBootMinimal
3. Right click at Minimal and select New > Key and name it as MSIServer
4. The (Default) data for MSIServer should show (value not set). Double click on (Default) and type Service in the value data. Close the Registry Editor.

5. Again hit Win+R, type services.msc and click OK.
6. Look for Windows Installer on the list, double click on it and click Start.
You can now uninstall programs that is packed using Windows Installer in Safe Mode.
Alternatively, you can also do all the steps above by typing two command lines below in command prompt or at the Run window.
REG ADD "HKLMSYSTEMCurrentControlSetControlSafeBootMinimalMSIServer" /VE /T REG_SZ /F /D "Service"
net start msiserver
Go to link Download
Wednesday, November 9, 2016
How to Enable Hibernate mode in Windows 8
How to Enable Hibernate mode in Windows 8

Navigation to power options have become pretty difficult in Windows 8. You need to navigate to power option in system tray using Win+C then Settings and there you can find power options. All hard work looks like waste when you see the only power options available are,
- Sleep
- Shutdown
- Restart
And there is no Hibernate option available.
To enable hibernate mode in power options, navigate to
Control PanelAll Control Panel ItemsPower OptionsSystem Settings
Click on Change Settings that are currently unavailable. Once you click there Shutdown settings which were disabled becomes enabled,
Now the hibernate option is enabled in Power Menu.
Go to link Download
Subscribe to:
Posts (Atom)