Here below a set of standalone executables.
These are mostly a GUI to a specific windows API.
Source code will soon be included (under gpl) along with each executable.


DosDevices
Use DefineDosDevice windows API to Defines or deletes MS-DOS device names. More details here
Download

HardLink
Use BackupWrite windows API and FSCTL_SET_REPARSE_POINT iotcl to create links to a file or folder. More details here here and here
Download

SetVolumePoint
Use SetVolumeMountPoint windows API to associates a volume with a drive letter or a directory on another volume. More details here here
Download

OffLineReg
Read/Write to an offline registry file (a hive). More details here here
Download

NTEventLogs
Uses WMI to connect to a remote host and retrieve NT event logs. Can export to HTML or XLS.
Download

SmartMon
Uses DeviceIoControl and DFP_RECEIVE_DRIVE_DATA to read S.M.A.R.T values from hard disks. Can export to HTML or XLS.
Download

FireFox Decrypter
Will use firefox API's to decrypt firefox passwords. Can export to HTML or XLS.

Chrome Decrypter
Will use Chrome/Windows API's to decrypt Chrome passwords. Can export to HTML or XLS.
Download

IE History
Will display the coockies, history and temporary internet files from Internet Explorer & from any user profile.
Download

Password Revealer
Will reveal text behind password chars using sendMessage and EM_SETPASSWORDCHAR. More details here
Download

Netapi32
Will enumerate sessions, files, connections, shares and disks on a remote host using netapi32.dll API's. More details here
Download

DHCPMon
Will display dhcp subnets and dhcp clients. Can also export to HTML and XLS. More details here
Download

MyPrinters
Will display and manage printers, drivers, monitors, ports and jobs. Can also export to HTML and XLS. Print spooler API's are used. More details here
Download

TSMon
Will enumeare MS Terminal Services sessions and processes. Can also export to HTML and XLS. More details here
Download

Netstat
Will display network connections (both incoming and outgoing). Can also export to HTML and XLS.
One specific is that we use here the snmp api and RFC1157 instead of the iphelper api. More details here
Download

DHCP Extension Agents
Will filter DHCP incoming packets on a MS DHCP server.
First agent filters based on mac addresses.
Second agent filters based on option 12 (hostname).
Only hosts included in a flat fil will pass, others will be dropped.
Optionally, a mail can be sent everytime a host is denied.
Wild chars are allowed.
More details here
Download
Download

POP3 Client
Old and dirty POP3 client. Can also export to HTML and XLS. More on POP3 here
Download

SMTP Client
Old and dirty SMTP client. More on SMTP here
Download

MAPI Client
Simple MAPI client. More on MAPI here
Download

SetAcl GUI
A GUI to setacl.ocx.
More on setacl.ocx here Download

Device Viewer
Will enumarate devices with some extra details.
Can export to HTML.
Works on remote systems.
More on Device Installation Functions here
Download

ARP Scan
Scan for all arp addresses on your subnet
Can export to HTML.

Download

ARP Watch
Will listen to all ARP requets and reply and your network
Can export to HTML.

Download