How to automatically remove Skype, Get Help, etc in Windows installation (ISO)

AmaZiinG

New Member
Hello all,

I am trying to uninstall certain OEM apps in the ISO or during installation.
I have tried the following so PowerShell script unfortunately, the apps were still present upon completion of the Windows installation.

Start-Process -FilePath "Get-AppxPackage" -ArgumentList "*skypeapp*" | Start-Process -FilePath "Remove-AppxPackage" -Wait
Start-Process -FilePath "Get-AppxPackage" -ArgumentList "*gethelp*" | Start-Process -FilePath "Remove-AppxPackage" -Wait
Can anyone tell me how to remove specific OEM apps? in NTLite

Regards
 
Back
Top