Autorun.inf in Windows 8/8.1 for USB Drives

35,781

Windows 8 does not have a autorun on usb for security reasons. But there is a workaround in this article. You need to separate the usb into two partitions, and make Windows believe one is a CDROM. This will bypass the security on windows.

Share:
35,781

Related videos on Youtube

user3480338
Author by

user3480338

Updated on September 18, 2022

Comments

  • user3480338
    user3480338 over 1 year

    I have created a file named autorun.inf to make one of my software setup run when the usb is plugged into Windows 8/8.1 OS .

    This is my autorun.inf code:

    [AutoRun]
    shellexecute="Mem.exe //It would be nice if i could add path to this like my Doc//mem.exe
    UseAutoPlay=1
    

    Is there any software that let's us to create auto-run files for USB Sticks?

    Is there any way to add new options in right click menu only on my USB window?

  • fixer1234
    fixer1234 over 7 years
    External links can break or be unavailable, in which case your answer would be just a teaser. Please include the essential information within your answer and use the link for attribution and further reading. Thanks.