Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
320 B

  1. rem
  2. rem Run DEVTCTL with just opens and a full query
  3. rem
  4. rem +a: Do all devices in system
  5. rem -k: Only do async handles
  6. rem -f: No FSCTL calls
  7. rem -i: No IOCTL calls
  8. rem -m: No misc calls
  9. rem -w: No winsock transmit file calls (hangs on lots of devices)
  10. rem -y: Leave the disks alone
  11. rem
  12. devctl.exe +a -k -f -i -m -w -y