Hi RogatkaWR.
Thank you for your reply.
I understand that after your in-place upgrade, the app's icon changed from a gray box to transparent.
Have you tried creating a new local administrator account?
Do you have the same issue in the new local account?
To further determine if it is the missing icon file for each app, please select one of the apps that is having issues, uninstall it completely, and then re-download and re-install it on your computer to see if the same issue exists.
Please let me know the results of your new local account and reinstallation of the apps and we will continue to help you.
Currently, we are experiencing a similar issue on our test machine, and we have also had feedback from other users about this issue.
You can try some of the methods below
Reinstall the AppX package via PowerShell
1 Search for “Windows PowerShell” in the taskbar, right-click, and select Run as administrator.
2Type in the following commands and press the Enter key
Get-AppxPackage -AllUsers | ForEach-Object {if ($_.InstallLocation) {Add-AppxPackage -DisableDevelopmentMode -Register “$($_. InstallLocation)\AppXManifest.xml” -Verbose}}
Then in the registry, change a few things
1 Search for “Registry Editor” in the taskbar, right-click, and select Run as Administrator.
2 Navigate to the following path
HKEY_CLASSES_ROOT\.png
3 Look for items that contain at least one child item, if you see any child items, you may have found the item that is causing the problem, delete the child items under ShellEx.
4 Restart File Explorer
Please note that the actual key may not be named; this depends on the application that is causing the problem. The form is {A***C-A**1-1**9-A**F-1***6}.
Disclaimer: Generally, modifying registry subkeys or work group is intended for advanced users, administrators, and IT Professionals. It can help fix some problems, however, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For further protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click How to back up and restore the registry in Windows - Microsoft Support to view the article.
Thank you for your understanding and support.
Best regards,
Zev - MSFT | Microsoft Community Support Specialist