Computer Software > Windows 10

windows 10 - how to permantly un-install the "junk" pre-installed apps

(1/2) > >>

chenks:
anyone know to make windows 10 stop re-installing the "built-in" apps that i am un-installing via the powershell (administrator privelidges)?

i am running 2 scripts to achieve this (which apparently should work)


--- Code: ---Get-AppxPackage -AllUsers | Remove-AppxPackage
--- End code ---
this script removes all the "junk" apps that windows 10 like to pre-install


--- Code: ---Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
--- End code ---
this script re-installs the Microsoft Store (which is removed as part of the first script).

this seems to work fine in that all the junk apps are removed (or appear to be removed), but after a period of time (usually after a reboot) windows decides to re-install them all again. same happens if a new user logs in, all the previsously removed apps re-appear.

there's only so many times i have the will to remove "3d viewer" or "mixed reality portal" (to name just 2).

Alex Atkin UK:
Fairly sure there is no permanent solution, these apps are supposed to be part of the OS.  Its stupid, but it is what it is.

chenks:
not sure why Xbox Console Companion and Xbox Game bar can be considered part of the OS on Windows 10 Pro connected to a corporate domain.
i can't imagine there is no way to fully removed this in a business environment.

Alex Atkin UK:
Sure, if you have a Windows Server managing the clients.

chenks:
well we do, but these are windows 7 PCs being upgraded to Windows 10

and to further confuse matters, it appears that the PCs that shipped with Windows 10 have no problem leaving the un-installed apps un-installed.
it's the PCs that have been upgraded from 7 to 10 that seem to have the issue with re-installing.

all are running 21H2 (be it win10 pre-installed or 7 upgraded to 10)

Navigation

[0] Message Index

[#] Next page

Go to full version