Am i right in assuming that the apps for Windows 8.1 (like Food&Drink, Health&Fitness, Skype, etc) are installed as the OS "prepares" itself.
The reason for my assumtion is because while trying to capture a base image, i have a powershell function that removes those (and other) apps, but for some reason the apps are there after the machine starts.
My powershell is this: powershell.exe -executionpolicy bypass -command "&{Get-AppxPackage -AllUsers | Remove-AppxPackage}"
However, when the image is started, the apps are still there.
Should this command be a step in the Standard Computer deployment and not in the build and capture section?
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
Am i right in assuming that the apps for Windows 8.1 (like Food&Drink, Health&Fitness, Skype, etc) are installed as the OS "prepares" itself.
The reason for my assumtion is because while trying to capture a base image, i have a powershell function that removes those (and other) apps, but for some reason the apps are there after the machine starts.
My powershell is this: powershell.exe -executionpolicy bypass -command "&{Get-AppxPackage -AllUsers | Remove-AppxPackage}"
However, when the image is started, the apps are still there.
Should this command be a step in the Standard Computer deployment and not in the build and capture section?
Share this post
Link to post
Share on other sites