So what I am trying to do is let my Java find the user\'s name that windows is logged in with, so when I would say such a method, it would return the users name, like I use
Two ways
System.getProperty("user.name");
System.getenv("USERNAME");
Both are good for any OS