1. A Windows Script that lists all Hardware Devices that are not working on the local computer
Posted on WisdomBay @ 1:11 AM 2/25/2006 | Post by Pramod S Nair
This Windows Script coded in VBScript can be used by System Admins for listing, devices that are having conflicts or troubles on the local machine. This script can be modified to write the output to a file or something for creating a list of trouble making devices.
How to use :
1. Copy the code given above to clipboard.
2. Create a new file and name it as you like with a '.vbs' extension.
3. Now double clicking on the file will prompt the user with the list of troubled devices.