Script/scheduled task to clean up Dowloads folder (Windows 7)?
- by Andrew
My downloads folder is my primary connection to the internet (and thus the world), and has rapidly become a virtual junk drawer. I imagine I'm not alone here.
What I'd like to do is have some sort of a script that
-creates a new folder (named YYYY_MM Archive so it sorts nicely)
-takes everything* inside of the Downloads folder (for the current user)
-moves it to the new folder
and have this run once/month.
*(excluding previous archives)
This strikes me as the type of thing
Saw some answers on related questions that seemed to suggest that this is an eminently doable task in PowerShell. Is it? I'm on Windows 7 Enterprise.