<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Windows Archives | Michael A. Hartmann</title>
	<atom:link href="https://michaelhartmann.org/category/windows/feed/" rel="self" type="application/rss+xml" />
	<link>https://michaelhartmann.org/category/windows/</link>
	<description>Home of Michael A. Hartmann</description>
	<lastBuildDate>Sat, 19 May 2018 21:54:45 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://michaelhartmann.org/wp-content/uploads/2022/04/cropped-android-chrome-512x512-1-32x32.png</url>
	<title>Windows Archives | Michael A. Hartmann</title>
	<link>https://michaelhartmann.org/category/windows/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Uninstalling Programs in Windows 10 Safe Mode</title>
		<link>https://michaelhartmann.org/windows/uninstalling-programs-in-windows-10-safe-mode/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=uninstalling-programs-in-windows-10-safe-mode</link>
					<comments>https://michaelhartmann.org/windows/uninstalling-programs-in-windows-10-safe-mode/#respond</comments>
		
		<dc:creator><![CDATA[Michael A. Hartmann]]></dc:creator>
		<pubDate>Wed, 22 Feb 2017 02:13:51 +0000</pubDate>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Safe Mode]]></category>
		<category><![CDATA[WIndows10]]></category>
		<guid isPermaLink="false">https://michael-hartmann.org/?p=1653</guid>

					<description><![CDATA[<p>Uninstalling unwanted software sometimes is not possible outside Safe Mode.  There are times when removal of programs and drivers is necessary because they are preventing Windows from booting or may be infected with a virus or adware.</p>
<p>The post <a href="https://michaelhartmann.org/windows/uninstalling-programs-in-windows-10-safe-mode/">Uninstalling Programs in Windows 10 Safe Mode</a> appeared first on <a href="https://michaelhartmann.org">Michael A. Hartmann</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Uninstalling unwanted software sometimes is not possible outside Safe Mode.  There are times when removal of programs and drivers is necessary because they are preventing Windows from booting or may be infected with a virus or adware.  Uninstallation of programs and applications in <strong>Windows 10 Safe Mode is not enabled by default</strong>. This article details on how we can uninstall these undesired programs in safe mode.</p>
<p>Note: This article is based on a Knowledgebase article located at <a href="http://support.eset-nod32.fr/kb2098/?pmv=print&amp;amp;locale=en_EN">ESET Knowledgebase</a>.</p>
<h2>Issue</h2>
<p><img decoding="async" class="size-medium wp-image-1695 aligncenter" src="https://michaelhartmann.org/wp-content/uploads/2017/02/Install-and-uninstall-programs-in-safe-mode-2_thumb-300x132.png" alt="" width="300" height="132" srcset="https://michaelhartmann.org/wp-content/uploads/2017/02/Install-and-uninstall-programs-in-safe-mode-2_thumb-300x132.png 300w, https://michaelhartmann.org/wp-content/uploads/2017/02/Install-and-uninstall-programs-in-safe-mode-2_thumb-100x44.png 100w, https://michaelhartmann.org/wp-content/uploads/2017/02/Install-and-uninstall-programs-in-safe-mode-2_thumb.png 454w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p>You have booted your Windows 10 Installation to Safe Mode and upon attempting to remove software in the Control Panel, you are prompted that the Windows Installer is not available in Safe Mode. Attempting to start the installer service, you receive <strong>Error 1084: The service cannot be started in safe mode.</strong></p>
<h2>Solution</h2>
<ol>
<li>Start the computer in <strong>Safe Mode</strong>, if you are having issues getting Windows 10 to Safe Mode, please refer to <a href="https://michaelhartmann.org/windows/booting-safe-mode-windows-10/">Booting to Safe Mode in Windows 10</a>.</li>
<li>After Windows 10 has booted and you have logged in, you will need to open the <strong>Command Prompt</strong> by pressing the <strong>Windows Key and Q</strong> and enter <strong>cmd</strong> in the Cortana search field. You will be required to Right-click your mouse when the <strong>Command Prompt</strong> is visible and select <strong>&#8216;Run as Administrator&#8217; </strong>from the context menu.</li>
<li><strong>Enable MSIServer. </strong>This is accomplished by modifying the registry by typing in the command<strong><code> REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\MSIServer" /VE /T REG_SZ /F /D "Service"</code> </strong>and press<strong> ENTER. </strong></li>
<li><strong>Start the MSIServer</strong>. In the Command Prompt Window type in the following command and hit <strong>ENTER</strong>: <strong><code>net start msiserver</code></strong></li>
</ol>
<p>At this time, you should be able to Uninstall or Install programs in Safe Mode using the Control Panel or uninstaller .MSI Package.</p>
<p>Note on step #3: Alternatively, you can open the Registry Editor by pressing <strong>Windows key + R </strong>and type<strong> &#8220;Regedit&#8221; </strong>then<strong> ENTER.  </strong>There you can navigate down to <strong>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal</strong>, Right-click Minimal and Select New Key. Rename New Key #1 to <strong>MSIServer</strong> and enter the Value of <b>Service</b> for <b>REG_SZ.</b> Ensure that you execute step #4 afterwards.</p>
<table>
<tbody>
<tr>
<td><img fetchpriority="high" decoding="async" class="alignnone wp-image-1692" src="https://michaelhartmann.org/wp-content/uploads/2017/02/Installing.in_.Safe_.Mode_.MSIServer.registry.entry_-300x166.png" alt="" width="389" height="215" srcset="https://michaelhartmann.org/wp-content/uploads/2017/02/Installing.in_.Safe_.Mode_.MSIServer.registry.entry_-300x166.png 300w, https://michaelhartmann.org/wp-content/uploads/2017/02/Installing.in_.Safe_.Mode_.MSIServer.registry.entry_-100x55.png 100w, https://michaelhartmann.org/wp-content/uploads/2017/02/Installing.in_.Safe_.Mode_.MSIServer.registry.entry_.png 568w" sizes="(max-width: 389px) 100vw, 389px" /></td>
<td class="alignnone size-medium wp-image-1693" width="300" height="167"><img decoding="async" class="alignnone wp-image-1693" src="https://michaelhartmann.org/wp-content/uploads/2017/02/enable-windows-installer-in-safe-mode-registry-300x167.jpg" alt="" width="397" height="221" srcset="https://michaelhartmann.org/wp-content/uploads/2017/02/enable-windows-installer-in-safe-mode-registry-300x167.jpg 300w, https://michaelhartmann.org/wp-content/uploads/2017/02/enable-windows-installer-in-safe-mode-registry-768x428.jpg 768w, https://michaelhartmann.org/wp-content/uploads/2017/02/enable-windows-installer-in-safe-mode-registry-100x56.jpg 100w, https://michaelhartmann.org/wp-content/uploads/2017/02/enable-windows-installer-in-safe-mode-registry.jpg 814w" sizes="(max-width: 397px) 100vw, 397px" /></td>
</tr>
</tbody>
</table>
<p>The post <a href="https://michaelhartmann.org/windows/uninstalling-programs-in-windows-10-safe-mode/">Uninstalling Programs in Windows 10 Safe Mode</a> appeared first on <a href="https://michaelhartmann.org">Michael A. Hartmann</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://michaelhartmann.org/windows/uninstalling-programs-in-windows-10-safe-mode/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Booting to Safe Mode in Windows 10</title>
		<link>https://michaelhartmann.org/windows/booting-safe-mode-windows-10/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=booting-safe-mode-windows-10</link>
					<comments>https://michaelhartmann.org/windows/booting-safe-mode-windows-10/#respond</comments>
		
		<dc:creator><![CDATA[Michael A. Hartmann]]></dc:creator>
		<pubDate>Tue, 21 Feb 2017 21:34:20 +0000</pubDate>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[Safe Mode]]></category>
		<category><![CDATA[WIndows10]]></category>
		<guid isPermaLink="false">https://michael-hartmann.org/?p=1591</guid>

					<description><![CDATA[<p>Accessing Safe Mode in Windows 10 at boot time in an easy manner has been one of the most frustrating oversights by Microsoft. Since Windows 10, tapping on 'F8' to enter safe mode no longer works. </p>
<p>The post <a href="https://michaelhartmann.org/windows/booting-safe-mode-windows-10/">Booting to Safe Mode in Windows 10</a> appeared first on <a href="https://michaelhartmann.org">Michael A. Hartmann</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>Accessing Safe Mode in Windows 10</strong> at boot time in an easy manner has been one of the most frustrating oversights by <a href="https://www.microsoft.com/">Microsoft</a>. Since Windows 10, tapping on &#8216;<em><strong>F8</strong>&#8216;</em> to enter safe mode no longer works. Many users have had issues with drivers or updates causing Windows 10 to either to be stuck in an infinite loop or appear to be stuck at the blue screen with the spinning circle.</p>
<p>Apparently Microsoft has plenty of solutions if you can actually log on to Windows first, however, none to those who can not access Windows in the first place. Quite often, Microsoft support will suggest to either repair the installation, rollback to a restore point, refresh the installation or reinstall Windows. All of which can potentially cause users to lose data and programs.</p>
<h3><strong>The Issue</strong></h3>
<p><a href="https://www.oculus.com/">Oculus</a> drivers were installed on Windows 10, citing that they were compatible with Windows 10. However, after installation Windows would not reboot, always hanging up at the blue boot screen with the famous never ending blue dots in a circle. The thought of reinstalling windows was daunting considering that removing the driver would be a simple manual process if I could get access to Safe Mode. So I refused to succumb to the limitations of Windows 10.</p>
<p>In order to find a solution, I had to dissect what really happens when Windows 10 boots. By default, Windows uses &#8220;<strong>Fast Startup</strong>&#8221; which seems to start the boot process before the keyboard drivers are loaded. This makes using the &#8216;<strong><em>F8</em></strong>&#8216; method ineffective since Windows is past the point of accepting keyboard input during boot time. After understanding how fast start-up works, I was able to break down a working solution to access safe mode once again.</p>
<h3>The Solution</h3>
<p>Before we begin, you will need an installation disk, USB or some kind of media that allows you to boot into <strong>Windows 10 Pre-Installation Environment</strong>. Make sure that your PC BIOS has this the installation media boot order is before the drive that Windows is installed. This process will vary depending on what the motherboard inside their BIOS. Once this is achieved, the following process will allow you to enter Windows 10 Safe Mode as we did in previous Windows version:</p>
<p><strong>NOTE: As of Windows 10 Build 1803 (April 2018 Update), the Installation media will no longer allow access to administration credentials on the hard drive. In this case, allow the computer to fail several times until it finally boots up in Automatic Repair Mode. After this, proceed to step #2.</strong></p>
<ol>
<li>Boot up the <strong>installation media</strong> and wait for the menu.</li>
<li>We will need to enter the Command Prompt, to do this without navigating through options, we can simply use &#8216;<em><strong>Shift-F10</strong></em>&#8216;.</li>
<li>Once at the command prompt, you will need to find your way to the <strong>C:\Windows\System32</strong> directory of where windows is located. Note: if you have multiple hard drives, your Windows 10 installation may be on a different  drive such as D: or E:.</li>
<li>One you have done this, we are going to tell Windows to boot up without using &#8220;Fast Startup&#8221;. To achieve this type: <em><strong><code>bcdedit /set {default} bootmenupolicy legacy</code> </strong></em>and hit the <strong>enter</strong> key.</li>
<li>Close the Command Prompt, and<strong> remove the installation media</strong>.</li>
<li><strong>Reboot the PC.</strong></li>
<li>Now you should be able to enter the <strong>Advanced Boot Menu </strong>by repeatedly tapping the &#8216;<strong><em>F8&#8242; </em></strong>key. You should see something like this below:</li>
</ol>
<p><img loading="lazy" decoding="async" class=" wp-image-1616 aligncenter" src="https://michaelhartmann.org/wp-content/uploads/2017/02/dFzPmnw-300x225.png" alt="" width="439" height="329" srcset="https://michaelhartmann.org/wp-content/uploads/2017/02/dFzPmnw-300x225.png 300w, https://michaelhartmann.org/wp-content/uploads/2017/02/dFzPmnw-768x576.png 768w, https://michaelhartmann.org/wp-content/uploads/2017/02/dFzPmnw.png 1024w, https://michaelhartmann.org/wp-content/uploads/2017/02/dFzPmnw-100x75.png 100w, https://michaelhartmann.org/wp-content/uploads/2017/02/dFzPmnw-846x635.png 846w" sizes="(max-width: 439px) 100vw, 439px" /></p>
<p>We can not boot into <strong>Safe Mode</strong> or whatever mode you desire! Make your desired fixes while in Safe Mode. When you have fixed Windows 10 to where it is back in working condition in Normal Mode, you can turn &#8220;Fast Startup&#8221; back on by entering the command prompt, and typing in: <code><b><i>bcdedit /set {default} bootmenupolicy Standard</i></b></code> or use the Control Panel under <strong>Hardware and Sound\Power Options\System Settings </strong>as shown below<strong>.</strong></p>
<p><img loading="lazy" decoding="async" class="wp-image-1623 aligncenter" src="https://michaelhartmann.org/wp-content/uploads/2017/02/650x313xfast-startup-650x313.png.pagespeed.gpjpjwpjjsrjrprwricpmd.ic_.aViFbH3X0v-300x144.png" alt="" width="488" height="234" srcset="https://michaelhartmann.org/wp-content/uploads/2017/02/650x313xfast-startup-650x313.png.pagespeed.gpjpjwpjjsrjrprwricpmd.ic_.aViFbH3X0v-300x144.png 300w, https://michaelhartmann.org/wp-content/uploads/2017/02/650x313xfast-startup-650x313.png.pagespeed.gpjpjwpjjsrjrprwricpmd.ic_.aViFbH3X0v-100x48.png 100w, https://michaelhartmann.org/wp-content/uploads/2017/02/650x313xfast-startup-650x313.png.pagespeed.gpjpjwpjjsrjrprwricpmd.ic_.aViFbH3X0v.png 650w" sizes="(max-width: 488px) 100vw, 488px" /></p>
<p>&nbsp;</p>
<p>I hope this guide helped you save a lot of time and undue stress while troubleshoot Windows boot problems! If you need to uninstall drivers and software from Windows 10, please refer to the guide: <a href="https://michaelhartmann.org/windows/uninstalling-programs-in-windows-10-safe-mode/">Uninstalling Programs in Windows 10 Safe Mode</a></p>
<p>The post <a href="https://michaelhartmann.org/windows/booting-safe-mode-windows-10/">Booting to Safe Mode in Windows 10</a> appeared first on <a href="https://michaelhartmann.org">Michael A. Hartmann</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://michaelhartmann.org/windows/booting-safe-mode-windows-10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
