Commit 8547c83f authored by Christof Schulze's avatar Christof Schulze 😎
Browse files

some fixec for executing ps1 files

parent 9b58e7e6
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
# Remove the useless bloat auto-installed by MS on Windows Updates
# Remove the useless bloat auto-installed by MS on Windows Updates


if (StoreComplete == True){



    Get-AppxPackage -AllUsers -Name *duolingo* | Remove-AppxPackage
    Get-AppxPackage -AllUsers -Name *duolingo* | Remove-AppxPackage
    Get-AppxPackage -AllUsers -Name *EclipseManager* | Remove-AppxPackage
    Get-AppxPackage -AllUsers -Name *EclipseManager* | Remove-AppxPackage
@@ -8,7 +8,6 @@ if (StoreComplete == True){






}




# To uninstall Money, News, Sports and Weather apps together:
# To uninstall Money, News, Sports and Weather apps together:
+2 −2
Original line number Original line Diff line number Diff line
# Remove the Music-TV online player from MS
# Remove the Music-TV online player from MS


if (XBOX == True){
# if (XBOX == True){


    Get-AppxPackage -AllUsers -Name *XboxApp* | Remove-AppxPackage
    Get-AppxPackage -AllUsers -Name *XboxApp* | Remove-AppxPackage
    Get-AppxPackage -AllUsers -Name *xbox* | Remove-AppxPackage
    Get-AppxPackage -AllUsers -Name *xbox* | Remove-AppxPackage


}
# }




<#
<#
+1 −2
Original line number Original line Diff line number Diff line
# Remove the Music-TV online player from MS
# Remove the Music-TV online player from MS


if (StoreComplete == True){



    Get-AppxPackage -AllUsers -Name *ZuneVideo* | Remove-AppxPackage
    Get-AppxPackage -AllUsers -Name *ZuneVideo* | Remove-AppxPackage
    Get-AppxPackage -AllUsers -Name *zune* | Remove-AppxPackage
    Get-AppxPackage -AllUsers -Name *zune* | Remove-AppxPackage
}