Hello community,
I ask around
Did someone already have a deployment script to remove the Windows apps, like skype?
I have already tried the Powershell but I always get the error "-196608"
Would be great if someone could export the script and put it under the installer forum.
Many many thanks 🙂
------------
I tried the following script:
About Deploy Command:
% windir% \ System32 \ WindowsPowerShell \ v1.0 \ powershell.exe -executionpolicy bypass -File "\\ Server \ PackageShare $ \ Scripts \ File.ps1"
and the following is in File.ps1:
Get-AppxPackage * skypeapp * | Remove-AppxPackage