Reputation: 91
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
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
Reputation: 755
If you mean AutoPlay, you can set it up like this:
Upvotes: 4
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
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