Jump to content

Change icon for bootable disc


Generowl

Recommended Posts

I wanted to create a Windows 10 bootable disc using its files, and i was wondering if there is a way to change the icon of the DVD.

 

Thank you

Link to comment
Share on other sites


  • Replies 6
  • Views 1.1k
  • Created
  • Last Reply
  • Administrator

Thread moved to Software Chat.

Link to comment
Share on other sites


knowledge-Spammer

i am sure u can if u utube it u see people show u some tricks

Link to comment
Share on other sites


3 hours ago, Generowl said:

I wanted to create a Windows 10 bootable disc using its files, and i was wondering if there is a way to change the icon of the DVD.

Thank you

 

Generowl,

It's about DVD RW Drive icon?

 

u8UPkpq.png?1

Link to comment
Share on other sites


4 hours ago, Generowl said:

I wanted to create a Windows 10 bootable disc using its files, and i was wondering if there is a way to change the icon of the DVD.

Thank you

 

@Joe13 pointed you to the right infos. it's quite simple.

Juste create a new text file with notepad

Write the following and save as autorun.inf:

[autorun]

ICON=MYICON.ICO

Where MYICON.ICO is the icon of your choice.

Both the inf and the ico files have to be copied to the root of the cd/dvd.

Link to comment
Share on other sites


to complete, you can use more than only the first icon found.

For example, when you choose a DLL or n EXE, it may contains more than 1 ico.

Below, the shell32.dll contains many ico :

2016-03-31_070636.png.4dcf64cb906d620f82

 

To choose the ico, you have to add an argument to the ICON parameter.

 

for example, :

[autorun]
ICON=my_program.exe, 0

This select the first item collection icon from the EXE file.

 

Another example with Notepad++ :

[autorun]
ICON=C:\Program Files (x86)\Notepad++\notepad++.exe, 0

If you are sure this path always exists, you can do it as is, else you can copy the EXE file into the root of your CD/DVD and call it as :

First icon :

[autorun]
ICON=notepad++.exe, 0

Second icon :

[autorun]
ICON=notepad++.exe, 1

Finally, your root CD/DVD contains those 2 files :

2016-03-31_072407.png.4f7e8e2a5a2a7a4c07

Link to comment
Share on other sites


Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...