I'm using handle.exe from SysInternals to grab information about open handles. Running just handle.exe -p cmd to get the handles for cmd.exe, I get the following output. Other output is similar, just much longer.
cmd.exe pid: 22916 NT AUTHORITY\SYSTEM
3C: File (RW-) C:\Windows
7C: File (RW-) C:\Program Files (x86)\ManageEngine\AssetExplorer\bin
------------------------------------------------------------------------------
cmd.exe pid: 22264 RADHSV\nsshinabarger
3C: File (RW-) C:\Users\nsshinabarger\Downloads\Handle
12C: File (R-D) C:\Windows\System32\en-US\cmd.exe.mui
I assume the R and W stand for read and write, but I can't seem to find documentation on what the D stands for. Could someone tell me what it stands for, or point me towards documentation?
Thank you!