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

fixed some issues #268

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

Z841973620
Copy link

Update PreChecks.ps1: add check support for Windows Server
Update CopyFilesToVM.ps1: fixed a problem where other language image packages cannot be read, and modify to allow users to choose the listed Windows images themselves, add a registry key to mask Windows GPU Partition security checks (Error code: 0x800705AA)

add check support for Windows Server
fixed a problem where other language image packages cannot be read, and modify to allow users to choose the listed Windows images themselves
Add a registry key to mask Windows GPU Partition security checks (Error code: 0x800705AA)
Copy link

@JoaGamo JoaGamo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

about PreChecks.ps1, Command to enable HyperV is wrong
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All
is the correct command to enable Hyper-V virtualization, tested on Windows Server 2022

for the Function Get-HyperVEnabled, I had to change "Microsoft-Hyper-V-all" to "Microsoft-Hyper-V"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants