Skip to content

Instantly share code, notes, and snippets.

@Rican7
Created October 16, 2017 17:13
Show Gist options
  • Save Rican7/04b11ff394bec88615dde7aea7a527ee to your computer and use it in GitHub Desktop.
Save Rican7/04b11ff394bec88615dde7aea7a527ee to your computer and use it in GitHub Desktop.
Enable the old style (Win 7) "Import pictures and videos" AutoPlay option for Windows 10
  1. Run the "Enable Import Photos and Videos.bat" batch file as an administrator
  2. The old style import should now be an AutoPlay option, titled as "Import pictures and videos (Windows)", which differs from the new Photos app import dialog
cd "C:\Program Files (x86)\Windows Photo Viewer"
regsvr32 PhotoAcq.dll
regsvr32 PhotoViewer.dll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment