Turn off monitor PowerShell

Use the following PowerShell script to turn off monitor(s):

Delete duplicate files in a folder using PowerShell

If you have a folder with duplicate files that you want to delete, one way to do this is by using PowerShell. This involves computing the hash of each file, comparing the files based on their hash value, and deleting the files that have identical hash values.

Rename pictures in a folder to date taken using PowerShell

To rename all the pictures in a folder to their date taken value, run the following script in a PowerShell in that folder: