Huh. I may have missed that. But it's working without it so... I'm not going to experiment either. The whole point is not to require yet another ISO. But since this method is working, I see no reason to re-event the wheel. I will, however, look into the other app you mentioned, though.
You can use nsudo to get the trusted installer rights instead of messing with icacls, takeown and whatever
UPDATED post #1 UPDATED mirror Change: Added Store Purchase App. If you've already followed the steps prior to this change (in post 1), you don't have to repeat all the step (I don't think). Close Store. Just add this 2 folders. Then register just 1 more. You're going to do the same thing with Store Purchase App. Code: Microsoft.StorePurchaseApp_1.0.45.0_x64__8wekyb3d8bbwe Again you're skipping the 1 that reads "neutral" Then for good measure, run this command Code: PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}" (Of course be sure Store is closed when you do all this) Right click Start Select Run Type: WSReset
and with a simple double click My store is gone the files that was downloaded replaced my original files and i think powershell commands are not working
I Can't Confirm that's it's working I don't know much about powershell but seeing the Red color makes believe the commands aren't working From Command line : powershell.exe Add-AppxPackage -DisableDevelopmentMode -Register "C:\Program Files\WindowsApps\Microsoft.VCLibs.120.00_12.0.21005.1_x64__8wekyb3d8bbwe\AppxManifest.xml"