Forum Discussion
Awangazi
Mar 28, 2022Copper Contributor
No Microsoft Apps Found After Update To Windows 11
Hi, I am in the insider program and I got an update to the latest build a couple days ago. I have a hybrid PC ( I have both HDD And SSD) While updating something went wrong and It somehow messed up m...
Mousefluff
Mar 31, 2022Iron Contributor
Another issue that comes up sometimes, which is VERY rare (only the early releases of Windows 11 had this issue,) is you may be stuck with a bad ACL entry for "C:\Program Files". I'm not saying that it's not possible to run this on a running / online operating system image, but it's often safer to run this script from the command prompt on WinPE:
REM Batch file to reset ACLs on WinPE for offline images only:
@ECHO OFF
SETLOCAL
icacls C: /inheritance:r /grant:r "ALL APPLICATION PACKAGES":(OI)(CI)(F) /c /l /q
icacls "C:\*.*" /reset /t /c /l /q
"Microsoft Store Apps fail to start if default registry or file permissions modified: Fix file system permissions that's changed manually" -> https://docs.microsoft.com/en-us/troubleshoot/windows-client/shell-experience/microsoft-store-apps-fail-to-start#fix-file-system-permissions-thats-changed-manually