How to automate repetitive tasks in Windows?

1. Automate using Windows built-in Task Scheduler 2. Task Scheduler on steroids 3. Find and Replace a word or phrase in many files 4. Rename files in bulk 5. Convert, resize, flip, and rotate images with ImageMagick 6. Record and playback mouse clicks 7. AutoHotkey scripts 8. PowerShell and script files Doing the same task …

2011 links no. 3

Interview With Sacha Barber in The Code Project. The ABA problem occurs during synchronization, when a location is read twice, has the same value for both reads, and “value is the same” is used to indicate “nothing has changed”. However, another thread can execute between the two reads and change the value, do other work, …