Windows

Clear the Recycle Bin for all users with PowerShell

When looking around for an easy way to clean up servers and the accounts that use the servers I wanted a way to clear the Recycle Bins for all users. Consultants leave a lot of crap around on servers apparently. However because we use various versions of PowerShell there are various methods of doing so. …

Clear the Recycle Bin for all users with PowerShell Read More »

Enable Spectre, Meltdown and MDS mitigations installed with Windows Update

Just installing the updates might not be enough in some cases. Some computers needs registry values and keys created and set to enable the mitigations that Microsoft released for Windows 10. To smooth out this process I created a simple script for myself that allows you to remotely set the registry keys and values required …

Enable Spectre, Meltdown and MDS mitigations installed with Windows Update Read More »

Installing and updating FFMPEG using PowerShell

Let’s begin with saying that I absolutely love using FFMPEG. It’s a great all in one tool for general purposes in video. Because people make various videos I sometimes need to make bulk and quick actions to maybe convert the video in question. However I personally love using the nightly builds of FFMPEG and that …

Installing and updating FFMPEG using PowerShell Read More »