Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Making the script more user-friendly: Those cryptic app names #56

Closed
skycommand opened this issue Aug 23, 2020 · 7 comments
Closed

Making the script more user-friendly: Those cryptic app names #56

skycommand opened this issue Aug 23, 2020 · 7 comments
Labels
enhancement New feature or request

Comments

@skycommand
Copy link

skycommand commented Aug 23, 2020

Hello. 馃槉

Please take a look at this screenshot:
Image

  • Does an ordinary user know what Microsoft.549981C3F5F10 is? What about you? (It's Cortana, by the way.)
  • How about c5e2524a-ea46-4f67-841f-6a9465d9d515? (It is File Explorer.)
  • Or Microsoft.MSPaint. (It is NOT Microsoft Paint. It is Paint 3D.)

I recommend the user should know the friendly name of these apps.

You can find a script called Inventory AppX Packages.ps1 on my repo. It helps you discover the friendly names.

@farag2
Copy link
Owner

farag2 commented Aug 23, 2020

Can we get in touch via Telegram?

@skycommand
Copy link
Author

I am afraid not. Because of how my life is and because of COVID-19, all forms of instant messaging and phone calls must remain restricted to my family members and the workplace. I'm having a hard time keeping my sanity as it is.

You can reach me here, on My Digital Life, or via Gmail.

@farag2
Copy link
Owner

farag2 commented Aug 25, 2020

@skycommand DMed you on MDL yesterday.

@farag2 farag2 added the enhancement New feature or request label Sep 18, 2020
@sinichi19
Copy link

and if its ok to by default already checked the Uninstall all users

@farag2
Copy link
Owner

farag2 commented Oct 1, 2020

Don't think i'd be nice idea. If someone decide to restore packages he'll realise that it's possible only by searching for appx packages.

@skycommand
Copy link
Author

I agree. It's not okay. From my experience, people want to check this box only as a way of demonstrating their extent of dislike for a certain app or Microsoft. It is a psychological thing, not a functional one.

In reality, most computers are single-user and this checkbox serves no purpose anyway. On multi-user computers, like mine, I have brothers and sisters who have their own choices, for varying reasons.

@farag2
Copy link
Owner

farag2 commented Feb 4, 2021

Done with way much more easier

$Packages = [Windows.Management.Deployment.PackageManager,Windows.Web,ContentType=WindowsRuntime]::new().FindPackages()
$Packages | Select-Object -ExpandProperty Id -Property DisplayName | Format-Table -Property Name, DisplayName

@farag2 farag2 closed this as completed Feb 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants