TheVDIGuys / Windows_10_VDI_Optimize

Windows 10 optimization script for VDI configurations
MIT License
184 stars 49 forks source link

AppxPackages.json - Duplicate entry at the bottom #25

Closed cjpalmer closed 4 years ago

cjpalmer commented 4 years ago

In the JSON file, there is an entry at bottom for Microsoft.OneConnect which has the guts of Microsoft.Microsoft3dViewer but the name of the first item on the page. This entry needs to be removed from the .JSON file (and/or script that generates the JSON file needs to be updated to not duplicate this entry in the future)

cjpalmer commented 4 years ago

I would be happy to do a pull request with a fix for this issue in the AppxPackages.json file. I was looking at the Build_JSON_Files.ps1 file to see about updating it to generate this file correctly and it seems that file is significantly removed from the current 2004 json and txt files.

tmmuessig commented 4 years ago

Duplicate entries have been removed