Saved Windows Credentials

[Solved] Saved Windows Credentials | Powershell - Code Explorer | yomemimo.com
Question : Saved Windows Credentials

Answered by : annoyed-alligator-lsqba2u6g5kj

#Windows allows us to use other users' credentials. This function also gives the option to save these credentials on the system. The command below will list saved credentials:
cmdkey /list
#While you can't see the actual passwords, if you notice any credentials worth trying, you can use them with the runas command and the /savecred option, as seen below.
runas /savecred /user:admin cmd.exe

Source : | Last Update : Wed, 29 Jun 22

Answers related to Saved Windows Credentials

Code Explorer Popular Question For Powershell