Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
1 answer
3k views

Autorun.inf | mention full path to icon file

I'm trying to set an .ico file as my USB flash drive icon. Icon is located at this path: C:\Users\Ahsan\Pictures\gear.ico What i want is: when the USB is connected to my laptop (running windows 10),...
McFly's user avatar
  • 85
1 vote
0 answers
1k views

How to change the icon for a BitLocker encrypted Drive Icon in Windows 10

I've followed several guides for changing the icon of a USB drive, but none of them seems to work. My drive is encrypted with BitLocker. I can't get the icon to use my .ico file regardless of whether ...
ThunderFrame's user avatar
  • 1,085
1 vote
0 answers
845 views

Adding an icon to a Truecrypt/Veracrypt volume

I used an external hard disk with an Autorun.inf file in the root directory to assign a label and an icon to the volume. But now I encrypted it with Truecrypt, and when I mount it, the Autorun.inf ...
Mycroft Holmes's user avatar
2 votes
1 answer
800 views

USB drive's icon not appearing on Windows XP

I have a USB flash drive for which I want to use a custom icon. My autorun.inf looks like this: [Autorun] UseAutoPlay=1 Label=TrueCrypt Traveler Disk Icon=Volume.ico Action=Start TrueCrypt Background ...
JamesTheAwesomeDude's user avatar
3 votes
2 answers
1k views

How to extract an icon from a dll or exe

I'd like to use a default Windows icon for the autorun.inf on a USB drive. How can I extract an .ico file from SHELL32.dll?
Ville Koskinen's user avatar