An open API service indexing awesome lists of open source software.

https://github.com/rcastro2/accountsusingvbs

Small script to create local accounts from a csv file on a Windows PC.
https://github.com/rcastro2/accountsusingvbs

vbscript

Last synced: 12 months ago
JSON representation

Small script to create local accounts from a csv file on a Windows PC.

Awesome Lists containing this project

README

          

AccountsUsingVBS




createAccounts


Simple Visual Basic Script that creates local user accounts on computer via the command line using "net user username password /add". Username and passwords are pulled from a CSV file. Command line instruction for deleting accounts is included as comment.