Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: formatted script namings in instructions #96

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ Easy-GPU-PV does the following...
1. Make sure your system meets the prerequisits.
2. [Download the Repo and extract.](https://github.com/jamesstringerparsec/Easy-GPU-PV/archive/refs/heads/main.zip)
3. Search your system for Powershell ISE and run as Administrator.
4. In the extracted folder you downloaded, open PreChecks.ps1 in Powershell ISE. Run the files from within the extracted folder. Do not move them.
5. Open and Run PreChecks.ps1 in Powershell ISE using the green play button and copy the GPU Listed (or the warnings that you need to fix).
6. Open CopyFilesToVM.ps1 Powershell ISE and edit the params section at the top of the file, you need to be careful about how much ram, storage and hard drive you give it as you system needs to have that available. On Windows 10 the GPUName must be left as "AUTO", In Windows 11 it can be either "AUTO" or the specific name of the GPU you want to partition exactly how it appears in PreChecks.ps1. Additionally, you need to provide the path to the Windows 10/11 ISO file you downloaded.
7. Run CopyFilesToVM.ps1 with your changes to the params section - this may take 5-10 minutes.
4. In the extracted folder you downloaded, open `PreChecks.ps1` in Powershell ISE. Run the files from within the extracted folder. Do not move them.
5. Open and Run `PreChecks.ps1` in Powershell ISE using the green play button and copy the GPU Listed (or the warnings that you need to fix).
6. Open `CopyFilesToVM.ps1` Powershell ISE and edit the params section at the top of the file, you need to be careful about how much ram, storage and hard drive you give it as you system needs to have that available. On Windows 10 the GPUName must be left as `"AUTO"`, In Windows 11 it can be either `"AUTO"` or the specific name of the GPU you want to partition exactly how it appears in `PreChecks.ps1`. Additionally, you need to provide the path to the Windows 10/11 ISO file you downloaded.
7. Run `CopyFilesToVM.ps1` with your changes to the params section - this may take 5-10 minutes.
8. Open and sign into Parsec on the VM. You can use Parsec to connect to the VM up to 4K60FPS.
9. You should be good to go!

Expand Down