From 7fa9d1a1e55ebb74010fd7942c492a004d287394 Mon Sep 17 00:00:00 2001 From: Conder000 Date: Sun, 13 Aug 2017 01:08:54 +0200 Subject: [PATCH] Added third party bloatware * Added some third party bloatware (Win10 v1703) --- Win10.ps1 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Win10.ps1 b/Win10.ps1 index 3442fdb..dcc8b18 100644 --- a/Win10.ps1 +++ b/Win10.ps1 @@ -1193,6 +1193,9 @@ function UninstallThirdPartyBloat { Get-AppxPackage "Facebook.Facebook" | Remove-AppxPackage Get-AppxPackage "46928bounde.EclipseManager" | Remove-AppxPackage Get-AppxPackage "A278AB0D.MarchofEmpires" | Remove-AppxPackage + Get-AppxPackage "KeeperSecurityInc.Keeper" | Remove-AppxPackage + Get-AppxPackage "king.com.BubbleWitch3Saga" | Remove-AppxPackage + Get-AppxPackage "89006A2E.AutodeskSketchBook" | Remove-AppxPackage } # Install default third party applications @@ -1211,6 +1214,9 @@ Function InstallThirdPartyBloat { Get-AppxPackage -AllUsers "Facebook.Facebook" | ForEach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} Get-AppxPackage -AllUsers "46928bounde.EclipseManager" | ForEach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} Get-AppxPackage -AllUsers "A278AB0D.MarchofEmpires" | ForEach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} + Get-AppxPackage -AllUsers "KeeperSecurityInc.Keeper" | ForEach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} + Get-AppxPackage -AllUsers "king.com.BubbleWitch3Saga" | ForEach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} + Get-AppxPackage -AllUsers "89006A2E.AutodeskSketchBook" | ForEach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} } # Uninstall Windows Store