Jump to content

Recommended Posts

Posted
Some progress! I have installed that version I can open the WIM. I have deleted some folders it won't let me delete anymore. Argh!
Posted
Some progress! I have installed that version I can open the WIM. I have deleted some folders it won't let me delete anymore. Argh!

IIRC, 7-Zip can only view the contents of .wim files.

 

You would still need to use PowerShell or DISM to modify the image.

Posted

Ah second crack at this and its letting me remove stuff.

 

DISM inst working as it says the apps are already remove (did that before capturing the image).

Posted

I'd delete the contents if there are any rather than the folder.

 

If there was something under WindowsApps, did you log on using a domain account before capturing the image? On my 8.1 deployment test machine it only populated the folder after I logged into the domain.

Posted
Does anyone know the powershell equivalent to DISM please?

See post #14. :)

 

The PowerShell equivalents would be Get-WindowsImage, Mount-WindowsImage and Dismount-WindowsImage (or just use the script in the post).

Posted

What I mean is what Is the command to remove the app, Remove-AppxProvisionedPackage ?

 

I could make a powershell script and run it part of the task sequence.

Posted
What I mean is what Is the command to remove the app, Remove-AppxProvisionedPackage?

Ah! You'll need Get-AppxProvisionedPackage and Remove-AppxProvisionedPackage in that case.

Posted

So it would be somewhere along the lines of?

 

get-AppxPackage
Remove-AppxPackage -package Microsoft.Bing_1.2.0.137_x64__8wekyb3d8bbwe                                                                    
Remove-AppxPackage -package Microsoft.BingFinance_1.2.0.135_x64__8wekyb3d8bbwe                                                             
Remove-AppxPackage -package Microsoft.BingMaps_1.2.0.136_x64__8wekyb3d8bbwe                                                                
Remove-AppxPackage -package Microsoft.BingNews_1.2.0.135_x64__8wekyb3d8bbwe                                                                
Remove-AppxPackage -package Microsoft.BingSports_1.2.0.135_x64__8wekyb3d8bbwe

 

Thanks

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...