Update setup.ps1
Typo in settings corrected Lenovo Vantage - Disabled by default Intel Driver Support Assistant - Disabled by default Vagrant - Disabled by default
This commit is contained in:
parent
8ec2947c94
commit
c61b371959
@ -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?
|
||||
|
Loading…
Reference in New Issue
Block a user