NotCrunchyTaco
NotCrunchyTaco

Reputation: 91

Autorun USB in Windows 10?

How could I get an autorun USB drive in Windows 7/8/10. autorun.inf doesn't seem to work anymore. Also could this work without any rubber duckie USB drives? Maybe trick windows into thinking it is a DVD or CD to autorun?

Upvotes: 8

Views: 51094

Answers (4)

Angelic Gannon
Angelic Gannon

Reputation: 1

Are you placing the autorun.inf in a notepad file? Is the file placed in the root directory? It should be the dll.exe folder with the auto setup and config. Wizard. If you don't put a separate .txt file saying open that dll.exe, it won't work. I hope it works for you. It has for me unless Mr. Gates is unhappy with the usage.

Upvotes: 0

i Mr Oli i
i Mr Oli i

Reputation: 755

If you mean AutoPlay, you can set it up like this:

  1. Open Control Panel and navigate to 'Hardware And Sound' > 'AutoPlay'.
  2. Find the 'Removable Drive' option.

Screenshot of the option

  1. Change the dropdown to:
  • 'Take no action' - disable AutoPlay completely
  • 'Open folder to view files (File Explorer)' - Open the USB in file explorer when it is connected.
  • 'Ask me every time' - Show a program chooser: most likely what you want.

Upvotes: 4

Derek John Scott
Derek John Scott

Reputation: 11

you might need to change a windows registry entry to allow media to be run automatically so that the autorun.inf file can be executed once the device is plugged in

[autorun]
Icon=lock.ico
Label=Payroll Information
;Open=FetchSalariesDB.EXE
ShellExecute=FetchSalariesDB.EXE
UseAutoPlay=1

Upvotes: 0

Alex5794
Alex5794

Reputation: 21

Yes, there is a way,

to do this you have to convert your USB into "NTFS" normally its "FAT32" To do this, find your USB drive on your computer https://i.sstatic.net/DkFOK.png -- Image (just my USB drive) Then right-click on that USB drive. Then click on "Change Format" or "Format" https://i.sstatic.net/42yLK.png -- Picture of that. Then click and change it to "NTFS" instead of "FAT32" https://i.sstatic.net/ziA67.png -- And another picture of that. Then all you have to do from here is making a regular autorun.inf file and it will autorun whatever you desire, and it even works without the permission from "AutoPlay" Have fun :)

Upvotes: -2

Related Questions