UWP apps are removed by removing their Package (with Remove-AppxPackage command or PackageManager Class)
Uninstalling Windows Store Apps Programmatically (C, C++ or C#)
checkingrandom
226
Reputation points
I'm Trying to Uninstall software installed on my machine. In this case, for desktop application I can able to uninstall with the help of Uninstall string from registry.
But when it comes to Windows Store Apps(Apps that are downloaded from Windows Store) I cant able to get the uninstall string.
Is there any way to uninstall Windows Store apps Programmatically without displaying a notification UI dialog to the user.
Thanks in advance, It will be much helpful if there are any sample code for reference.
Windows development | Windows API - Win32
2,783 questions
Developer technologies | C++
3,973 questions
Developer technologies | C#
11,572 questions