Skip to content

Instantly share code, notes, and snippets.

View artemsmikh's full-sized avatar

Artem Mikhailov artemsmikh

View GitHub Profile
@artemsmikh
artemsmikh / main.ps1
Last active June 5, 2022 21:35
Move screenshots into a Steam game folder
# Modified version of @piotr-kowalski's script
# Now also makes thumbnails for screenshots
# https://gaming.stackexchange.com/a/238288/212957
#
# Note:
# This script finds last logged-in user and last played game so keep it in mind before running.
#
# Usage:
# 1) Save this as run.bat:
# @powershell -NoProfile -ExecutionPolicy Bypass -File main.ps1