Fragensteller
I want to know detailed information about these packages.

Frage
-
Hello, I would like to know what these packages and their description are responsible for.
if I delete them, what will be the consequences of deleting these packages.Microsoft.VCLibs.110.00_11.0.51106.1_x86__8wekyb3d8bbwe
Microsoft.WinJS.1.0_1.0.9200.20789_neutral__8wekyb3d8bbwe
Microsoft.VCLibs.110.00_11.0.51106.1_x64__8wekyb3d8bbwe
Microsoft.Media.PlayReadyClient_2.3.1678.0_x86__8wekyb3d8bbwe
Microsoft.Media.PlayReadyClient_2.3.1678.0_x64__8wekyb3d8bbwe
Microsoft.VCLibs.120.00.Preview_12.0.20222.1_x86__8wekyb3d8bbwe
Microsoft.VCLibs.120.00.Preview_12.0.20222.1_x64__8wekyb3d8bbw
Alle Antworten
-
Hi Tyzrtyada.
I would recommend you not to remove those packages: according to the name, some of them are scripting or runtime libraries that could be used by applications installed in your system.
The below PowerShell snippetGet-AppxPackage | select Name,PackageFullName | sort Name
will provide you with a list of all the installed packages sorted by the "Name" field, which could be more self explanatory that each package's full name.
Bye.
Luigi Bruno
MCP, MOS, MTA, MCTS, MCSA, MCSE
- Bearbeitet Luigi BrunoMVP Mittwoch, 26. Juni 2019 10:41
- Als Antwort vorgeschlagen yilia zhaoMicrosoft contingent staff Donnerstag, 27. Juni 2019 02:34
-
Hi,
Some of them are dependency package. Windows desktop applications that have a dependency on the C++ Runtime libraries must specify the corresponding version of the C++ Runtime framework package for Desktop Bridge during creation of the application package. The application will install the C++ Runtime DLLs from the dependency package when it's deployed.
Best regards,
Yilia
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com. -
Hi,
Is there anything I can do for you?
If you have any problems or concerns, please feel free to post here.
Best regards,
Yilia
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.