Another Frewaregenius article is up under my name, this time I discuss VMWare Server in length. I've been looking for a replacement for Microsoft's Hyper-V that came with Windows Server 2008 after it consumed a lot of resources, slowed down startup and shutdown times, and caused performance glitches related to video and audio. VMWare Server seems to be the one I was looking for … [Read more...]
NTFSDOS – See NTFS drives in DOS
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...]