Search found 8 matches
- 26 Jan 2014 11:38
- Forum: DOS Batch Forum
- Topic: Verify Account Password
- Replies: 25
- Views: 13764
Re: Verify Account Password
Since the person is already logged into Windows they could use task manager to kill the process or just type ctrl+C to break the batch file. You would basically have to create your own GINA to do what you want to do. That's a alternative but assuming that the OP wants to stop a hacker from reading ...
- 26 Jan 2014 09:50
- Forum: DOS Batch Forum
- Topic: Verify Account Password
- Replies: 25
- Views: 13764
Re: Verify Account Password
if isn't possible to read login , i think to create a batch file in the automatic execution , when windows start , the batch file is open and there is a countdown to enter a password ( the pwd is different to login pwd ) , : if the password is correct ok end the programm if the password is wrong del...
- 25 Jan 2014 17:40
- Forum: DOS Batch Forum
- Topic: Verify Account Password
- Replies: 25
- Views: 13764
Re: Verify Account Password
Ok , but what i do ? if i use only one ( this ) , the error level are 1 and goto end cd C:\Users\XX\Desktop\ auth /d:%XX% /u:XX /p:hello >nul 2>&1 if ERRORLEVEL 1 GOTO End :Error del C:\Users\XX\Desktop\pollo.txt :End pause and if i use only one ( this ) , delete the file cd C:\Users\XX\Desktop\...
- 25 Jan 2014 16:39
- Forum: DOS Batch Forum
- Topic: Verify Account Password
- Replies: 25
- Views: 13764
Re: Verify Account Password
But the error level would create when the bath file are start and are ever 1 cd C:\Users\XX\Desktop\ auth /d:%XX% /u:XX /p:hello >nul 2>&1 echo %errorlevel% cd C:\Users\XX\Desktop\ auth /d:%XX% /u:XX /p:help >nul 2>&1 echo %errorlevel% if ERRORLEVEL 1 GOTO End :Error del C:\Users\XX\Desktop\...
- 25 Jan 2014 15:08
- Forum: DOS Batch Forum
- Topic: Verify Account Password
- Replies: 25
- Views: 13764
Re: Verify Account Password
Ok it's work : Logon Successfull
but how i can use it for my scope ? xD
if auth /d:XX /u:XX /p:hello
del C:\Users\XX\Desktop\pollo.txt
Mmmm no dont work xD
but how i can use it for my scope ? xD
if auth /d:XX /u:XX /p:hello
del C:\Users\XX\Desktop\pollo.txt
Mmmm no dont work xD
- 25 Jan 2014 09:33
- Forum: DOS Batch Forum
- Topic: Verify Account Password
- Replies: 25
- Views: 13764
Re: Verify Account Password
Yes foxi i referring to the password when someone tries to log onto the account when Windows starts up Squash i tries the Auth tools , in cmd the command Usage: Auth.exe /d:dom /u:uid /p:pwd auth /? but when i write auth /u:XXX the message is : Auth V01.01.00cpp Joe Richards August 2001 Usage: Auth....
- 25 Jan 2014 06:41
- Forum: DOS Batch Forum
- Topic: Verify Account Password
- Replies: 25
- Views: 13764
Re: Verify Account Password
Hi !!
i have done only the delete command ( del C:\Users\Desktop\pollo.txt ) but i think how i can do the verify ,
if net user XXX password
if [NOT] password==hello
if DEFINE password==hello
but these are wrong :/
it's possible to make in dos ?

if net user XXX password
if [NOT] password==hello
if DEFINE password==hello
but these are wrong :/
it's possible to make in dos ?
- 24 Jan 2014 18:37
- Forum: DOS Batch Forum
- Topic: Verify Account Password
- Replies: 25
- Views: 13764
Verify Account Password
Hello !! I have a problem , how i can verify account's password login and if someone wrong the password login delete the file in C:\Users\XXX\pollo.txt ?
Thanks for the help
Thanks for the help
