The Computer Oracle

How to know when I last changed my Windows 10 password?

--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Popsicle Puzzles

--

Chapters
00:00 How To Know When I Last Changed My Windows 10 Password?
00:09 Accepted Answer Score 20
00:35 Thank you

--

Full question
https://superuser.com/questions/1328161/...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#windows10 #passwordmanagement

#avk47



ACCEPTED ANSWER

Score 20


Use the Net User command to display the date and time you last set your Windows 10 user account password. Check the Password last set output of the net user %username% command.


Local Account Command

net user %username%

enter image description here

Domain Account Command

Note: Use if logged onto a domain joined PC you're logged on with a domain account

net user %username% /domain

Further Resources