
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-21-2020 10:30 AM
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
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
Labels:
- Labels:
-
General Discussion
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-22-2020 09:12 AM
I use Decrapifier which I run through Powershell which works well.
powershell.exe -executionpolicy bypass -file "{PackageShare}\DeCrapifier\Decrapifier Win10.v1803.1809.ps1" -AppsOnly
powershell.exe -executionpolicy bypass -file "{PackageShare}\DeCrapifier\Decrapifier Win10.v1803.1809.ps1" -AppsOnly
