Skip to content
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
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


# HyperPoint - Easy Checkpoints for GPU-Assigned Hyper-V Virtual Machines

Hyper-V does not allow checkpoints on GPU-assigned virtual machines. HyperPoint removes assigned GPU adapters, creates checkpoint then reassigns GPU adapters. So, you can create checkpoints and continue to use your GPU(s) in your VMs.
Expand Down Expand Up @@ -28,7 +30,7 @@ Hyper-V does not allow checkpoints on GPU-assigned virtual machines. HyperPoint

<br>

Note: Do not forget set the execution policy to "RemoteSigned" before executing the script via `Set-ExecutionPolicy RemoteSigned`
Note: Do not forget to set the execution policy to "RemoteSigned" before executing the script via `Set-ExecutionPolicy RemoteSigned`

<br><br>

Expand Down Expand Up @@ -89,4 +91,3 @@ Note: Do not forget set the execution policy to "RemoteSigned" before executing
> **(10):** The -FORCE parameter tries to unlock files locked by other processes during installation.

<br><br>