Posts

Welcome!

My name is Matt, I have created this blog to track my progress and give myself somewhere to keep things I find useful - while sharing them with anyone that may stumble across this blog.


If you find my scripts useful, please feel free to donate if you are so inclined.

ClipClear Available Now

ClipClear Available Now https://github.com/ScriptedAdventures/ClipClear Basic utility for clearing clipboard - great for making sure sensitive data doesn't get snatched by a rogue browser script. Buy me a coffee here! https://ko-fi.com/mattruss

Windows 10 Bloatware Removal PowerShell Script

Nice little script to help you remove bloatware from Windows 10 The script looks for packages by checking against a list of keywords laid out in the beginnings of the script. The script is comprised of two functions; - One that looks for, and stores in an array, product against a list of keywords. - Another which removes the packages found by the first function. View on GitHub