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

Turn off Hibernation in Windows autounattend.xml #244

Merged
merged 1 commit into from Dec 3, 2021

Conversation

cowboygeneral
Copy link
Contributor

Turn off Hibernation in Windows to correct issue #162
I've had some success correcting the "every other boot lockup problem" with Windows guests.
I was able to fix the problem on my machine by launching a cmd prompt with Admin privileges in the Windows guest and typing:
powercfg -h off
(this turns off hibernation and thus also turns off fastboot)
This PR is an attempt to automate this fix using the autounattend.xml file.
Someone more familiar with Windows automation should test this thoroughly.
(There may be a better way to do it.)

Turn off Hibernation in Windows to correct issue quickemu-project#162
@flexiondotorg
Copy link
Member

Thank you so much for contributing this much need fix! 🙂

@flexiondotorg flexiondotorg merged commit 9ba10f9 into quickemu-project:master Dec 3, 2021
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.

None yet

2 participants