-
Notifications
You must be signed in to change notification settings - Fork 0
/
Collect_Driver_Details.cmd
24 lines (20 loc) · 1.25 KB
/
Collect_Driver_Details.cmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
@echo off
rem -----------------------------------------------------------------------------------------------------
rem - Logmein Rescue Sample Scripts -
rem - Detailed System Drivers information -
rem - -
rem - This script will upload a small script command file, -
rem - analize device drivers on the customer's PC, and will relay information -
rem - back to the Chat area. Result output can be very long and detailed. -
rem -----------------------------------------------------------------------------------------------------
echo STARTING DRIVER QUERY, PLEASE WAIT:
echo --------------------------------------------
driverquery /v /FO LIST
echo --------------------------------------------
exit
rem -----------------------------------------------------------------------------------------------------
rem - Copyright (C) 2003-2007 LogMeIn, Inc. US patents pending. -
rem - This script can be re-distributed for demonstration purposes only. -
rem - Use of this script is subject to general Logmein Terms and Conditions found here: -
rem - https://secure.logmein.com/termsandconditions.asp -
rem -----------------------------------------------------------------------------------------------------