<?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>uninstall preinstalled apps Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/uninstall-preinstalled-apps/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Sun, 14 Nov 2021 03:14:39 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>How to remove preinstalled apps in Windows 10</title>
		<link>https://www.osradar.com/how-to-remove-preinstalled-apps-in-windows-10/</link>
					<comments>https://www.osradar.com/how-to-remove-preinstalled-apps-in-windows-10/#respond</comments>
		
		<dc:creator><![CDATA[roger]]></dc:creator>
		<pubDate>Fri, 12 Nov 2021 22:48:00 +0000</pubDate>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[uninstall preinstalled apps]]></category>
		<category><![CDATA[uninstall programs]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=33143</guid>

					<description><![CDATA[<p>Computers have become essential elements of our daily lives. Indeed, their possible uses are almost infinite. From them, we can manage documents, make searches, downloads and so on. We can also download applications. It is well known that Windows 10 comes with many preinstalled programs. Surely, you do not use some of them and want [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-remove-preinstalled-apps-in-windows-10/">How to remove preinstalled apps in Windows 10</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Computers have become essential elements of our daily lives. Indeed, their possible uses are almost infinite. From them, we can manage documents, make searches, downloads and so on. We can also download applications. It is well known that Windows 10 comes with many preinstalled programs. Surely, you do not use some of them and want to remove them. Either to save storage or to free up useful space. Windows does not facilitate the process of uninstalling its apps. Therefore, today, we will learn how to remove preinstalled apps in Windows 10.</p>



<h2>Several ways to remove preinstalled apps in Windows 10</h2>



<p>The number of apps available for the computer continues to grow. Theoretically, this is a good thing, as it enhances the functions of the computer. Indeed, there are apps for almost every function. However, eventually, these apps take up the computer&#8217;s memory. Therefore, we must only keep the useful and important tools. It is best to keep only the apps you use regularly. Everything else should be uninstalled or at least hidden. However, with preinstalled apps, this is not so easy. Indeed, it is not possible to do it the traditional and simple way. This happens because Microsoft does not allow it.</p>



<figure class="wp-block-image size-full"><img loading="lazy" width="800" height="800" src="https://www.osradar.com/wp-content/uploads/2021/11/app.png" alt="" class="wp-image-33144" srcset="https://www.osradar.com/wp-content/uploads/2021/11/app.png 800w, https://www.osradar.com/wp-content/uploads/2021/11/app-300x300.png 300w, https://www.osradar.com/wp-content/uploads/2021/11/app-150x150.png 150w, https://www.osradar.com/wp-content/uploads/2021/11/app-768x768.png 768w, https://www.osradar.com/wp-content/uploads/2021/11/app-696x696.png 696w" sizes="(max-width: 800px) 100vw, 800px" /></figure>



<p>Some of these apps are Xbox, the store, mail, calendar, etc. Well, to uninstall them, it is necessary to use PowerShell and some commands. Let&#8217;s see the steps to remove preinstalled apps in Windows 10.</p>



<h2>How to remove preinstalled apps in Windows 10 with PowerShell</h2>



<p>Some pre-installed apps may be integrated into the operating system. Therefore, uninstalling them may cause problems. This way, we will uninstall safe elements. First, launch a PowerShell. With this in mind, right-click on the Start menu. Or press the Win+X combination. Then click on PowerShell.</p>



<figure class="wp-block-image size-full"><img loading="lazy" width="269" height="609" src="https://www.osradar.com/wp-content/uploads/2021/11/app2.png" alt="" class="wp-image-33164" srcset="https://www.osradar.com/wp-content/uploads/2021/11/app2.png 269w, https://www.osradar.com/wp-content/uploads/2021/11/app2-133x300.png 133w" sizes="(max-width: 269px) 100vw, 269px" /></figure>



<p>The PowerShell will be displayed immediately. From there, we will use the commands that we will show you below.</p>



<figure class="wp-block-image size-full"><img loading="lazy" width="685" height="333" src="https://www.osradar.com/wp-content/uploads/2021/11/app3.png" alt="Windows PowerShell" class="wp-image-33145" srcset="https://www.osradar.com/wp-content/uploads/2021/11/app3.png 685w, https://www.osradar.com/wp-content/uploads/2021/11/app3-300x146.png 300w" sizes="(max-width: 685px) 100vw, 685px" /><figcaption>Windows PowerShell</figcaption></figure>



<h2>How to uninstall Xbox app in Windows 10</h2>



<p>This app usually appears in the start menu of Windows 10. Although we can unpin it, it is not possible to uninstall it easily. Therefore, we will use the following command from the PowerShell.</p>



<pre class="wp-block-preformatted">Get-AppxPackage *xboxapp* | Remove-AppxPackage</pre>



<figure class="wp-block-image size-full"><img loading="lazy" width="645" height="302" src="https://www.osradar.com/wp-content/uploads/2021/11/app4.png" alt="Uninstalling the Xbox application from Windows 10" class="wp-image-33146" srcset="https://www.osradar.com/wp-content/uploads/2021/11/app4.png 645w, https://www.osradar.com/wp-content/uploads/2021/11/app4-300x140.png 300w" sizes="(max-width: 645px) 100vw, 645px" /><figcaption>Uninstalling the Xbox application from Windows 10</figcaption></figure>



<p>The process will take a few seconds. When finished, you can check that the app is no longer in the start menu.</p>



<h2>How to uninstall the Weather application from Windows 10</h2>



<p>Once again we have to execute a command in PowerShell. The command is almost the same as the previous one. In fact, only the term between the asterisks varies. In that space, we write the name of the application. Let&#8217;s see what the command is:</p>



<pre class="wp-block-preformatted">Get-AppxPackage *bingweather* | Remove-AppxPackage</pre>



<figure class="wp-block-image size-full"><img loading="lazy" width="627" height="293" src="https://www.osradar.com/wp-content/uploads/2021/11/app5.png" alt="Uninstalling the weather app" class="wp-image-33147" srcset="https://www.osradar.com/wp-content/uploads/2021/11/app5.png 627w, https://www.osradar.com/wp-content/uploads/2021/11/app5-300x140.png 300w" sizes="(max-width: 627px) 100vw, 627px" /><figcaption>Uninstalling the weather app</figcaption></figure>



<h2>How to uninstall Windows 10 news application</h2>



<p>This app behaves in the same way as the Money app. That is to say, we can uninstall them directly from the start menu. Moreover, we only need a couple of clicks. See how we will do it. Just find the application you want to delete and right click on it. Then select the <strong>Uninstall </strong>option.</p>



<figure class="wp-block-image size-full"><img loading="lazy" width="884" height="678" src="https://www.osradar.com/wp-content/uploads/2021/11/app6.jpg" alt="Uninstalling the News app. " class="wp-image-33148" srcset="https://www.osradar.com/wp-content/uploads/2021/11/app6.jpg 884w, https://www.osradar.com/wp-content/uploads/2021/11/app6-300x230.jpg 300w, https://www.osradar.com/wp-content/uploads/2021/11/app6-768x589.jpg 768w, https://www.osradar.com/wp-content/uploads/2021/11/app6-696x534.jpg 696w" sizes="(max-width: 884px) 100vw, 884px" /><figcaption>Uninstalling the News app.</figcaption></figure>



<p>Alternatively, you can also use this command:</p>



<pre class="wp-block-preformatted">Get-AppxPackage *bingnews* | Remove-AppxPackage</pre>



<figure class="wp-block-image size-full"><img loading="lazy" width="624" height="306" src="https://www.osradar.com/wp-content/uploads/2021/11/app7.png" alt="Uninstalling the news application" class="wp-image-33150" srcset="https://www.osradar.com/wp-content/uploads/2021/11/app7.png 624w, https://www.osradar.com/wp-content/uploads/2021/11/app7-300x147.png 300w" sizes="(max-width: 624px) 100vw, 624px" /><figcaption>Uninstalling the news application</figcaption></figure>



<h2>How to unpin applications in the Windows 10 start menu</h2>



<p>Occasionally, you prefer not to uninstall the application completely. In such a case, you can remove it from the Windows start menu. With this in mind, just right-click on the app. Then click on <strong>Unpin from Start.</strong></p>



<figure class="wp-block-image size-full"><img loading="lazy" width="255" height="140" src="https://www.osradar.com/wp-content/uploads/2021/11/app8.png" alt="Unpinning an app from the Windows Start menu. " class="wp-image-33152"/><figcaption>Unpinning an app from the Windows Start menu.</figcaption></figure>



<p>You can also reinstall all those apps that you have uninstalled. With this in mind, run the following command in PowerShell.</p>



<pre class="wp-block-preformatted">Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="312" src="https://www.osradar.com/wp-content/uploads/2021/11/app9-1024x312.png" alt="Reinstalling uninstalled apps" class="wp-image-33154" srcset="https://www.osradar.com/wp-content/uploads/2021/11/app9-1024x312.png 1024w, https://www.osradar.com/wp-content/uploads/2021/11/app9-300x91.png 300w, https://www.osradar.com/wp-content/uploads/2021/11/app9-768x234.png 768w, https://www.osradar.com/wp-content/uploads/2021/11/app9-696x212.png 696w, https://www.osradar.com/wp-content/uploads/2021/11/app9-1068x325.png 1068w, https://www.osradar.com/wp-content/uploads/2021/11/app9.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Reinstalling uninstalled apps</figcaption></figure>



<p>It is worth mentioning that this task may take some time to complete.</p>



<h2>How to uninstall preinstalled apps with 10AppsManager</h2>



<p>We can also use third-party applications to perform this task. In this opportunity, we will use 10AppsManager. It is a straightforward to use tool that you can download from <a href="http://www.thewindowsclub.com/downloads/10amW10.zip" target="_blank" rel="noreferrer noopener">here.</a> However, it is advisable to create a <a href="https://www.osradar.com/how-to-activate-and-use-system-restore-in-windows-10/" target="_blank" rel="noreferrer noopener">restore point </a>in case of any problem.</p>



<figure class="wp-block-image size-full"><img loading="lazy" width="578" height="658" src="https://www.osradar.com/wp-content/uploads/2021/11/app10.png" alt="10AppsManager
" class="wp-image-33155" srcset="https://www.osradar.com/wp-content/uploads/2021/11/app10.png 578w, https://www.osradar.com/wp-content/uploads/2021/11/app10-264x300.png 264w" sizes="(max-width: 578px) 100vw, 578px" /><figcaption>10AppsManager</figcaption></figure>



<p>The uninstallation process is elementary. Just click on the app. Then confirm the uninstallation process.</p>



<figure class="wp-block-image size-full"><img loading="lazy" width="272" height="133" src="https://www.osradar.com/wp-content/uploads/2021/11/app11.png" alt="Confirming the uninstallation of the App." class="wp-image-33156"/><figcaption>Confirming the uninstallation of the App.</figcaption></figure>



<p>After a few seconds, the tool will confirm the uninstallation of the App.</p>



<figure class="wp-block-image size-full"><img loading="lazy" width="220" height="152" src="https://www.osradar.com/wp-content/uploads/2021/11/app12.png" alt="Successful uninstallation" class="wp-image-33157" srcset="https://www.osradar.com/wp-content/uploads/2021/11/app12.png 220w, https://www.osradar.com/wp-content/uploads/2021/11/app12-218x150.png 218w" sizes="(max-width: 220px) 100vw, 220px" /><figcaption>Successful uninstallation</figcaption></figure>



<p>An advantage of this tool is that it also allows you to restore deleted applications. With this in mind, you just have to click on the removed apps.</p>



<figure class="wp-block-image size-full"><img loading="lazy" width="578" height="658" src="https://www.osradar.com/wp-content/uploads/2021/11/app13.png" alt="Restoring deleted applications" class="wp-image-33158" srcset="https://www.osradar.com/wp-content/uploads/2021/11/app13.png 578w, https://www.osradar.com/wp-content/uploads/2021/11/app13-264x300.png 264w" sizes="(max-width: 578px) 100vw, 578px" /><figcaption>Restoring deleted applications</figcaption></figure>



<p>Next, we will see a warning that the process may take time and if you are sure to proceed.</p>



<figure class="wp-block-image size-full"><img loading="lazy" width="409" height="133" src="https://www.osradar.com/wp-content/uploads/2021/11/app14.png" alt="" class="wp-image-33160" srcset="https://www.osradar.com/wp-content/uploads/2021/11/app14.png 409w, https://www.osradar.com/wp-content/uploads/2021/11/app14-300x98.png 300w" sizes="(max-width: 409px) 100vw, 409px" /></figure>



<p>After a few moments, we will see the confirmation of the task execution.</p>



<h2>How to recover preinstalled applications in Windows 10</h2>



<p>It is possible to reinstall pre-installed applications that have been uninstalled. It is possible to reinstall pre-installed applications that have been uninstalled. To achieve this, we will use PowerShell again. However, this time we will launch it with administrator privileges. With this intention, press the Win+X combination and select the option.</p>



<figure class="wp-block-image size-full"><img loading="lazy" width="268" height="625" src="https://www.osradar.com/wp-content/uploads/2021/11/app15.png" alt="Launching a PowerShell with administrator privileges. " class="wp-image-33161" srcset="https://www.osradar.com/wp-content/uploads/2021/11/app15.png 268w, https://www.osradar.com/wp-content/uploads/2021/11/app15-129x300.png 129w" sizes="(max-width: 268px) 100vw, 268px" /><figcaption>Launching a PowerShell with administrator privileges.</figcaption></figure>



<p>We can reinstall the apps one by one. However, there is a command to reinstall them all at once.</p>



<pre class="wp-block-preformatted">Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="343" src="https://www.osradar.com/wp-content/uploads/2021/11/app16-1024x343.png" alt="Reinstalling all apps at once" class="wp-image-33162" srcset="https://www.osradar.com/wp-content/uploads/2021/11/app16-1024x343.png 1024w, https://www.osradar.com/wp-content/uploads/2021/11/app16-300x101.png 300w, https://www.osradar.com/wp-content/uploads/2021/11/app16-768x257.png 768w, https://www.osradar.com/wp-content/uploads/2021/11/app16-696x233.png 696w, https://www.osradar.com/wp-content/uploads/2021/11/app16-1068x358.png 1068w, https://www.osradar.com/wp-content/uploads/2021/11/app16.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Reinstalling all apps at once</figcaption></figure>



<p>Obviously, it is a more convenient method. However, it does not allow you to filter apps that you do not want to recover. In such a case, it is best to reinstall the applications individually. Then, follow these steps. From PowerShell run the following cmdlet:</p>



<pre class="wp-block-preformatted">Get-AppxPackage -AllUsers</pre>



<figure class="wp-block-image size-full"><img loading="lazy" width="859" height="732" src="https://www.osradar.com/wp-content/uploads/2021/11/app17.png" alt="PowerShell showing all installed applications in Windows 10" class="wp-image-33163" srcset="https://www.osradar.com/wp-content/uploads/2021/11/app17.png 859w, https://www.osradar.com/wp-content/uploads/2021/11/app17-300x256.png 300w, https://www.osradar.com/wp-content/uploads/2021/11/app17-768x654.png 768w, https://www.osradar.com/wp-content/uploads/2021/11/app17-696x593.png 696w" sizes="(max-width: 859px) 100vw, 859px" /><figcaption>PowerShell showing all installed applications in Windows 10</figcaption></figure>



<p>Then you have to choose the name of the app from the <em>InstallLocation</em> line. Then use the following syntax.</p>



<pre class="wp-block-preformatted">Add-AppxPackage -register "C:\Program Files\WindowsApps\Microsoft.YourPhone_1.21092.145.0_x64__8wekyb3d8bbwe" -DisableDevelopmentMode</pre>



<p>In this case, we reinstall the Your Phone application. However, you can try the others. Okay, so we have seen how to remove preinstalled apps in Windows 10. A way to free up valuable space on the computer. We also learned how to reinstall them. See you later!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-remove-preinstalled-apps-in-windows-10/">How to remove preinstalled apps in Windows 10</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-remove-preinstalled-apps-in-windows-10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
