Overview Virtual Technology (VITECH) is a free online education media that provides you mostly with computer knowledge. We have many "ready-to-read" articles, tips and tricks and web channels and all those stuff available for free. Our knowledge base is searchable through our internal search engine and also searchable through many internet search engines.
History
Founded in Sunday 09 December 2007 by vitech team at Surabaya, East Java. It obsession is to share the knowledge through this online education media and also makes vitech.tk as a media for other authors (especially IT authors) to share their knowledge and contribute their writings.
Mission
vitech.tk primary objective is to bring high quality and professional looking free knowledge base for Indonesian people. We achive this by:
* Share and write our knowledge, collecting and translating many computer knowledge from the internet and make it available here. Our audience target are Indonesian computer beginner and Indonesian people in general.
* Make our knowledge base searchable through our internal search engine and also searchable through many internet search engines.
* Write our knowledge base mostly in English (English language) so we can become the most well known free online education for Indonesian people around the world.
* Records and display our knowledge base content statistics to the audience so we can measure the knowledge trends and knowledge demand about our knowledge base.
Passionate
We are a passionate free online education media and we stand behind our knowledge base we build. We take a concerned effort to ensure success in our knowledge base. We love computer, we love technology, we share knowledge with you.
Competence
We take a great deal of pride in everything we do. We work hard to make sure all of our knowledge base are exceptional. Our goal is to provide the best solution to our reader and knowledge seeker through our knowledge base content. With our evolving growth and success we continue to keep getting better.
HOT NEWS
Thursday 13 January 2011
Change User Password at Command Prompt
This trick describes how to use the net user command to change the user password at a Windows command prompt.
To change a user's password at the command prompt, type:
net user user_name * /domain
When you are prompted to type a password for the user, type the new password, not the existing password. After you type the new password, the system prompts you to retype the password to confirm. The password is now changed.
Alternatively, you can type the following command:
net user user_name new_password
When you do so, the password changes without prompting you again. This command also enables you to change passwords in a batch file.
To change a user's password at the command prompt, type:
net user user_name * /domain
When you are prompted to type a password for the user, type the new password, not the existing password. After you type the new password, the system prompts you to retype the password to confirm. The password is now changed.
Alternatively, you can type the following command:
net user user_name new_password
When you do so, the password changes without prompting you again. This command also enables you to change passwords in a batch file.
Sunday 09 January 2011
Automatic Lock Windows Account After a wrong password
In This Tips, we'll shows the techniques of prevention Hacking Windows Account with Brute Force technique or experiment/try password.
In this case, usually when we want to leave the work space or our computer, so that the computer we are not in the brain tweaking our people always use the key combination [Windows logo] + [L]. The key combination will lock the screen to display the Windows Login.
This tips is useful to anticipate things that nosy time someone wants to enter your computer by way of guessing your password. With this lightweight tips, your account will be locked for 60 minutes after the nosy enter the wrong password 3 times.
Open the Windows Command Processor (Start-> Run, type CMD and then Enter). Type the command:
net accounts
Now we set for our account is locked automatically after you enter the wrong password 3 times. Type the following command:
net accounts /lockouttreshold:3
then we set for that account along with the windows locked for 60 minutes:
net accounts /lockoutduration:60
net accounts /lockoutwindow:60
now we see the changes. Type the command
net accounts
Have changed, right? Please lock your screen and then try entering an incorrect password 3 times you will not get into windows for 60 minutes. As anticipated, you should create 1 account again as the only alternative if the account is locked.
In this case, usually when we want to leave the work space or our computer, so that the computer we are not in the brain tweaking our people always use the key combination [Windows logo] + [L]. The key combination will lock the screen to display the Windows Login.
This tips is useful to anticipate things that nosy time someone wants to enter your computer by way of guessing your password. With this lightweight tips, your account will be locked for 60 minutes after the nosy enter the wrong password 3 times.
Open the Windows Command Processor (Start-> Run, type CMD and then Enter). Type the command:
net accounts
Now we set for our account is locked automatically after you enter the wrong password 3 times. Type the following command:
net accounts /lockouttreshold:3
then we set for that account along with the windows locked for 60 minutes:
net accounts /lockoutduration:60
net accounts /lockoutwindow:60
now we see the changes. Type the command
net accounts
Have changed, right? Please lock your screen and then try entering an incorrect password 3 times you will not get into windows for 60 minutes. As anticipated, you should create 1 account again as the only alternative if the account is locked.
Go to page >>



