Portable PowerShell scripts for Windows workstation setup & maintenance.
Download a single script and run — no install needed.
| Folder | Script | Description |
|---|---|---|
firefox-profile-taskbar/ |
firefox-profile-taskbar.ps1 |
Pin multiple Firefox profiles as separate taskbar icons |
global-bump-push/ |
global-bump-push.ps1 |
Auto-bump x.y.z.k versions across all git repos & push |
nilesoft-shell-fix/ |
fix-win11-taskbar-menu.ps1 |
Fix Win11/Nilesoft taskbar menu labels and clipped text (-LabelsOnly supported) |
rdp-netbird-setup/ |
rdp-netbird-setup.ps1 |
Lock down RDP to Netbird peers only via firewall whitelist |
| Extension | Version | Install |
|---|---|---|
| Container Inspector | 1.0.0.7 | ⬇️ Install XPI |
# Clone everything
git clone https://github.com/ngojclee/win-toolbox.git
cd win-toolbox
# Or download just one script
irm "https://raw.githubusercontent.com/ngojclee/win-toolbox/main/firefox-profile-taskbar/firefox-profile-taskbar.ps1" -OutFile setup.ps1
powershell -ExecutionPolicy Bypass -File setup.ps1Each script has its own README.md inside its folder with full usage docs.
MIT