Skip to content

Instantly share code, notes, and snippets.

@benjamin-ict
Last active September 8, 2021 18:34
Show Gist options
  • Save benjamin-ict/54872fdef875aab4c0f1bd721c3e0af0 to your computer and use it in GitHub Desktop.
Save benjamin-ict/54872fdef875aab4c0f1bd721c3e0af0 to your computer and use it in GitHub Desktop.

Here's whatcha need ta do when you're setting up your new Windows:

Install these programs:

From the internet:

From the command line:

  • Chocolatey Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
  • Windows Subsystem for Linux wsl --install

Change these settings:

  • Add fingerprints for RF, RT, LF
  • Enable Use F1, F12, etc key as standard function keys
  • Minimize search bar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment