DennisKuhn / GoProOffloader

Powershell script to offload GoPro automatic when connected to the PC with USB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoProOffloader

Powershell script to automaticlly offload go pro files, when connected to the USB port.

Minimal path to awesomeness

To get started:

  • Download the script
  • configure the destination folder variable at the top
  • Run the script once as administrator to enable logging to the system log
  • create task with the task scheduler
    • trigger on login or startup.
    • Add an action
      • Program/script: C:\Program Files\PowerShell\7\pwsh.exe
      • Add arguments option: -File "REPLACE-WITH-YOUR-PATH\GoPro-Offload.ps1"

About

Powershell script to offload GoPro automatic when connected to the PC with USB

License:MIT License


Languages

Language:PowerShell 100.0%