Update RemoveDefaultApps.ps1

Fixed typo
This commit is contained in:
Matthew Sharpe
2019-06-12 08:32:15 +01:00
committed by GitHub
parent b16530be38
commit 4bc3922083

View File

@@ -1,4 +1,4 @@
#--- Uninstall unecessary applications that come with Windows out of the box --- #--- Uninstall unnecessary applications that come with Windows out of the box ---
Write-Host "Uninstall some 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 #Referenced to build script