Jump to content

Recommended Posts

Posted

Hi All

 

I have removed the apps from my image because of issues later down the line but my manager has decided he wants the apps store back on.

 

All provisioned app have been removed including the store, I have tried methods of downloading the windows 10 ISO update apps with a powershell line which adds the store in but it does not show in apps and features.

 

I have been on to a machine and copied all windows apps from c:\program files\windows apps to my laptop image and registered the following

 

Add-AppxPackage -DisableDevelopmentMode -Register "C:\Program Files\WindowsApps\Microsoft.VCLibs.140.00_14.0.23816.0_x64__8wekyb3d8bbwe\AppXManifest.xml"

Add-AppxPackage -DisableDevelopmentMode -Register "C:\Program Files\WindowsApps\Microsoft.VCLibs.140.00_14.0.23816.0_x86__8wekyb3d8bbwe\AppXManifest.xml"

Add-AppxPackage -DisableDevelopmentMode -Register "C:\Program Files\WindowsApps\Microsoft.NET.Native.Runtime.1.3_1.3.23901.0_x64__8wekyb3d8bbwe\AppXManifest.xml"

Add-AppxPackage -DisableDevelopmentMode -Register "C:\Program Files\WindowsApps\Microsoft.NET.Native.Runtime.1.3_1.3.23901.0_x86__8wekyb3d8bbwe\AppXManifest.xml"

Add-AppxPackage -DisableDevelopmentMode -Register "C:\Program Files\WindowsApps\Microsoft.WindowsStore_11606.1001.39.0_x64__8wekyb3d8bbwe\AppXManifest.xml"

Add-AppxPackage -DisableDevelopmentMode -Register "C:\Program Files\WindowsApps\Microsoft.WindowsStore_11606.1001.394.0_neutral_~_8wekyb3d8bbwe\AppxMetadata\AppxBundleManifest.xml

 

Just to clarify that the last line does not work, it brings up an message saying the file is not there.

 

I do not have MDT as would make it easier for my imaging process, I just want to do a manual powershell or cmd to get it working

 

 

Any Advice would be appreciated

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...