Yearly Archives: 2019

Hosts Commander v1.6.1 — command line hosts editor

Powerful command line hosts editor with support of batch operations, IDN and IPv6. Another piece of my software from 2013 has a minor update. It was rebuilt for .NET 4.0 instead of .NET 3.5, just because at this moment .NET 4 is the preinstalled on modern Windows (8 and 10), and standalone installer of the .NET 4 is a few times smaller than standalone installer of the .NET 3.5 (48MB vs. 232MB).

Download: hostscmd.zip (21KB). Project page →

Super User CMD v1.2.1 — running elevated commands through UAC from command line on Windows

This tiny utility allows you to run elevated commands from Windows Command Prompt. Unlike runas command, where you should enter your password, su just shows UAC dialog instead, and it is much more convenient. Another feature is that it preserves current directory.

Actually, it was written in 2013. Previous version 1.2.0 was published on my other website. Today I rebuilt it with support of 64-bit systems, and publish it here as version 1.2.1.

Download: sucmd.zip (7KB). Project page →