kd> .reload /user
kd> x notepad!*
kd> !process 81b3a310
PROCESS 81b3a310 SessionId: 0 Cid: 0828 Peb: 7ffd7000 ParentCid: 00d8
DirBase: 0049a000 ObjectTable: e15f4c10 HandleCount: 60.
Image: notepad.exe
VadRoot 81b00b38 Vads 63 Clone 0 Private 151. Modified 17. Locked 0.
DeviceMap e16598f0
Token e15d7d10
…
kd> .process 81b3a310
Implicit process is now 81b3a310
WARNING: .cache forcedecodeuser is not enabled
kd> .cache forcedecodeuser
Max cache size is : 1048576 bytes (0x400 KB)
Total memory in cache : 0 bytes (0 KB)
…
kd> .reload /user
Loading User Symbols
.........................
kd> x notepad!*
010011a4 notepad!_imp__DestroyWindow = <no type information>
010010a8 notepad!_imp__GlobalUnlock = <no type information>
…