• Skip to main content
  • Skip to header right navigation
  • Skip to site footer
iGuRu

iGuRu

Real-time Technology News. Opinions & Tweaks

  • / news
  • / infosec
  • / tools
  • / tweaks
  • / dummies
  • / opinions
  • / support
home / News / Windows 10 Prevent Installation of Preinstalled Apps

Windows 10 Prevent Installation of Preinstalled Apps

16/05/2018 08:05 by giorgos

Many users of Windows 10 do not particularly like the mini applications that come pre-installed on their system. So many of them, either manually, one by one, or with various tweaks in circulation have been able to clean up the Microsoft operating system from any unnecessary bloatware additions.Windows 10 tweaks - Windows 10 prevents the installation of pre-installed apps

However, after each major update, these applications, even if they have been removed with PowerShell, appear again without the user's permission being requested. Yes, the operating system re-installs all the apps that you took away.
But what applications are we talking about? Depending on the Windows traffic, the applications may be different.

Windows 10 includes a number of applications that are pre-installed with the operating system. These applications are installed on each user account. When you create a new user account, Windows 10 will automatically install this new user, all applications from the beginning. So although it is possible to remove them, with every big update, they come back again.

How to Uninstall these Applications in Windows 10

Open the Powershell (as administrator) by pressing the three keys together Ctrl + Shift + Enter.
First we will see the list of installed Universal apps in your account with the following command:

Get-AppxPackage | Select Name, PackageFullName

To save the list to a txt file, type the following command:

Get-AppxPackage | Select Name, PackageFullName >"$ env: userprofile \ Desktop \ apps.txt"

Then you can use the list stored on your desktop to remove the applications you do not want with the following command:

remove-AppxPackage -

Let's now see how you can prevent Windows 10 from re-installing unwanted applications.
Identify the applications you want to remove, and write the name of the package for each application.
Create a .reg file that will have a registry key for each application as described below:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Appx \ AppxAllUserStore \ Deprovisioned]
[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Appx \ AppxAllUserStore \ Deprovisioned \ Microsoft.BingWeather_8wekyb3d8bbwe]
[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Appx \ AppxAllUserStore \ Deprovisioned \ Microsoft.DesktopAppInstaller_8wekyb3d8bbwe]
[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Appx \ AppxAllUserStore \ Deprovisioned \ Microsoft.GetHelp_8wekyb3d8bbwe]
[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Appx \ AppxAllUserStore \ Deprovisioned \ Microsoft.Getstarted_8wekyb3d8bbwe]
[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Appx \ AppxAllUserStore \ Deprovisioned \ Microsoft.Microsoft3DViewer_8wekyb3d8bbwe]
[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Appx \ AppxAllUserStore \ Deprovisioned \ Microsoft.MicrosoftOfficeHub_8wekyb3d8bbwe]
[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Appx \ AppxAllUserStore \ Deprovisioned \ Microsoft.MicrosoftSolitaireCollection_8wekyb3d8bbwe]
[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Appx \ AppxAllUserStore \ Deprovisioned \ Microsoft.MicrosoftStickyNotes_8wekyb3d8bbwe]
[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Appx \ AppxAllUserStore \ Deprovisioned \ Microsoft.MSPaint_8wekyb3d8bbwe]
[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Appx \ AppxAllUserStore \ Deprovisioned \ Microsoft.Office.OneNote_8wekyb3d8bbwe]
[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Appx \ AppxAllUserStore \ Deprovisioned \ Microsoft.OneConnect_8wekyb3d8bbwe]
[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Appx \ AppxAllUserStore \ Deprovisioned \ Microsoft.People_8wekyb3d8bbwe]
[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Appx \ AppxAllUserStore \ Deprovisioned \ Microsoft.Print3D_8wekyb3d8bbwe]
[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Appx \ AppxAllUserStore \ Deprovisioned \ Microsoft.SkypeApp_kzf8qxf38zg5c]
[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Appx \ AppxAllUserStore \ Deprovisioned \ Microsoft.StorePurchaseApp_8wekyb3d8bbwe]
[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Appx \ AppxAllUserStore \ Deprovisioned \ Microsoft.Wallet_8wekyb3d8bbwe]
[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Appx \ AppxAllUserStore \ Deprovisioned \ Microsoft.Windows.Photos_8wekyb3d8bbwe]
[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Appx \ AppxAllUserStore \ Deprovisioned \ Microsoft.WindowsAlarms_8wekyb3d8bbwe]
[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Appx \ AppxAllUserStore \ Deprovisioned \ Microsoft.WindowsCalculator_8wekyb3d8bbwe]
[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Appx \ AppxAllUserStore \ Deprovisioned \ Microsoft.WindowsCamera_8wekyb3d8bbwe]
[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Appx \ AppxAllUserStore \ Deprovisioned \ microsoft.windowscommunicationsapps_8wekyb3d8bbwe]
[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Appx \ AppxAllUserStore \ Deprovisioned \ Microsoft.WindowsFeedbackHub_8wekyb3d8bbwe]
[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Appx \ AppxAllUserStore \ Deprovisioned \ Microsoft.WindowsMaps_8wekyb3d8bbwe]
[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Appx \ AppxAllUserStore \ Deprovisioned \ Microsoft.WindowsSoundRecorder_8wekyb3d8bbwe]
[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Appx \ AppxAllUserStore \ Deprovisioned \ Microsoft.WindowsStore_8wekyb3d8bbwe]
[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Appx \ AppxAllUserStore \ Deprovisioned \ Microsoft.Xbox.TCUI_8wekyb3d8bbwe]
[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Appx \ AppxAllUserStore \ Deprovisioned \ Microsoft.XboxApp_8wekyb3d8bbwe]
[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Appx \ AppxAllUserStore \ Deprovisioned \ Microsoft.XboxGameOverlay_8wekyb3d8bbwe]
[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Appx \ AppxAllUserStore \ Deprovisioned \ Microsoft.XboxIdentityProvider_8wekyb3d8bbwe]
[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Appx \ AppxAllUserStore \ Deprovisioned \ Microsoft.XboxSpeechToTextOverlay_8wekyb3d8bbwe]
[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Appx \ AppxAllUserStore \ Deprovisioned \ Microsoft.ZuneMusic_8wekyb3d8bbwe]
[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Appx \ AppxAllUserStore \ Deprovisioned \ Microsoft.ZuneVideo_8wekyb3d8bbwe]

Paste the list above into Notepad or a word processor and save the file with a .txt extension. Then right-click the file and change the extension to .reg.
Double-click the .reg file to create the keys.

From the list above you can delete the names of the applications you want to keep.

To save time, you can download the reg files from the following link:

  • iguru-reg

Contains two .reg files: Remove.reg and undo.reg. With a double click on remove, reg will prevent automatic installation for all unwanted applications, and by double clicking on undo.reg you will restore your system.

_______________________________

  • Window 10: Hotkey secret opens the Emoji dial in each application
  • DNS: how to find the fastest DNS resolvers for your system
Windows 10 Prevent Installation of Preinstalled Apps was last modified: May 16, 2018, 8: 05 am by giorgos

Subscribe to our newsletter

no spam

spread the news

  • Facebook
  • Twitter
  • Reddit
  • Printing
  • Email

Read them Technology News from all over the world, with the validity of iGuRu.gr

Follow us on Google News


Competition: Newstag: apps, click, files, I'm sure, link

You May Also Like

Do you have anything to post? Send it to Your Post
iGuRu about hosting and site changes
iGuRu.gr the 50 shades of gray

About Us giorgos

George still wonders what he's doing here ...

Previous Post: « iGuRu Google Project Maven: Reactions to build AI weapons
Next Post: KB4100347 microcode update for Windows 10 April 2018 iGuRu »

Reader Interactions

Comments
  1. AK

    20/05/2018 23:15

    Good Evening. I made the txt with the applications and went with the command you give above to uninstall the xbox application, for example. The answer comes in red letters that the removal failed, to contact my supplier and in parentheses it says EXCEPTION FROM HRESULT: 0x80073CFA….
    Thanks.

    Απάντηση
  2. AK

    20/05/2018 23:15

    Good Evening. I made the txt with the applications and went with the command you give above to uninstall the xbox application, for example. The answer comes in red letters that the removal failed, to contact my supplier and in parentheses it says EXCEPTION FROM HRESULT: 0x80073CFA….
    Thanks.

    Απάντηση
  3. AK

    19/05/2018 09:56

    Good morning! I'm trying to figure out what to do with the instructions you give. So I want to ask the following:
    I read and found how to open powershell as administrator. The powershell opens and writes PS C: \ WINDOWS \ system32> and flashes a yellow hyphen. You in your article tell us to type the first command to see the installed universall apps. This command will be typed exactly where the cursor flashes; Sorry to ask so detailed but for the time being they look Chinese.
    Thanks.

    Απάντηση
    • giorgos

      19/05/2018 10:13

      good morning, yes where it blinks

      Απάντηση
  4. AK

    19/05/2018 09:56

    Good morning! I'm trying to figure out what to do with the instructions you give. So I want to ask the following:
    I read and found how to open powershell as administrator. The powershell opens and writes PS C: \ WINDOWS \ system32> and flashes a yellow hyphen. You in your article tell us to type the first command to see the installed universall apps. This command will be typed exactly where the cursor flashes; Sorry to ask so detailed but for the time being they look Chinese.
    Thanks.

    Απάντηση
    • giorgos

      19/05/2018 10:13

      good morning, yes where it blinks

      Απάντηση
  5. AlexQx

    16/05/2018 10:10

    Interesting articles like everywhere!
    Gone is> and has been converted to HTML encoding>
    The command must be
    Get-AppxPackage | Select Name, PackageFullName> "$ env: userprofile \ Desktop \ apps.txt"

    Απάντηση
    • giorgos

      16/05/2018 10:12

      thank you, corrected!

      Απάντηση
  6. AlexQx

    16/05/2018 10:10

    Interesting articles like everywhere!
    Gone is> and has been converted to HTML encoding>
    The command must be
    Get-AppxPackage | Select Name, PackageFullName> "$ env: userprofile \ Desktop \ apps.txt"

    Απάντηση
    • giorgos

      16/05/2018 10:12

      thank you, corrected!

      Απάντηση

Comment Policy:

IGuRu.gr does not publish the comments immediately. Malicious comments, comments that include ads, or comments that are offensive are deleted without notice. We do not adopt the opinions expressed by our readers.
Your comments will be displayed after approval by the administrators


Leave your comment
Ακύρωση απάντησης

Your email address is not published. Τα υποχρεωτικά πεδία σημειώνονται με *

 

 © 2021 · iGuRu.gr · ☢ · Keep It Simple Stupid Genesis theme

about  ·   get in touch  ·  rss  ·  sitemap  ·  cough

loadingCancel
Could not post post - check your email address!
Email verification failed, please try again
Your blog can not post posts via email.