Category Archives: Other

How to run WinOls under the VirtualBox

When you start WinOLs under the VitrualBox, you will see the message — «Application cannot be run in virtual machine». This is Enigma protection.

To fix this problem, you need:

1: First of all — DO NOT install VirtualBox Additions!!! Important !!!

2: With the Virtual PC switched off run the following commands (where «Windows 7 x64» is the name of your Virtual PC) :

 VBoxManage setextradata "Windows 7 x64" "VBoxInternal/Devices/pcbios/0/Config/DmiBIOSVendor" "LENOVO"
 VBoxManage setextradata "Windows 7 x64" "VBoxInternal/Devices/pcbios/0/Config/DmiBIOSVersion" "1.0.3"
 VBoxManage setextradata "Windows 7 x64" "VBoxInternal/Devices/pcbios/0/Config/DmiBIOSReleaseDate" "06/20/2008"
 VBoxManage setextradata "Windows 7 x64" "VBoxInternal/Devices/pcbios/0/Config/DmiBIOSReleaseMajor" 2
 VBoxManage setextradata "Windows 7 x64" "VBoxInternal/Devices/pcbios/0/Config/DmiBIOSReleaseMinor" 1
 VBoxManage setextradata "Windows 7 x64" "VBoxInternal/Devices/pcbios/0/Config/DmiBIOSFirmwareMajor" 2
 VBoxManage setextradata "Windows 7 x64" "VBoxInternal/Devices/pcbios/0/Config/DmiBIOSFirmwareMinor" 1
 VBoxManage setextradata "Windows 7 x64" "VBoxInternal/Devices/pcbios/0/Config/DmiSystemVendor" "LENOVO"
 VBoxManage setextradata "Windows 7 x64" "VBoxInternal/Devices/pcbios/0/Config/DmiSystemProduct" "ThinkCentre M91p"
 VBoxManage setextradata "Windows 7 x64" "VBoxInternal/Devices/pcbios/0/Config/DmiSystemVersion" ""
 VBoxManage setextradata "Windows 7 x64" "VBoxInternal/Devices/pcbios/0/Config/DmiSystemSerial" "DJX5DH1"
 VBoxManage setextradata "Windows 7 x64" "VBoxInternal/Devices/pcbios/0/Config/DmiSystemFamily" "ThinkCentre"
 VBoxManage setextradata "Windows 7 x64" "VBoxInternal/Devices/pcbios/0/Config/DmiSystemUuid" "99958C8C-8800-1058-8039-C8C08F888831"
 VBoxManage setextradata "Windows 7 x64" "VBoxInternal/Devices/pcbios/0/Config/DmiChassisVendor" "LENOVO"
 VBoxManage setextradata "Windows 7 x64" "VBoxInternal/Devices/pcbios/0/Config/DmiChassisType" "3"
 VBoxManage setextradata "Windows 7 x64" "VBoxInternal/Devices/pcbios/0/Config/DmiChassisVersion" "ThinkCentre M91p"
 VBoxManage setextradata "Windows 7 x64" "VBoxInternal/Devices/pcbios/0/Config/DmiChassisSerial" "DJX5DH1"
 VBoxManage setextradata "Windows 7 x64" "VBoxInternal/Devices/pcbios/0/Config/DmiChassisAssetTag" "DJX5DH1"
 VBoxManage setextradata "Windows 7 x64" "VBoxInternal/Devices/pcbios/0/Config/DmiBoardVendor" "LENOVO"
 VBoxManage setextradata "Windows 7 x64" "VBoxInternal/Devices/pcbios/0/Config/DmiBoardProduct" "MOBO"
 VBoxManage setextradata "Windows 7 x64" "VBoxInternal/Devices/pcbios/0/Config/DmiBoardVersion" "MOBO"
 VBoxManage setextradata "Windows 7 x64" "VBoxInternal/Devices/pcbios/0/Config/DmiBoardSerial" "DJX5DH1"
 VBoxManage setextradata "Windows 7 x64" "VBoxInternal/Devices/pcbios/0/Config/DmiBoardAssetTag" "DJX5DH1"
 VBoxManage setextradata "Windows 7 x64" "VBoxInternal/Devices/pcbios/0/Config/DmiBoardLocInChass" "MAINBOARD"
 VBoxManage setextradata "Windows 7 x64" "VBoxInternal/Devices/pcbios/0/Config/DmiBoardBoardType" "10"
 VBoxManage setextradata "Windows 7 x64" "VBoxInternal/Devices/pcbios/0/Config/DmiOEMVBoxVer" "Not Relevant"
 VBoxManage setextradata "Windows 7 x64" "VBoxInternal/Devices/pcbios/0/Config/DmiOEMVBoxRev" "Not Relevant"