jamesstringerparsec / Easy-GPU-PV

A Project dedicated to making GPU Partitioning on Windows easier!
4.01k stars 407 forks source link

GpuPartition #290

Open marcoxul opened 1 year ago

marcoxul commented 1 year ago

I have a question, after you partitioned your gpu, is it possible to remove the gpupartition, or you can remove it by directly deleting the virtualmachine, or it still remains even after you delete the vm

mitchellurgero commented 1 year ago

If you delete the VM it will remove the partition, there is also the Get-VMGpuPartitionAdapter -VMName "VM Name" | Remove-VMGpuPartitionAdapter Powershell command :)