TUTORIAL · SCRIPT TOOLS LIBRARY V1.1

From unzip to your first script run.

Everything you need to get productive with Script Tools Library: installing, starting the trial or activating a license, touring the main window, understanding the RISK headers, and building your own script collection. Ten minutes, start to finish.

1Install & first launch

There is no installer, and that is on purpose. Script Tools Library ships as a single zip:

  1. Unzip the download anywhere you like — Desktop, D:\Tools, a USB stick. The folder is the whole application: settings, scripts and notes all live inside it.
  2. Run LaunchScriptsLibrary.exe from that folder. Nothing is written to the registry and no background service is installed.
  3. To uninstall later, close the app and delete the folder. That's it.

On first launch you'll see the Get started welcome dialog. It offers two paths: enter your email address to start the 15-day free trial, or click "I already bought it" if you purchased a copy on itch.io. Both are covered in the next section.

2Start your free trial / activate a purchased copy

Starting the trial Trial — 15 days

In the welcome dialog, enter your email address and confirm. The full application unlocks for 15 days — every feature, all 25 included tools, nothing held back. The status badge in the main window keeps you posted, e.g. "Trial — 15 days left".

Activating a purchased copy

Click "I already bought it" in the welcome dialog. You can activate with your itch.io download link/key or with your serial. Once activated, the trial badge disappears and the copy stays licensed on this machine.

The activation dialog with fields for an itch.io key or serial, plus Deactivate this machine and Check for updates buttons
The activation dialog. It also hosts "Deactivate this machine" and "Check for updates" — see section 7.

Not purchased yet? The product page is at toprogos.com/stl.html, and the store page is toprogos.itch.io/script-tools-library.

3Tour of the main window

The Script Tools Library main window: categories on the left, scripts list in the middle, script details on the right
The main window: three panels, left to right — Categories, Scripts, Script Details.

Everything happens in one window, split into three panels:

The categories panel with the New, Refresh and Delete buttons
The Categories panel. New creates a category, Refresh re-scans it, Delete removes it.

Below the details pane sit the action buttons: Run green, Run Admin orange, Save (stores your edits to notes, type, shortcut) and Tweak (open the script for editing). The status badge in the window shows your license state, such as "Trial — 15 days left".

4Read before you run — the code preview and RISK headers

Script Tools Library's safety philosophy is simple: you should never run code you haven't looked at. The application is built to make looking easy, not to make trust automatic.

The code preview pane showing a script whose first line is a # RISK: header
The preview pane. The first line of every script is its RISK header — read it before anything else.
Being honest with you: no tool can make running scripts risk-free, and this one doesn't claim to. What it does is put the code and its RISK statement in front of your eyes before every run. If a RISK header or the code itself makes you unsure, don't run it — that hesitation is the feature working.

5Run a script / Run as Administrator

Select a script, read its preview, then choose:

A script running in a PowerShell console window after clicking Run
A normal Run: the script executes in its own PowerShell console so you can see everything it prints.

Run Admin never elevates silently. It always shows an "Elevated execution" consent dialog first, naming the script you're about to elevate, and only proceeds after you confirm — followed by Windows' own UAC prompt. Two deliberate clicks stand between you and an elevated script, both times with the script's name in front of you.

The Elevated execution consent dialog shown before any Run Admin launch
The "Elevated execution" consent dialog. Every Run Admin starts here — no exceptions, no "don't ask again".

6Add your own scripts, categories, notes and shortcuts

The 25 included tools are the starter set; the point of the app is your collection.

7Managing your license

8FAQ

My trial expired — what now?
The trial runs 15 days with every feature enabled. When it ends, buying a license on the itch.io page and activating with your key or serial picks up exactly where you left off — your scripts, categories and notes are untouched.
Can I move my license to another machine?
Yes. Each license covers up to 3 machines. Click "Deactivate this machine" in the activation dialog on the machine you're leaving, then activate on the new one. See section 7.
My antivirus flags the launcher / Windows shows "unknown publisher". Is that normal?
Honest answer: yes, and here's why. LaunchScriptsLibrary.exe is not code-signed — signing certificates cost more per year than this tool does, so as a one-person shop we ship unsigned. Windows SmartScreen and some antivirus products are rightly cautious about unsigned executables from small publishers, so a warning on first run is expected behavior, not a malfunction. We won't tell you to whitelist anything — that's your call to make, not ours to ask for. What we can offer is transparency: the product page publishes the SHA-256 hash of the exact release zip so you can verify your download matches the audited build, and every script the app runs is plain text you can read first.
Where are my scripts and notes stored?
Inside the application folder, as ordinary files. Nothing goes to the registry, nothing goes to the cloud, and there is no telemetry. Back up the folder and you've backed up everything; copy it to a USB stick and your whole setup travels with you.
How do I update to a new version?
Use "Check for updates" in the activation dialog, or watch the itch.io page. Download the new zip and unzip it. Since your scripts and data live in the application folder, the safe routine is: back up your current folder first, then follow the release notes for carrying your data over.
How do I completely remove it?
If licensed, click "Deactivate this machine" first to free the seat. Then close the app and delete the folder. That is the entire uninstall — no leftovers, no registry entries.

↑ Back to top · Questions this page didn't answer? support@toprogos.com