Windows 11 prep
Jump to navigation
Jump to search
Windows 11 Prep
Common Basic Apps
winget install -e --id Google.GoogleDrive winget install SlackTechnologies.Slack --source winget winget install -e --id Zoom.Zoom --source winget winget install Google.Chrome --source winget winget install Bitwarden.Bitwarden --source winget winget update winget update --all
SSH
ssh-keygen cat .\.ssh\id_ed25519.pub
AI CLI
curl -fsSL https://antigravity.google/cli/install.sh | bash curl -fsSL https://gh.io/copilot-install | bash curl -fsSL https://claude.ai/install.sh | bash curl -fsSL https://chatgpt.com/codex/install.sh | sh powershell -ExecutionPolicy ByPass -c "irm https://chatgpt.com/codex/install.ps1 | iex"
run codex in powershell once as admin to setup sandbox as it needs elevated privileges.
Useful Scripts
stay-awake.ps1
$shell = New-Object -ComObject WScript.Shell
while ($true) {
$shell.SendKeys("{F15}")
Start-Sleep -Seconds 120
}
# Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process
# Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
More winget apps
winget install -e --id CrystalDewWorld.CrystalDiskInfo
And even more apps if really wanted
https://www.resplendence.com/whysoslow