Guest User

Untitled

a guest
May 22nd, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. command: ren Z:\clean\old new
  2.  
  3. Debug output:
  4.  
  5. PRE FltGetDestinationFileNameInformation \Device\Mup\vmware-host\Shared Folders\clean\new
  6. PRE FltGetFileNameInformation,normalized,default: \Device\Mup\vmware-host\Shared Folders\clean\old
  7. PRE FltGetFileNameInformation,normalized,fs only: \Device\Mup\vmware-host\Shared Folders\clean\old
  8. POST FltGetTunneledName: \Device\Mup\vmware-host\Shared Folders\clean\old
  9. POST FltGetFileNameInformation,normalized,default: \Device\Mup\vmware-host\Shared Folders\clean\old
  10. POST FltGetFileNameInformation,normalized,fs only: \Device\Mup\vmware-host\Shared Folders\clean\old
  11. POST FltGetDestinationFileNameInformation: \Device\Mup\vmware-host\Shared Folders\clean\new
  12.  
  13. =========================================================================================================
  14.  
  15. command: ren \\192.168.25.1\clean\old new
  16.  
  17. Debug output:
  18.  
  19. 0: kd> g
  20. PRE FltGetDestinationFileNameInformation \Device\Mup\192.168.25.1\clean\new
  21. PRE FltGetFileNameInformation,normalized,default: \Device\Mup\192.168.25.1\clean\old
  22. PRE FltGetFileNameInformation,normalized,fs only: \Device\Mup\192.168.25.1\clean\old
  23. POST FltGetTunneledName: No tunneling.
  24. POST FltGetFileNameInformation,normalized,default: \Device\Mup\192.168.25.1\clean\new
  25. POST FltGetFileNameInformation,normalized,fs only: \Device\Mup\192.168.25.1\clean\new
  26. POST FltGetDestinationFileNameInformation: \Device\Mup\192.168.25.1\clean\new
  27.  
  28. =========================================================================================================
Add Comment
Please, Sign In to add comment