New
#240
Hello All,
@Brink: at first thank you for this tutorial, it's one of my major references for Windows 10/11 apps troubleshooting.
I used it today again to fix an issue in opening the Get Help app for one of my account and I came across some information that might be wrong or obsolete about the name package: it refers to "*ContactSupport*" that is a right reference for the app "Contact Support" but not for Get Help.
I luckily noticed it because I got a PowerShell execution error mentioning that the path was not found: I checked and I have not "Contact Support" app installed and I did know that the name package should "GetHelp". So I modified the copied command from the Tutorial by replacing "*ContactSupport*" with "*GetHelp*" then the PowerShell command execution was OK... and my app install and registration repaired
Someone could have already mentioned this wrong information but I did not check across the 240 posts of the thread ;-)
Just in case it could help some users