How To Sysprep a customized Windows 11.

preview_player
Показать описание
In this video, I show you how to sysprep a customized Windows 11 computer. I also demonstrate how to fix error the message when there is a sysprep error. I show you how to remove packages from windows 11 using the PowerShell command.

Commands to remove packages:
You will have to run both commands for each app to be removed. This works for most apps, you just have to replace the package name and correct version.

Get-AppxPackage -allusers AdobeNotificationClient_3.0.1.1_x86__enpm4xejd91yc | Remove-AppxPackage
Get-AppxPackage -AllUsers *AdobeNotificationClient* | Remove-AppxPackage -AllUsers

Get-AppxPackage -allusers Microsoft.OneDriveSync_21220.1024.5.0_neutral__8wekyb3d8bbwe | Remove-AppxPackage
Get-appxpackage -allusers *Microsoft.OneDriveSync* | Remove-AppxPackage -allusers

Get-AppxPackage -allusers SpotifyAB.SpotifyMusic_1.190.859.0_x86__zpdnekdrzrea0 | Remove-AppxPackage
Get-appxpackage -allusers *SpotifyAB.SpotifyMusic* | Remove-AppxPackage -allusers

Get-AppxPackage -allusers Microsoft.Windows.Photos_2020.20120.4004.0_x64__8wekyb3d8bbwe | Remove-AppxPackage
Get-appxpackage -allusers *Microsoft.Windows.Photos* | Remove-AppxPackage -allusers

Resources:

Рекомендации по теме
Комментарии
Автор

I got deferent message its bit looker error. I already power it on and off again, but same error still comes, can you tell me how can be fixed

bestselection
Автор

Please write all sysprep commands for powershell

thescp
Автор

so will that allow for ALL of the applications that were installed on your desktop to still be there after the Sysprep is ran? If not, how would I do that? (i.e. I want to run Sysprep OOBE but I want the applications that I installed like Google Chrome, Steam, etc., to still be on the desktop after reboot.)

theghostwrld
Автор

I got the same error message, but 'setuperr' file is empty. So i'm not sure why I get the error. Please help?

irifor
Автор

Why when I sysprep a image with no bloats and deploy it, I get everything that I removed came back :(

snowyszn