Thanks for reaching out. My name is, Zadee. I'm an Independent Advisor and a Microsoft user like you. I'll be glad to help you today.
Can you try this?
-Launch PowerShell as administrator
-In powershell type:
Set-ExecutionPolicy -ExecutionPolicy Unrestricted <Etner>
If that does not fix it, run a DISM as well.
- Press Win + Q
- Type: command prompt > Right-click and Run as admin
- Copy, paste, and enter these commands:
DISM.exe /Online /Cleanup-image /Scanhealth <Press Enter>
DISM.exe /Online /Cleanup-image /Restorehealth <Press Enter>
DISM.exe /Online /Cleanup-image /Startcomponentcleanup <Press Enter>