Hacker News new | past | comments | ask | show | jobs | submit login

Why do you need to boot into audit mode?

Get-AppXProvisionedPackage -Online | Select PackageName

Remove-AppXProvisionedPackage -Online -PackageName <PackageName>

Your Remove-AllJunk is basically

Get-AppXProvisionedPackage -Online | Remove-AppxProvisionedPackage -Online




Totally false.

You realize even just an automatic update blows things up?

https://support.microsoft.com/en-us/help/2769827/sysprep-fai...

"You want to remove some of the side-loaded Appx packages from your image and customize it further. You boot into the reference computer and run one of the following PowerShell commands to remove the provisioning of the Appx package: Remove-AppxProvisionedPackage –PackageName <PackageName> Remove-ProvisionedAppxPackage –PackageName <PackageName> When you run sysprep operation in this scenario, the operation may fail with the following error:

System Preparation Tool 3.14 A fatal error occurred while trying to sysprep the machine"




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: