We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
and the name of what the app is called.
Example:
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)
The text was updated successfully, but these errors were encountered: