Skip to content
New issue

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

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Put Additional Apps you want script to remove here!! #8

Open
madbomb122 opened this issue Nov 13, 2019 · 0 comments
Open

Put Additional Apps you want script to remove here!! #8

madbomb122 opened this issue Nov 13, 2019 · 0 comments
Labels
Enhancement/Suggestion Here is an idea!

Comments

@madbomb122
Copy link
Owner

madbomb122 commented Nov 13, 2019

If you want me to put an App that can be 'Hide/Unhide/Uninstall' using my script please do the following

Give me the result of the following in powershell

$pkgname='NAME OF APP HERE'
(Get-AppxPackage "*$pkgname*").Name

and the name of what the app is called.

Example:

$pkgname='Netflix'
(Get-AppxPackage "*$pkgname*").Name

will return 4DF9E0F8.Netflix

so for the above example you reply with
4DF9E0F8.Netflix
Netflix

Please ONLY put apps that are installed on new install/computers and are NOT OEM apps (like dell, hp, etc)

@madbomb122 madbomb122 added the Enhancement/Suggestion Here is an idea! label Nov 13, 2019
@madbomb122 madbomb122 pinned this issue Nov 13, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Enhancement/Suggestion Here is an idea!
Projects
None yet
Development

No branches or pull requests

1 participant