C:\Users\YOUR_USERNAME\AppData\Local\Autoshot\autoshot.yaml.To fix this, the basic idea is to just rename that file to some other name, and send us the renamed file. Autoshot will re-make the autoshot.yaml file the next time it runs.
Windows Explorer
One way to do this is simply to navigate in Windows Explorer to the directory, then right click on the autoshot.yaml file and rename it.Powershell
You can also open Windows Powershell (type power into the Windows search bar), and then enter these 2 commands:cd $env:USERPROFILE\AppData\Local\AutoshotThen, you can email us the “autoshot_backup.txt” file, and we can help track down this problem.
Move-Item -Path .\autoshot.yaml -Destination .\autoshot_backup.txt

