Skip to content

Quantum-Impulse/PC-Build-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Choco PC script

This is a script that used Chocolatey to install apps on windows because it takes to much time to download stuff when building PCs on a time crunch 🏃‍♂️

Description

Only works with windows and must have Chocolatey installed to work

Getting Started

Dependencies

  • Chocolatey
  • Windows 10 or 11

Installing

  • Open PowerShell as a administrator and paste in the following commmand
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'))

Executing program

make sure you are relative dir of where you install the repo then run your command with powershell as a administrator

  • For Nvidia GPU
cmd < PC_SCRIPT_NVIDIA.txt
  • For AMD GPU
cmd < PC_SCRIPT_AMD.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors