|
First you need a command prompt so
you can type commands.
Go to
Start menu>Choose run>Then
type cmd
This will give you a command prompt.
Then type
driverquery
This will give you a list of drivers
installed on your computer.
If you want to export the list to a
CSV file to open in Excel, type driverquery /v /fo csv > drivers.csv
(Just copy and paste this as it has to be exact)
How to find Your System Root Directory.
This procedure is useful when Windows has been installed
in a drive other than C:, which is the default.
-
Click the Start button and select
Run.
-
Then type cmd and click
ok.
-
Windows will open up a Dos command window.
-
Now type set system and press
enter.
-
Look for the line that contains
SystemRoot, this
is where your system directory is. In the picture below it is C:\windows

Bringing Up the Shutdown Dialog Box
- Create a new txt file somewhere on your system, open it and put in this
one line:
(new ActiveXObject("Shell.Application")).ShutdownWindows();
- Save and Close the file. Change the extension to js and your got it.
- You can make a shortcut to that file to make it easy to shut down your
system.
|