Difference between revisions of "Windows 11 prep"

From UVOO Tech Wiki
Jump to navigation Jump to search
(Created page with "## Windows 11 Prep ## Common Basic Apps ``` winget install -e --id Google.GoogleDrive winget install SlackTechnologies.Slack --source winget winget install -e --id Zoom.Zoom...")
 
 
Line 44: Line 44:
  
 
## More winget apps
 
## More winget apps
 +
 
```
 
```
 
winget install -e --id CrystalDewWorld.CrystalDiskInfo
 
winget install -e --id CrystalDewWorld.CrystalDiskInfo
 +
```
 +
 +
## And even more apps if really wanted
 +
 +
```
 +
https://www.resplendence.com/whysoslow
 
```
 
```

Latest revision as of 19:00, 14 September 2026

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