For years I have used this command on Windows clean installs to remove bloatware:
Get-AppxPackage -allusers | where-object {$_.name –notlike "*Microsoft.WindowsStore*"} | Remove-AppxPackage
However I just did a clean install of Windows 11 22H2 Moment 4, and now after running this command, my file explorer is the Windows 10 version and the Windows 11 right click menu is completely gone.
Does anyone know what package would have been removed that is responsible for these components?
Get-AppxPackage -allusers | where-object {$_.name –notlike "*Microsoft.WindowsStore*"} | Remove-AppxPackage
However I just did a clean install of Windows 11 22H2 Moment 4, and now after running this command, my file explorer is the Windows 10 version and the Windows 11 right click menu is completely gone.
Does anyone know what package would have been removed that is responsible for these components?
My Computer
System One
-
- OS
- Windows 11