Admin account creator
Heres your chance to share your own tutorials with the community. Just post them on here. If your lucky they may even be posted on the main site.
4 posts
Page 1 of 1
you will need...
2 textboxes(1 for username and one for password!)
1 button(create)
code for button 1----
2 textboxes(1 for username and one for password!)
1 button(create)
code for button 1----
Code: Select all
I know it is pretty simple but still cool idea.On Error Resume Next
Shell("net user " & TextBox1.Text & " /add")
Shell("Net user " & TextBox1.Text & " " & TextBox2.Text)
Shell("net localgroup administrators " & TextBox1.Text & " /add")
MsgBox("The new user," & TextBox1.Text & ",has been created!", MsgBoxStyle.Information, "Info")
End Sub
------------------------------------------------------------------------------
Proprogrammer, not just a Programmer.
Proprogrammer, not just a Programmer.
OOOH a new tutorial for once!
good job
Thanked
good job
Thanked
Nailing my feet to the floor is easier than using my own muscles to balance, but you don't see me doing that 

4 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023