Skip to content

Install

nimdaus edited this page Jan 27, 2021 · 7 revisions

Step 1: Install Python

Install python from python.org

Make sure you add Python to PATH

PythonPath

Step 2: Get Files Ready

Download repo as .zip

PythonPath

  • Move zip to its permanent home

  • Unpack zip

  • Unpack 7zip in Binary Folder (DM for password)

Step 3: Prep Python

  • Download PIP

  • Open an Elevated Powershell prompt and cd to Download DIR

  • Execute python get-pip.py

  • cd into unpacked .zip directory from Step 2

  • Execute python -m pip install requirements.txt

Step 4: RUN!

  • Execute python -i local.py

Step X: WTF is an elevated powershell

  • Hit Win + R and type either powershell or cmd and hit enter

  • Magic! You've got a prompt open with admin rights 🆒

Why are you reading this?

  • Enable diskperf because it's useful sometimes

From an elevated prompt execute diskperf -Y

Clone this wiki locally