Forum Discussion

Farivar_Farsian's avatar
Farivar_Farsian
Copper Contributor
Aug 24, 2022

Apps aren't installed in Windows 11 Build 22621.382

Hi guys, I've downloaded the Windows 11 Build 226221.382 ISO From UUP Dump:
https://uupdump.net/selectlang.php?id=7c7aac60-93b5-4733-b7ee-d6fd13c9bce6
So I installed it and now there's no default Apps at all, literally, there's no Paint, Windows Defender, Notepad, Photos, Groove Music, Video Player, Microsoft Store, Calculator and ETC.
So I ran sfc /scannow command and all of those dism commands all of them said that Everything is OK
I've fully updated my Windows 11 and it says You're up to date.
I went for my last hope, I used this command in an admin powershell:
Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
But Powershell gives this Error(I managed to close them all except Microsoft Window: Client):

 

No RepliesBe the first to reply

Resources