diff --git a/setup.ps1 b/setup.ps1 index 65ad93b..45dc3eb 100644 --- a/setup.ps1 +++ b/setup.ps1 @@ -52,6 +52,7 @@ $settingsJson = "scope": "machine" } } + } "@; $settingsJson | Out-File $settingsPath -Encoding utf8 @@ -60,7 +61,7 @@ Write-Output "Installing Apps" $apps = @( @{name = "Microsoft.PowerShell" }, @{name = "Microsoft.VisualStudioCode" }, - @{name = "9WZDNCRFJ4MV"; source = "msstore" }, # Lenovo Vantage from MS Store +# @{name = "9WZDNCRFJ4MV"; source = "msstore" }, # Lenovo Vantage from MS Store @{name = "Microsoft.PowerToys" }, @{name = "Git.Git" }, @{name = "Google.Chrome" }, @@ -69,14 +70,14 @@ $apps = @( @{name = "Valve.Steam" }, @{name = "Plex.Plex" }, @{name = "ElectronicArts.EADesktop" }, #failed hash check on first test - @{name = "Intel.IntelDriverAndSupportAssistant"}, +# @{name = "Intel.IntelDriverAndSupportAssistant"}, @{name = "EpicGames.EpicGamesLauncher" }, @{name = "VivaldiTechnologies.Vivaldi" }, @{name = "VideoLAN.VLC"}, @{name = "PointPlanck.FileBot"}, @{name = "Oracle.VirtualBox"}, @{name = "NordVPN.NordVPN"}, - @{name = "Hashicorp.Vagrant"}, +# @{name = "Hashicorp.Vagrant"}, @{name = "Microsoft.Office"}, #Failed hash check on first test @{name = "Facebook.Messenger"} # @{name = "SteelSeries.SteelSeriesEngine"}, ## Might want to link this to a second PS script?