Martin Mystery
Eternal Poster
0ŘÀĆLĒ VieM Virtual
Hello po guys, eto nanaman haha. Kung nais mo palitan yung info ng v machine mo sa 0ŘÀĆLĒ VieM then copy paste mo lang to. Nakita ko lang sa youtube hahaha, easiest way daw sa pag palit ng info kaya share ko lang.
Kung nais mo lang po naman na palitan mga info doon, ito na po yung tutorial mo
-crdts from youtube
---------------------------------------------------------------------------------
Steps:
1. Copy and paste the code then save as "modify.bat"
// The phrase "NAME_OF_YOUR_MACHINE" must be setup similarly to the name of your created machine in 0ŘÀĆLĒ VieM (Must match, case sensitive and spaces included)
// You can modify the name to your preferences. (ex. you can edit the left side of the code "Acer Inc." to any random words.
// You can also use any brand (ex. Asus TUF, Alienware, MSI, etc...)
2. Copy and paste the code again in notepad and save the file as "modify.sh".
3. Now you have two files, copy the modify.bat and modify.sh in the installation folder of your 0ŘÀĆLĒ VieM.
4. Close all running instances of 0ŘÀĆLĒ VieM.
5. Run "modify.bat".
6. Wait until the process is finished. (Usually like 7 seconds or below)
7. Run and check your virtual m if it changes the sys information.
8. Enjoy.
-----------------------------------------------------------------------------
Hello po guys, eto nanaman haha. Kung nais mo palitan yung info ng v machine mo sa 0ŘÀĆLĒ VieM then copy paste mo lang to. Nakita ko lang sa youtube hahaha, easiest way daw sa pag palit ng info kaya share ko lang.
Kung nais mo lang po naman na palitan mga info doon, ito na po yung tutorial mo
-crdts from youtube
Code:
VBoxManage.exe setextradata "NAME_OF_YOUR_MACHINE" "VBoxInternal/Devices/pcbios/0/Config/DmiSystemVendor" "Acer Inc."
VBoxManage.exe setextradata "NAME_OF_YOUR_MACHINE" "VBoxInternal/Devices/pcbios/0/Config/DmiSystemProduct" "Nitro AN515-58-50YE"
VBoxManage.exe setextradata "NAME_OF_YOUR_MACHINE" "VBoxInternal/Devices/pcbios/0/Config/DmiSystemVersion" "<empty>"
VBoxManage.exe setextradata "NAME_OF_YOUR_MACHINE" "VBoxInternal/Devices/pcbios/0/Config/DmiSystemSerial" "string:%random%"
VBoxManage.exe setextradata "NAME_OF_YOUR_MACHINE" "VBoxInternal/Devices/pcbios/0/Config/DmiSystemSKU" "string:%random%"
VBoxManage.exe setextradata "NAME_OF_YOUR_MACHINE" "VBoxInternal/Devices/pcbios/0/Config/DmiSystemFamily" "<empty>"
VBoxManage.exe setextradata "NAME_OF_YOUR_MACHINE" "VBoxInternal/Devices/pcbios/0/Config/DmiSystemUuid" "06660e8e-bf30-419c-9afd-6c594cc8e567"
VBoxManage.exe setextradata "NAME_OF_YOUR_MACHINE" "VBoxInternal/Devices/pcbios/0/Config/DmiBIOSVendor" "Acer Inc."
VBoxManage.exe setextradata "NAME_OF_YOUR_MACHINE" "VBoxInternal/Devices/pcbios/0/Config/DmiBIOSVersion" "string:%random%"
VBoxManage.exe setextradata "NAME_OF_YOUR_MACHINE" "VBoxInternal/Devices/pcbios/0/Config/DmiBIOSReleaseDate" "%SYSdate%"
VBoxManage.exe setextradata "NAME_OF_YOUR_MACHINE" "VBoxInternal/Devices/pcbios/0/Config/DmiBoardVendor" "Acer Inc."
VBoxManage.exe setextradata "NAME_OF_YOUR_MACHINE" "VBoxInternal/Devices/pcbios/0/Config/DmiBoardProduct" "Nitro AN515-58-50YE"
VBoxManage.exe setextradata "NAME_OF_YOUR_MACHINE" "VBoxInternal/Devices/pcbios/0/Config/DmiBoardVersion" "string:%random%"
VBoxManage.exe setextradata "NAME_OF_YOUR_MACHINE" "VBoxInternal/Devices/pcbios/0/Config/DmiBoardSerial" "string:%random%"
VBoxManage.exe setextradata "NAME_OF_YOUR_MACHINE" "VBoxInternal/Devices/pcbios/0/Config/DmiBoardAssetTag" "string:%random%"
VBoxManage.exe setextradata "NAME_OF_YOUR_MACHINE" "VBoxInternal/Devices/pcbios/0/Config/DmiBoardLocInChass" "<empty>"
VBoxManage.exe setextradata "NAME_OF_YOUR_MACHINE" "VBoxInternal/Devices/pcbios/0/Config/DmiBoardBoardType" "10"
pause
---------------------------------------------------------------------------------
Steps:
1. Copy and paste the code then save as "modify.bat"
// The phrase "NAME_OF_YOUR_MACHINE" must be setup similarly to the name of your created machine in 0ŘÀĆLĒ VieM (Must match, case sensitive and spaces included)
// You can modify the name to your preferences. (ex. you can edit the left side of the code "Acer Inc." to any random words.
// You can also use any brand (ex. Asus TUF, Alienware, MSI, etc...)
2. Copy and paste the code again in notepad and save the file as "modify.sh".
3. Now you have two files, copy the modify.bat and modify.sh in the installation folder of your 0ŘÀĆLĒ VieM.
4. Close all running instances of 0ŘÀĆLĒ VieM.
5. Run "modify.bat".
6. Wait until the process is finished. (Usually like 7 seconds or below)
7. Run and check your virtual m if it changes the sys information.
8. Enjoy.
-----------------------------------------------------------------------------