It’s not uncommon for me to have to tidy up directories full of files by moving them to their own subfolders, named for each file. It’s become common enough that I wrote a little Powershell function to do it repeatedly. After saving the below script as a .psm1 file you’ll be able to open PS …
Category: Scripts
Permanent link to this article: https://www.berserkir.net/wordpress/moving-files-to-subfolders/
May 31
Save The Spotlight – PowerShell
Previously I posted a way to save images from Windows Spotlight manually – but who wants that hassle? So, to save you time, I’ve scripted this with PowerShell. This script is likely to evolve over time, as Microsoft are likely to change how the software works. Perhaps one day they’ll give us the save button …
Permanent link to this article: https://www.berserkir.net/wordpress/save-the-spotlight-powershell/
May 31
Save the Spotlight – Manually
So, you liked that image on your lock screen? That came from a system called Windows Spotlight, which doesn’t let you save the images at the time of writing this post. For those who would like to save these pictures, read on.
Permanent link to this article: https://www.berserkir.net/wordpress/save-the-spotlight-manually/