[Solved] Change icon

Discussions about using Windows guests in VirtualBox.
Post Reply
Seymour Krelborn
Posts: 14
Joined: 9. Nov 2018, 18:43

[Solved] Change icon

Post by Seymour Krelborn »

Greetings,

In the "Oracle VM VirtualBox Manager", how can I change an icon that is associated with a VM?

I have a DOS VM.
I, then, used a clone of that VM, to install Win95.

So what is now a Win95 VM still displays a DOS icon.

Please advise.


Thank you.
Last edited by socratis on 2. Dec 2018, 20:35, edited 1 time in total.
Reason: Marked as [Solved].
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: Change icon

Post by socratis »

You don't change the icon, you change the guest version. VM Settings » General » Basic » Version.
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
Seymour Krelborn
Posts: 14
Joined: 9. Nov 2018, 18:43

Re: Change icon

Post by Seymour Krelborn »

Excellent!

Thank you.
fcolombo
Posts: 1
Joined: 23. Aug 2020, 05:39

Re: [Solved] Change icon

Post by fcolombo »

For Windows user
Open command prompt + Run as administrator

Go to VBox installation path

Code: Select all

cd C:\Program Files\Oracle\VirtualBox
Execute command VBoxManage
VBoxManage.exe modifyvm <uuid|vmname> --iconfile <filename>

Example using uuid and icon on png format

Code: Select all

VBoxManage.exe modifyvm dc29a9df-0850-4001-ad32-4aad32b0a99d --iconfile "C:\Users\Win10 User\Downloads\logo.png"
Post Reply