answersLogoWhite

0

Windows (at least in Vista)The command

DRIVERQUERY /FO LIST

should return a list of drivers in use and their locations.

LinuxThe command

lsmod

will return a list of kernel modules currently in use.

modprobe -l

will return a (very long) list of all the kernel modules in the system.
User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What command at the command prompt loads Windows desktop?

There isn't one. By the time the Command Prompt is available, Windows has already loaded.


What is the windows that asks for the response for execution of some particular command?

The window that prompts for a response to execute a particular command is typically known as a "command prompt" or "terminal" in Windows. This interface allows users to input commands and receive feedback or results from the operating system. In Windows, it is commonly referred to as the Command Prompt or PowerShell, where users can run various scripts and manage system operations.


The Map Network Drive command is available where in the menu of Windows Explorer?

Tools


Which command displays amount of total and available memory?

You can use the DOS command MEM to show total and available memory, but it only shows the memory for the process that is running the command shell. It will not show the memory in terms of Windows, nor will it work at all for Windows 7.


Is The command used to view IP information on a Windows XP or Windows Vista workstation is ifconfig?

No, the command to view the IP information for a computer running Windows XP or Vista is " ipconfig ", executed from a command prompt. Executing the command with the switch " /?"will provide all the options available to the user.


What prompt in Windows RE do you use when graphical tools available in Windows RE fail to solve the Vista problem?

command


Why Telnet command returns the reply not an internal command?

Telnet is a Windows program, not a MS-DOS one. It is not available in pure MS-DOS.


What does it mean when a menu command is dimmed instead of being bold?

When a menu command in Windows is greyed out or dimmed, it means it is not available. It is possible that the user does not have enough privileges to use the command.


Use the prompt window in Windows RE when graphical tools available in Windows RE fail to solve the Vista problem?

COMMAND -Gabriel MGVR


What command can you use to load the windows desktop?

What command can you use to load the windows desktop?


What is the command to update group policy in Windows 2000?

To update group policy in Windows 2000, you can use the command gpupdate. This command refreshes both user and computer policy settings. If you want to force an immediate update, you can run gpupdate /force. This will apply all policy settings regardless of whether they have changed.


What is the equivalent of grep command in windows?

Windows does not have such command. Windows command line is extremely limited. If you want more advanced functionality install cygwin-bash or Microsoft PowerShell