---------------------------------------------------------------------------------------------------
2.5kb app that creates a hidden user account from the logon screen and control panel user accounts.
---------------------------------------------------------------------------------------------------
This doesnt use any special trickery like adding the user to the special accounts in the registry
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList
its actually a flaw in the User Account Manager* which doesnt show all the users with netapi.
Verified on Windows 2000 Pro,Windows XP Home Edition,Windows XP Pro & Windows 2003 Standard Edition.
Usage: GU.exe <user> <pass> <description>
Example: GU SecureMS letmein "Built-in Account for owning."
*Account will show up in Computer Management console
*start/run lusrmgr.msc or compmgmt.msc
also it only adds user with USER privs
if you have admin privs in your shell you can
net localgroup administrators <user> /add
---------------------------------------------------------------------------------------------------

