Friday, October 3, 2008

Scripting

Symptom/ Challenge
How do I add multiple user accounts to windows Vista by scripting?

Hypothesis
Learn what scripting is?

Conclusion
This site teaches the basics to understand scripting
http://www.microsoft.com/technet/scriptcenter/hubs/start.mspx

1) Open notepad
2) write net user userx /add (eg. net user Rob /add)
3) save as bat file (eg. user.bat)
4) run the file as administrator






Reflection
In opening up command prompt as administrator you can see all the users
to get help type net user /?

No comments: