As the name suggests, this repo holds a few snippets that don't warrant a full repository.
| File | Description | Language |
|---|---|---|
| BlankSlateStartMenu | Clears the Windows 10 Start Menu as per this SuperUser answer | Powershell |
| BorderMailToday | Bookmarklet to open today's digital edition of The Border Mail | JavaScript |
| Convert Folder Structure To CSV | One-Liner to convert a (Windows) folder structure to a CSV file | PowerShell 5 |
| Decode Passwords in HeidiSQL | Decodes Password in Heidi SQL taken from Jordan Patters' Gist and based on this blog by Chase Woodford. | HTML |
| EncodeUTF8.ps1 | Encodes file to utf-8 | Powershell |
| Get-IPInfo (Ubuntu) | Returns current IP info and pipes it through JQ |
Shell |
| GetRemoteShares | Gets all shares of a remote server | Shell |
| SearchPDF | Search for text within PDF - based on this SuperUser answer | PowerShell |
| Update-Powershell.ps1 | Updates PowerShell inplace as per Thomas Maurer | Powershell Core |