This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Default env vars | |
$env:CLUSTER_NAME="k3d-rancher" | |
$env:RANCHER_SERVER_HOSTNAME="rancher.localhost" | |
$env:KUBECONFIG_FILE="${env:CLUSTER_NAME}.yaml" | |
#Get Docker Desktop and WSL2 | |
choco install wsl2 -y | |
choco install docker-desktop -y | |
# Get kubectl and helm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
choco install 7zip -y | |
choco install 7zip.install -y | |
choco install adblockplus-firefox -y | |
choco install adobereader -y | |
choco install adwcleaner -y | |
choco install autohotkey.portable -y | |
choco install cccp -y | |
choco install ccenhancer -y | |
choco install ccleaner -y | |
choco install cdburnerxp -y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Set-ExplorerOptions -showHiddenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions | |
cinst 7zip | |
cinst 7zip.install | |
cinst agentransack | |
cinst ccleaner | |
cinst cdburnerxp | |
cinst chocolatey | |
cinst ChocolateyGUI | |
cinst driverbooster |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cinst 7zip | |
cinst 7zip.install | |
cinst agentransack | |
cinst autohotkey | |
cinst autohotkey.install | |
cinst autohotkey.portable | |
cinst Boxstarter | |
cinst Boxstarter.Bootstrapper | |
cinst Boxstarter.Chocolatey | |
cinst Boxstarter.Common |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# See if choco.exe is available. If not, stop execution | |
$chocoCmd = Get-Command -Name 'choco' -ErrorAction SilentlyContinue -WarningAction SilentlyContinue | Select-Object -ExpandProperty Source | |
if ($chocoCmd -eq $null) { break } | |
# Settings for the scheduled task | |
$taskAction = New-ScheduledTaskAction –Execute $chocoCmd -Argument 'upgrade all -y' | |
$taskTrigger = New-ScheduledTaskTrigger -AtStartup | |
$taskUserPrincipal = New-ScheduledTaskPrincipal -UserId 'SYSTEM' | |
$taskSettings = New-ScheduledTaskSettingsSet -Compatibility Win8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Set-ExplorerOptions -showHiddenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions | |
cinst 7zip | |
cinst 7zip.install | |
cinst agentransack | |
cinst autohotkey | |
cinst autohotkey.install | |
cinst autohotkey.portable | |
cinst Boxstarter | |
cinst Boxstarter.Bootstrapper |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7zip 15.14 | |
7zip.commandline 15.14 | |
7zip.install 15.14 | |
adobereader 2015.007.20033 | |
autohotkey.portable 1.1.23.03 | |
cccp 2015.10.18 | |
ccleaner 5.15.5513 | |
chocolatey 0.9.9.12 | |
ConEmu 16.3.13.0 | |
cpu-z 1.75 |