Instalation issue

Hello
After reinstalling WEBODM (because of missing/offline Processing Node) have a problem with installing. I followed the steps in Manual/Troubleshooting, but it not helps, in fact my problem nor is in Manual.
Any ideas to solve this?
Thank you

Console content:

Bez%20n%C3%A1zvuDetected OS with VirtualBox support
Initializing console…
Host does not exist: “webodm”
Docker is not communicating properly. We’ll attempt to establish communication…
NAME ACTIVE DRIVER STATE URL SWARM DOCKER ERRORS
WebODM VM does not exist. We’re going to create it now… hang on tight! If this takes more than 10 minutes, please try restarting your computer.
create --driver virtualbox --virtualbox-disk-size “51000” --virtualbox-memory “4868” --virtualbox-cpu-count “2” webodm
Creating CA: C:\docker-webodm\certs\ca.pem
Creating client certificate: C:\docker-webodm\certs\cert.pem
Running pre-create checks…
(webodm) Image cache directory does not exist, creating it at C:\docker-webodm\cache…
(webodm) No default Boot2Docker ISO found locally, downloading the latest release…
(webodm) Latest release for github.com/boot2docker/boot2docker is v18.02.0-ce
(webodm) Downloading C:\docker-webodm\cache\boot2docker.iso from https://github.com/boot2docker/boot2docker/releases/download/v18.02.0-ce/boot2docker.iso
(webodm) 0%…10%…20%…30%…40%…50%…60%…70%…80%…90%…100%
Creating machine…
(webodm) Copying C:\docker-webodm\cache\boot2docker.iso to C:\docker-webodm\machines\webodm\boot2docker.iso…
(webodm) Creating VirtualBox VM…
(webodm) Creating SSH key…
(webodm) Starting the VM…
(webodm) Check network to re-create if needed…
Error creating machine: Error in driver during machine creation: Unable to start the VM: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe startvm webodm --type headless failed:
VBoxManage.exe: error: The virtual machine ‘webodm’ has terminated unexpectedly during startup with exit code 1 (0x1). More details may be available in ‘C:\docker-webodm\machines\webodm\webodm\Logs\VBoxHardening.log’
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component MachineWrap, interface IMachine
Uh oh! Check the console. Check that you have enough memory available, disk space, that your firewall is off and that you have restarted your computer. Refer to the troubleshooting section of the installation manual for more information.

Looks like a VirtualBox hardening issue. Try one of the following:

◦ From an elevated command prompt (press Window Key, type “cmd”,
from the list of applications right click “Command Prompt” and select
"Run as Administrator"). Then type “sfc /scannow” and press enter.
Reboot the system afterwards.
◦ Check this VirtualBox thread on possible suggestions on how to fix the
problem: https://forums.virtualbox.org/viewtopic.php?f=25&t=82106