Install Ubuntu 18 and improve ML recipe setup (#66)
* move to Ubuntu 18 * created two ML recipes * using update-sessionenvironmnet instead of refreshenv * discover helper script URI rather than hardcode it * fixing readme links to support reboot
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#--- Uninstall unecessary applications that come with Windows out of the box ---
|
||||
Write-Host "Uninstall unecessary applications that come with Windows out of the box" -ForegroundColor "Yellow"
|
||||
Write-Host "Uninstall some applications that come with Windows out of the box" -ForegroundColor "Yellow"
|
||||
|
||||
#Referenced to build script
|
||||
# https://docs.microsoft.com/en-us/windows/application-management/remove-provisioned-apps-during-update
|
||||
@@ -32,7 +32,6 @@ $applicationList = @(
|
||||
"Microsoft.MicrosoftOfficeHub"
|
||||
"Microsoft.OneConnect"
|
||||
"Microsoft.WindowsPhone"
|
||||
"Microsoft.SkypeApp"
|
||||
"Microsoft.WindowsSoundRecorder"
|
||||
"*Solitaire*"
|
||||
"Microsoft.MicrosoftStickyNotes"
|
||||
@@ -44,13 +43,10 @@ $applicationList = @(
|
||||
"Microsoft.NetworkSpeedTest"
|
||||
"Microsoft.FreshPaint"
|
||||
"Microsoft.Print3D"
|
||||
|
||||
#Non-Microsoft
|
||||
"*Autodesk*"
|
||||
"*BubbleWitch*"
|
||||
"king.com.CandyCrush*"
|
||||
"*Dell*"
|
||||
"*Dropbox*"
|
||||
"*Facebook*"
|
||||
"*Keeper*"
|
||||
"*Netflix*"
|
||||
|
||||
Reference in New Issue
Block a user