Creating a Windows user account with java
问题 Is it possible to create/delete windows user account and set its privileges to make it admin account , simple user account or guest account using java code ? 回答1: It's been already 1 year when i asked this question and i forgot to post the answer. I'm sorry :) to create a user account we need administrative privileges by wrapping a manifest file with our program. the manifest file must have the same name as the program. this how this file should look like: <?xml version="1.0" encoding="UTF-8"