unload
unload [remove] [ModuleName (string)]
vmm
module.IOCTL_TERMINATE_VMX
to turn off the vmx operation and IOCTL_RETURN_IRP_PENDING_PACKETS_AND_DISALLOW_IOCTL
to complete all the IRP Pending sessions so that we can call CloseHandle
.remove
argument, then the driver will be marked to be stopped and uninstalled. You cannot re-load that module again until the target machine is restarted.