Software Overview
An (alphabetical) overview of my personal and published software (projects):
-
Autologon
A small utility program (written in C#/.NET) to modify the Windows Autologon settings in the registry with a GUI. -
Hotkey
A small utility to scratch my own itch: Having global shortcut keys for often needed actions.
Written in C++, against the Win32-API; registers global hotkeys and uses an icon in the taskbar notification area (’tray’) as the user interface. -
Miscellaneous Public Source Code
A collection of assorted scripts, code snippets, small tools and other utilities. -
QuickADUserInfo
A Powershell script with a GUI, that can perform an Active Directory query across multiple domains to present basic information like “is user account locked?”, “is password expired?” etc. -
RandFill
An utility program for copying files in random order onto a removable (USB) mass storage device.
Written for the purpose of filling a portable MP3 player with randomly chosen files from my music archive. -
Remi
A console program for Microsoft Windows to remotely rename a computer in an Active Directory domain. -
SIM Info
A console program for Microsoft Windows to display SIM identification data like ICCID, IMEI and IMSI. -
The Nifty Oddity Toolkit
An umbrella project/code repository for a collection of my C++ code that may come in handy for other projects; things like small libraries, convenience classes, free helper functions and other utilities.
(New home of InitFile and CLIOptions, which had previously their own repositories.) -
WPDLib: Windows Portable Devices Library
A dynamic-link library (DLL) to access devices via the Windows Portable Devices (WPD) API.