Add user script
If your able to run a executable to escalate privilege, you can use the following code to add a new user in the administratior group
Code:
# Compile
i686-w64-mingw32-gcc -o useradd.exe useradd.c
Last updated
If your able to run a executable to escalate privilege, you can use the following code to add a new user in the administratior group
Code:
# Compile
i686-w64-mingw32-gcc -o useradd.exe useradd.c
Last updated