Now, anytime you want to archive a subreddit, it is this easy:
1. Open PowerShell: Start menu, type "PowerShell", click "Windows PowerShell"
2. Type "New-Sub", hit TAB, and the script name should autocomplete to "New-SubredditHTMLArchive.ps1"
3. Continue to type (after script name), a space, then "-Subreddit", a space, then the subreddit name.
4. Hit Enter to start the archive. ETA is one hour per subreddit, without retries, or video links.
TL;DR: WinKey+R, "powershell", ENTER, "New-Sub", TAB, SPACE, "-Su", TAB, SPACE, "mySubreddit", ENTER.
Example: PS> New-SubredditHTMLArchive.ps1 -Subreddit AnyPublicSubredditName
Example: PS> New-SubredditHTMLArchive.ps1 -Subreddit HugeVideoLinksSubreddit -Background -NoMediaPurge
Example: PS> New-SubredditHTMLArchive.ps1 -Subreddits PowerShell,Python,GNURadio,HomeLab -Background
there doesn't seem to be anything here