This simple script tamed my Downloads folder.
A precise approach to everyday Windows breakdowns.
We've all been there: We're using code to automate something and send to a specific file, or attempting to relocate a file from one folder to another. We find the file and think it's available to open ...
Just remember to set attributes to a comma-separated list. If you aren't sure what the right values are, you can ask PowerShell: However some of these, like Compressed, are only set after something ...
I'm reading a list of files from text file, and some of the filenames have the " character as part of their name. For instance: $xx = Get-Content -Path $list ForEach ...