Troubleshoot
This page contains examples of all possible dependencies.
1. Enable Loading of Test Signed Drivers
To run VMIO, it requires disabling signing check/ secure boot of the system
Steps to Disable the Signing check:
(a)
Disable Secure Boot in BIOS and boot to system (How
to disable BIOS/UEFI Secure Boot)
.
(b) Open the cmd prompt in admin mode
(c) Run below commands
bcdedit /set nointegritychecks on
bcdedit /set TESTSIGNING ON
(d) Restart the system
Steps to Enable the Signing check:
(a) Enable Secure boot in BIOS and boot to system.
(b) Open the cmd prompt in admin mode
(c) Run below commands
bcdedit /set nointegritychecks off
bcdedit /set TESTSIGNING off
(d) Restart the system
===================================================================================
To enable test-signed mode, use the following BCDEdit command line:
Bcdedit.exe -set TESTSIGNING ON
Note:
:: If this command results in "The value is protected by Secure
Boot policy and cannot be modified or deleted"
:: Then reboot the PC, go into BIOS settings, and disable Secure
Boot. BitLocker may also affect your ability to modify this setting.
Bcdedit.exe -set TESTSIGNING ON
For more information, please visit:
Microsoft Visual C++ Redistributable latest supported downloads
2. Microsoft Visual C++ Redistributable latest supported downloads (not required any more)
Microsoft Visual C++ Redistributable latest supported downloads
Download and install one of them accordingly.
3. Turn Off Windows Security
Disable Windows security check in order to prevent VMIO from detecting as a virus software
go to "Windows Security"