Look for a dos batch for password reset

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
fuzindawz
Posts: 3
Joined: 21 Mar 2018 02:33

Look for a dos batch for password reset

#1 Post by fuzindawz » 26 Mar 2018 01:16

Would someone point out a way to change or reset account password on Windows 10? it takes time to do this one by one. thanks

penpen
Expert
Posts: 2009
Joined: 23 Jun 2013 06:15
Location: Germany

Re: Look for a dos batch for password reset

#2 Post by penpen » 26 Mar 2018 07:45

There is no way to do that in batch without hacking (which is not recommend); try the "Microsoft way" for:
- Local accounts,
- Live Acoounts.

penpen

Ed Dyreen
Expert
Posts: 1569
Joined: 16 May 2011 08:21
Location: Flanders(Belgium)
Contact:

Re: Look for a dos batch for password reset

#3 Post by Ed Dyreen » 26 Mar 2018 08:07

https://www.windows-commandline.com/cha ... mand-line/
you can use a program like stackey to feed the new password into the net user command.
Not sure if this works for win10 though, if it doesn't you can try accessing the configuration interface.

RunDll32.exe shell32.dll,Control_RunDLL nusrmgr.cpl on my system it's nusrmgr.cpl on win10 it may be different.
Also note I use 32bit version. Cpl files often have multiple tabs which one will be activated depends on the parameters passed, but the difficult part is sending the keys and pressing the right buttons surely, for that I prefer autoIT.

fuzindawz
Posts: 3
Joined: 21 Mar 2018 02:33

Re: Look for a dos batch for password reset

#4 Post by fuzindawz » 26 Mar 2018 21:04

penpen wrote:
26 Mar 2018 07:45
There is no way to do that in batch without hacking (which is not recommend); try the "Microsoft way" for:
- Local accounts,
- Live Acoounts.

penpen
Neither of them work in my case. I didn't make a password reset disk and it is a local account.

Ed Dyreen
Expert
Posts: 1569
Joined: 16 May 2011 08:21
Location: Flanders(Belgium)
Contact:

Re: Look for a dos batch for password reset

#5 Post by Ed Dyreen » 27 Mar 2018 07:47

fuzindawz wrote:
26 Mar 2018 21:04
Neither of them work in my case. I didn't make a password reset disk and it is a local account.
My solution also not work on win10 ?

Q. April
Posts: 19
Joined: 27 Jan 2018 14:36
Location: Mayatopia

Re: Look for a dos batch for password reset

#6 Post by Q. April » 27 Mar 2018 14:50


Yaskerpas
Posts: 1
Joined: 10 Apr 2018 00:40

Re: Look for a dos batch for password reset

#7 Post by Yaskerpas » 10 Apr 2018 00:54

fuzindawz wrote:
26 Mar 2018 21:04
penpen wrote:
26 Mar 2018 07:45
There is no way to do that in batch without hacking (which is not recommend); try the "Microsoft way" for:
- Local accounts,
- Live Acoounts.

penpen
Neither of them work in my case. I didn't make a password reset disk and it is a local account.
If you didn't make a password reset disk , this problem is hard to solve , do you use Microsoft account on your Windows 10 ?
Maybe , you can try this tool ,It helped me hack my locked computer.
Last edited by Yaskerpas on 15 Apr 2018 04:04, edited 1 time in total.

fuzindawz
Posts: 3
Joined: 21 Mar 2018 02:33

Re: Look for a dos batch for password reset

#8 Post by fuzindawz » 11 Apr 2018 20:43

Yaskerpas wrote:
10 Apr 2018 00:54
fuzindawz wrote:
26 Mar 2018 21:04
penpen wrote:
26 Mar 2018 07:45
There is no way to do that in batch without hacking (which is not recommend); try the "Microsoft way" for:
- Local accounts,
- Live Acoounts.

penpen
Neither of them work in my case. I didn't make a password reset disk and it is a local account.
If you didn't make a password reset disk , this problem is hard to solve , do you use Microsoft account on your Windows 10 ?
No, it is a local admin account

Post Reply