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.
- Host: GitHub
- URL: https://github.com/rcastro2/accountsusingvbs
- Owner: rcastro2
- Created: 2022-03-29T22:36:41.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-29T23:15:45.000Z (about 4 years ago)
- Last Synced: 2025-03-23T05:26:22.579Z (about 1 year ago)
- Topics: vbscript
- Language: VBScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.