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
332 B
12 lines
332 B
rem
|
|
rem Run DEVTCTL with just opens and a full query
|
|
rem
|
|
rem +a: Do all devices in system
|
|
rem -k: Only do async handles
|
|
rem -f: No FSCTL calls
|
|
rem -i: No IOCTL calls
|
|
rem -m: No misc calls
|
|
rem -w: No winsock transmit file calls (hangs on lots of devices)
|
|
rem -y: Leave the disks alone
|
|
rem
|
|
devctl.exe +a -k -f -i -m -w -y
|