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

merge #1

Open
wants to merge 52 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
bd7f8f7
Be more strict with the assignment percentage
jamesstringerparsec Jan 6, 2022
486ec10
Update README.md
jamesstringerparsec Jan 7, 2022
8eb9e35
Remove commented out code
jamesstringerparsec Jan 8, 2022
4dad509
Delete psscripts.ini
jamesstringerparsec Jan 9, 2022
a0d7fa1
Add files via upload
jamesstringerparsec Jan 9, 2022
11acb54
Improve install of VDD and VBCable
jamesstringerparsec Jan 9, 2022
9a89cbb
Test
jamesstringerparsec Jan 9, 2022
ad17fa5
Unblock Files
jamesstringerparsec Jan 9, 2022
1652a1d
Create Desktop icon
jamesstringerparsec Jan 9, 2022
d9029f5
Link Fixes
jamesstringerparsec Jan 9, 2022
6d74fcc
Update README.md
jamesstringerparsec Jan 9, 2022
7c8d1d4
Update README.md
jamesstringerparsec Jan 9, 2022
d47db79
Change exit text
jamesstringerparsec Jan 9, 2022
e35565a
Merge branch 'main' of https://github.com/jamesstringerparsec/Easy-GPU-P
jamesstringerparsec Jan 9, 2022
40219cf
Update info about AMD Polaris GPUs like RX 580
jamesstringerparsec Jan 9, 2022
2d6b43d
Link to Parsec sign-up.
jamesstringerparsec Jan 9, 2022
6bac997
Update README.md
jamesstringerparsec Jan 9, 2022
9d489b4
Update CopyFilesToVM.ps1
jamesstringerparsec Jan 9, 2022
12e15b3
Update README.md
jamesstringerparsec Jan 9, 2022
9185b59
Update password info.
jamesstringerparsec Jan 9, 2022
bff2dbe
Update README.md
jamesstringerparsec Jan 9, 2022
37b1c24
Update README.md
jamesstringerparsec Jan 10, 2022
f979870
Detect wim-less ISO files
jamesstringerparsec Jan 10, 2022
2b9638a
Allow user to specify VHD Path
jamesstringerparsec Jan 10, 2022
f0f9d6c
Update README.md
jamesstringerparsec Jan 10, 2022
99ee36c
Update issue templates
jamesstringerparsec Jan 10, 2022
5525c9b
Update custom.md
jamesstringerparsec Jan 10, 2022
e1dfac8
Rename custom.md to issue_template.md
jamesstringerparsec Jan 10, 2022
89b14a6
Delete .github/ISSUE_TEMPLATE directory
jamesstringerparsec Jan 10, 2022
ec01e8e
Update README.md
jamesstringerparsec Jan 10, 2022
9a4c8d5
Update README.md
jamesstringerparsec Jan 10, 2022
4ca75a9
Update CopyFilesToVM.ps1
jamesstringerparsec Jan 10, 2022
5063a09
Update README.md
jamesstringerparsec Jan 11, 2022
1ae71e4
Update README.md
jamesstringerparsec Jan 11, 2022
1628c53
Update CopyFilesToVM.ps1
jamesstringerparsec Jan 11, 2022
d400ffc
Update README.md
jamesstringerparsec Jan 12, 2022
b403c13
Update README.md
jamesstringerparsec Jan 12, 2022
b91e231
Support Windows Education
jamesstringerparsec Jan 12, 2022
c0a97b1
Update README.md
jamesstringerparsec Jan 12, 2022
a98b494
Improve config file writing logic
jamesstringerparsec Jan 13, 2022
396f876
Update README.md
jamesstringerparsec Jan 14, 2022
0d41cdf
Hopefully improve ISO mounting reliability
jamesstringerparsec Jan 14, 2022
ef70de4
Bugfix to hopefully address non-english iso bug
jamesstringerparsec Jan 15, 2022
61c2fd2
Clean up mounted ISOs
jamesstringerparsec Jan 15, 2022
ccee5f1
Windows version matching, Rufus download info
Kodikuu Feb 1, 2022
e8b71fa
Update driver to 0.38
Kodikuu Sep 6, 2022
9e31d4f
Fix typos in readme
Borgotto Nov 1, 2022
0e0ef15
Update ParsecVDDInstall.ps1
jamesstringerparsec Dec 13, 2022
61219fb
Fix Team Machine setup
jamesstringerparsec Dec 14, 2022
0eb6239
Fix pre-checks
jamesstringerparsec Dec 14, 2022
fb295b0
Add check for Powershell(x86)
jamesstringerparsec Dec 14, 2022
7575a4e
Merge pull request #219 from Borgotto/main
Kodikuu Feb 15, 2023
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
Prev Previous commit
Next Next commit
Bugfix to hopefully address non-english iso bug
  • Loading branch information
jamesstringerparsec committed Jan 15, 2022
commit ef70de43321eb08603914667b87152d5aa968cfb
2 changes: 1 addition & 1 deletion CopyFilesToVM.ps1
Original file line number Diff line number Diff line change
@@ -1987,7 +1987,7 @@ You can use the fields below to configure the VHD or VHDX that you want to creat
####################################################################################################

Write-W2VInfo "Looking for the requested Windows image in the WIM file"
$WindowsImage = Get-WindowsImage -ImagePath $SourcePath
$WindowsImage = Get-WindowsImage -ImagePath "$($driveLetter):\sources\install.wim"

if (-not $WindowsImage -or ($WindowsImage -is [System.Array]))
{