I have a VBS script to create a Local User and adds them to the Administrator Group. I am trying to convert that script to AutoIt. I will eventually make a GUI and make it look nice. I can't get it to work though. Here is what I have so far. #include <GUIConstants.au3> ; RETRIEVE Computer Name Dim $objNetwork, $strComputerName $objNetwork = ObjCreate("WScript.Network") $strComputer = $objNetwork.ComputerName $strUserName = ("testuser") $strFullName = ("Test User") $strPassword = (