var fDesc=new Array(); fDesc[0] = "Windows User Manager is the free desktop tool to easily and quickly manage all the User accounts on your Windows system.

On starting, it lists all user accounts along with following details for each user,

# User Name
# Account Type (Administrator/Normal User/Guest)
# Account Status (Active/Disabled)
# Password Status (Pwd Set/Not Set/Expired)
# Last Logon Time


You can select a user from the list then Enable/Disable or Delete that account with just a click of button. This will be useful in recent systems (win7, win8 etc) where built-in Administrator account is disabled by default and using this tool you can quickly enable it.


Also it features Color based display for easier identification. Disabled user accounts are shown in red background color while Admin accounts are shown in blue color.


It has cool GUI interface and very easy to use tool for all level of users. It is fully portable and does not require any other components such as .NET or Java.


Windows User Manager works on both 32-bit and 64-bit systems starting from Windows XP to Windows 8."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }