Skip to content

Disable Hyper-V automatic snapshots for virtual machines #62

@ebjornset

Description

@ebjornset

In later versions of Win10 Hyper-V enables automatic snapshots for new virutal machines. Since these are not needed to run test kitchen they should be turned off.

This is quite easy, with the Powewrsehll command:

Set-VM -Name MyVM -AutomaticCheckpointsEnabled $false

This should be run when the virutal machine is created, and before it's startet for the first time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions