NTFSDOS is a utility by my favorite company, Sysinternals. This tool allows you to interact with NTFS formatted hard drives in DOS. There are actually two tools that I'm referring to: NTFSDOS and NTFSDOS Professional. NTFSDOS (3.0.2) allowed read-only access and was available for free. NTFSDOS Professional (4.0.3) allowed read/write access and required a license. After … [Read more...]
Open All Unread in One Click – a phpBB3 Mod
It's a rare and exciting opportunity when I get to introduce something I've developed. I'm an administrator for a small phpBB forum and I've regularly installed mods to tweak the behavior of phpBB to match my user's needs. I did some looking around but couldn't find anything to match a direct request I had: Open all the unread posts in one click instead of having to click each … [Read more...]
Use the Command Prompt with UNC Paths
If you're running a batch script from a network share, you might see a message like this: CMD.EXE was started with the above path as the current directory. UNC paths are not supported. Defaulting to Windows directory. This is just a warning message and not an error but it can still cause confusion among users even if the script works perfectly. You can allow the Command … [Read more...]
Marxio Timer – A Versatile Way of Scheduling
Marxio Timer is an interesting little tool that can offer more flexibility than the typical Windows scheduled task. You can use it to schedule actions like turning off the computer, logging out, restarting, suspending, displaying a message, playing a sound, starting or ending a program, taking a screenshot, and a few more. This actions can be triggered based on a set time, idle … [Read more...]
Get the Skinny on your Phat Hardware, Benchmarking
Benchmarking is a time-honored tradition among computer enthusiasts. It is supposed to allow a fair, unbiased means of comparing a piece of hardware or a system of hardware components to determine which one is the best in real-world applications. This can also be important if you're trying to improve your system and you want to compare one component to another and judge if an … [Read more...]