2

I would like to retrieve the name of the user that was signed in when the dump was created. Is that possible to do with windbg? I did some searching and couldn't find anything.

minhaz1
  • 300

1 Answers1

2

try this command:

!envvar USERNAME

This reads the Environment-variable username which is filled by the system.