About 34,200 results
Open links in new tab
  1. How do I open files from a USB flash drive? - PC.net

    Apr 4, 2005 · How do I open files from a USB flash drive? Answer: Computers typically recognize USB flash drives (often called "keychain drives") the same as other hard drives or removable …

  2. Open a file automatically when USB is inserted - Stack Overflow

    I'm trying to execute a .exe file when a USB flash drive is plugged in - without asking the user for permission. I mean as soon as the USB is plugged in, the program on it (for example: F:\\run.exe)

  3. Start PowerShell script when USB drive is inserted

    Feb 15, 2014 · 9 Is there any way the PowerShell script located on a USB drive can be started the moment the drive is inserted in PC? It has to copy all PDF files from PC to the USB drive, but …

  4. Autorun USB in Windows 10? - Stack Overflow

    Sep 18, 2017 · Open Control Panel and navigate to 'Hardware And Sound' > 'AutoPlay'. Find the 'Removable Drive' option. Change the dropdown to: 'Take no action' - disable AutoPlay …

  5. How to make my script auto-run when a USB is plugged in?

    Feb 4, 2017 · Autorun on USB devices is disabled in modern versions of Windows because it was a common attack vector. You might be able to turn it back on, but that would only work for …

  6. .net - Detecting USB drive insertion and removal using windows …

    21 VitalyB's answer does't cover remove of the device. I changed it a bit to trigger the event both when media is inserted and removed and also code to get the drive letter of the inserted media.

  7. macos - How do I automatically run an application on USB attach …

    Jan 4, 2009 · Is there any way to automatically launch an application on USB attach or CD insert on Mac OS X? it's easy on Windows, but I found that AutoRun.Inf does not work on the Mac at …

  8. c++ - Auto run when USB plugged in - Stack Overflow

    Sep 14, 2016 · Any (windows- or macos-included) ways without the autorun.inf stored on the exact usb? Anything pc-sided that executes when certain device gets plugged in, just like you …

  9. How do I autorun my Python script when I plug in my USB device?

    Jun 16, 2020 · I want to execute my Python script (at root, "autorun.pyw") whenever my USB device is plugged into a port. I don't want to install any software. I am using Windows 10, and I …

  10. Detect USB and copy *.* to USB drive using batch script

    Mar 24, 2014 · I am trying to write a batch script to detect a USB drive and, if it is plugged in, for example copy c:\\test\\big.txt to the USB drive, and looping to detect another flash drive.