Skip to content

nosleepcreative/setup-win

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

setup-win

Here is a small guide to get your Windows setup with a list of commmonly used software catered towards a motion designer/content creator using Chocolatey package manager. Alternatively, you can use Ninite which has a simpler user interface to install software of your choice.

  1. Press Shift + F10 to bring up the Administrator command prompt.
  2. Type the following command and press enter: oobe\BypassNRO
  3. Windows will reboot and you can go through the OOBE section and on the internet connection screen you can choose "I don't have an internet connection" and proceed to create an offline account.
  4. When finished you can install the WiFi or Ethernet adapter drivers from a USB stick or CDrom

License Activation

  1. Open Windows Powershell as Administrator
  2. Copy and paste the code below, and hit enter.
irm https://massgrave.dev/get | iex 
  1. You will see the activation options, and follow onscreen instructions.

🍫 Install Chocolatey Package Manager

  1. Open Windows Powershell as Administrator
  2. Install Chocolatey with the command:
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
  1. Close and reopen Powershell, or open CMD as Admin, instead.
  2. Check it worked with choco

Keep things updated:

  • Keep everything up to date with choco upgrade all
  • Lock certain apps to a version with choco upgrade all --except="'speccy,vlc'"

List all installed packages + versions:

choco version all

Step-by-step

🌍 Install Browser

choco install -y chrome vivaldi

🦜 Install chat clients

choco install -y discord slack zoom 

🛠 Install utilities

choco install -y libreoffice powertoys sharex 7zip quicktime vlc spotifysumatrapdf adobereaderdropbox coretemp windirstat cpu-z imagemagick searcheverything speccy googledrive 

Install other misc. bits

choco install -y zotero

📺 Install Drivers (Choose one)

Graphics

⭐️ Creative

choco install -y epicgameslauncher obs obs-studio figma miro pureref

🐧 Install Code Development (Optional)

choco install -y visualstudiocode git

Extra stuff (Optional)

  • Google Drive
  • Dropbox

Web apps

  • uTorrent

About

Set up a fresh Windows install using Chocolatey

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published