Re-register Windows Store and Reset Apps:
Re-register Windows Store:
Open Command Prompt as administrator.
Run the following command: powershell -ExecutionPolicy Bypass Add-AppxPackage -DisableDevelopmentMode -Register $env:SystemRoot\WinStore\AppManifest.xml
Reset Apps:
Open Settings app.
Go to "Apps" and then "Apps & features."
Click on the problematic app (e.g., Calculator, Microsoft Teams).
Click on "Advanced options."
Click on "Reset."
===================
Use User State Migration Tool (USMT):
You'll need access to USMT, a Microsoft tool for migrating user data.
Download and install USMT on a separate computer.
Configure USMT to migrate only the following folders from the old profile (C:\Users<userID.old> ) to the new profile:
C:\Users<userID.old>\AppData\Local\Packages
(Optional) C:\Users<userID.old>\AppData\Roaming\Microsoft\WindowsStore (Contains Store app data)
Run USMT to migrate the selected data.