From 9faacc6258134485fb1d47e97d8a048f929d3d8a Mon Sep 17 00:00:00 2001 From: Upgrayedd Date: Tue, 30 Jul 2024 23:58:39 -0500 Subject: [PATCH] Update Windows/Hyper-V.ps1 --- Windows/{Hyper-V => Hyper-V.ps1} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Windows/{Hyper-V => Hyper-V.ps1} (93%) diff --git a/Windows/Hyper-V b/Windows/Hyper-V.ps1 similarity index 93% rename from Windows/Hyper-V rename to Windows/Hyper-V.ps1 index e30b817..05e7444 100644 --- a/Windows/Hyper-V +++ b/Windows/Hyper-V.ps1 @@ -16,7 +16,7 @@ New-VM @vms Add-VMDvdDrive ` -VMName $vms.Name ` -Path C:\Users\keplradmin\Documents\Windows.iso -Set-VM -VMName $vms.Name –AutomaticStartAction Start +Set-VM -VMName $vms.Name -AutomaticStartAction Start Set-VM -Name $vms.Name -AutomaticStopAction Shutdown Set-VMProcessor -VMName $vms.Name -Count 4 Set-VMMemory -VMName $vms.Name -DynamicMemoryEnabled $true -MinimumBytes 4GB -StartupBytes 4GB -MaximumBytes 8GB -Priority 50 -Buffer 20