This message was deleted.
# microsoft-fslogix
s
This message was deleted.
r
I nuke those bad boys.
Copy code
Get-AppxProvisionedPackage -online | Out-GridView -PassThru | Remove-AppxProvisionedPackage -online
One thing that bites me a lot. Believe it or not, so many folks rely on Windows phots and Calculator. I try to find alternate apps for those.
j
Yeah.. I recall now on running the older win32/exes - cheers ๐Ÿ™‚
j
Iโ€™ve struggled with masking modern apps - would love to know the secret sauce
๐Ÿป 1
r
j
You can try to mask them, but they're deep in the user profile
๐Ÿ‘ 2
choco install oldcalc -y will get you the proper Calculator back
r
I hate appx package
d
I'd rather uninstall them, that'll also have a positive impact on logon speed.
๐Ÿ‘ 1
โคด๏ธ 1
j
I uninstall them all as part of the build script
Although I seem to have broken the Windows Defender GUI by doing it, so tread carefully
๐Ÿป 1
n
@James Rankin Microsoft.SecHealthUI
๐Ÿ‘ 1