Posts: 666
Threads: 200
Joined: Mar 2025
Reputation:
0
Rarely use windows. Plugged a flash drive, formatted ExFAT, into a windows machine. Didn't see an icon, and as the library was about to close, struck out.
How do I locate the icon of the flash drive on Windows?
Posts: 26,008
Threads: 2,901
Joined: May 2025
Reputation:
0
It should be in the system tray down in the lower right hand corner.
Posts: 31,861
Threads: 708
Joined: Jun 2024
Reputation:
0
What Rolando listed might only work for a typical home machine. The library machines will likely not automatically mount external drives as a way to help reduce malware infections. There is a preferences option to pre-select what is done with drives. Default users might be forbidden to change it without being granted Admin privileges.
How are you at navigating between discs at the Windows Command Prompt? This is one of several ways to list drives.
Move cursor to lower left corner (or wherever the Start icon is on the Taskbar), type "command" and hit [Enter]. At the command prompt, type:
C:\Users\UserName>wmic logicaldisk get name [Enter]
This is one of those situations where I could immediately tell you what to do looking at the screen, but would take half an hour to preload you with instructions on how to do it on your own without any prior experience.
Posts: 666
Threads: 200
Joined: Mar 2025
Reputation:
0
Will follow instruction
"Move cursor to lower left corner (or wherever the Start icon is on the Taskbar), type "command" and hit [Enter]. At the command prompt, type:
C:\Users\UserName>wmic logicaldisk get name [Enter]"
Should logicaldisk be entered without change or does it represent something?
Same question about get name? Might that be the name of the external drive being used?
Thanks!
Posts: 31,861
Threads: 708
Joined: Jun 2024
Reputation:
0
Using the Windows Desktop will be faster and easier. Resorting to DOS commands is just in case the library has implemented measures to lock it down.
This is the prompt.
C:\Users\UserName>
I haven't used a library computer in ten years, just guessing at what it looks like. It might be terse output (not showing active user directory) or default to the root directory.
C:\>
This is the command.
wmic
This is telling the command you are referencing the Local storage device management options.
logicaldisk
This is telling the command you want to display the names of active drives.
get name
Open the command window and type the command and desired options in before the flash drive is connected. Then repeat it after you connect the USB drive (you should be able to hit [Up Arrow] and [Enter] as a shortcut). If it lists an extra drive, that will be your USB drive. Now check to see if it is shown in the Computer window (might be This PC ). If it is, you should be able to access it as normal. You can close the Command window by clicking the [X] in the upper right corner, or type
exit [Enter]
Posts: 666
Threads: 200
Joined: Mar 2025
Reputation:
0
Thanks for the tutorial, Filliam; I'm on my way.
Posts: 31,861
Threads: 708
Joined: Jun 2024
Reputation:
0
Hopefully it isn't massive overkill. A good library should have some sort of brief tutorial on how to use the machines. An alternative would be a bright 11 year old that is a regular at the library.