Skip to content

Releases: ejsiron/HyperVive

HyperVive 3.5

15 Mar 19:03
68f6982
Compare
Choose a tag to compare

Checkpoint job events now generate separate events depending on the job. See the readme or release notes for details and smaller changes.

HyperVive 3.0

29 May 04:56
8ec0b25
Compare
Choose a tag to compare

HyperVive 3.0 adds no new functionality. It includes an installer and internal changes that reduce the likelihood of memory leaks.

HyperVive 2.0

14 Apr 02:23
9ec37a9
Compare
Choose a tag to compare

Overview

HyperVive 2.0 boasts two primary features:

  • Watches for the creation of checkpoint-related jobs and logs them to the host's Application event log.
  • Intercepts wake-on-LAN frames and starts all matching virtual machines from Off, Saved, or Paused states.

Read details on the main project page.

Installation Instructions

Copy HyperVive.exe to a suitable location. Recommended: C:\Program Files (x86)\HyperVive

Run the following at an elevated PowerShell prompt (make adjustments to the path as necessary):

C:\windows\Microsoft.NET\Framework\v4.0.30319\installutil.exe 'C:\Program Files (x86)\HyperVive\HyperVive.exe'
Start-Service HyperVive

Removal Instructions

Run the following (make adjustments to the path as necessary)

Stop-Service HyperVive
C:\windows\Microsoft.NET\Framework\v4.0.30319\installutil.exe /u 'C:\Program Files (x86)\HyperVive\HyperVive.exe'

Delete the folder that you created to hold HyperVive.exe. You may also need to delete the registry key HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\HyperVive.

HyperVive 1.0.1

27 Mar 20:33
Compare
Choose a tag to compare

Overview

HyperVive intercepts wake-on-LAN frames and starts all matching virtual machines from Off, Saved, or Paused states.

Read details on the main project page.

Installation Instructions

Copy HyperVive.exe to a suitable location. Recommended: C:\Program Files (x86)\HyperVive

Run the following at an elevated PowerShell prompt (make adjustments to the path as necessary):

C:\windows\Microsoft.NET\Framework\v4.0.30319\installutil.exe 'C:\Program Files (x86)\HyperVive\HyperVive.exe'
Start-Service HyperVive

Removal Instructions

Run the following (make adjustments to the path as necessary)

Stop-Service HyperVive
C:\windows\Microsoft.NET\Framework\v4.0.30319\installutil.exe /u 'C:\Program Files (x86)\HyperVive\HyperVive.exe'

Delete the folder that you created to hold HyperVive.exe. You may also need to delete the registry key HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\HyperVive.

HyperVive 1.0

26 Mar 15:08
Compare
Choose a tag to compare

Overview

HyperVive intercepts wake-on-LAN frames and starts all matching virtual machines from Off, Saved, or Paused states.

Read details on the main project page.

Installation Instructions

Copy HyperVive.exe to a suitable location. Recommended: C:\Program Files (x86)\HyperVive

Run the following at an elevated PowerShell prompt (make adjustments to the path as necessary):

C:\windows\Microsoft.NET\Framework\v4.0.30319\installutil.exe 'C:\Program Files (x86)\HyperVive\HyperVive.exe'
Start-Service HyperVive

Removal Instructions

Run the following (make adjustments to the path as necessary)

Stop-Service HyperVive
C:\windows\Microsoft.NET\Framework\v4.0.30319\installutil.exe /u 'C:\Program Files (x86)\HyperVive\HyperVive.exe'

Delete the folder that you created to hold HyperVive.exe. You may also need to delete the registry key HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\HyperVive.