Windows

Determine uptime on Windows machine

This is quick way to determine when your Windows machine had a reboot. Open a command prompt and type in the following command net statistics server The result could be like Statistics since 18.03.2011 08:19 In Windows 2008, Vista, 7 you can get the same information by starting the task manager and take a look […]

Read More
Scripting

Copy EXIF information from one file to another

This is a short post about how to duplicate or copy the EXIF information from one file to another using exiftool. The command comes handy when you have one image with EXIF information and you would like another image to have the exact EXIF information. exiftool -TagsFromFile CopyFromFile.NEF ToFile.JPG This works in both Windows and […]

Read More