Category Archives: Command Prompt

Event Viewer Command Line [CMD] 2024

Run the command eventvwr from the Run window or the command prompt to open the event viewer console. We can use eventquery.vbs it to retrieve log data from the command line. You can find this file in the C:/Windows/System32 directory. Event Viewer Command Line – By using eventquery.vbs, we can generate events selectively. An event… Read More »

Run Services Command Windows [Management Console]

How to run service command for Windows Operating System? It’s also called a service management console. We can start or stop services from this console, as well as choose whether the service should be started automatically, manually, or disabled! Start the Services console with the run command Services.msc How to Open The Run Services Console… Read More »

Run Command for Startup Programs

System Configuration allows you to configure startup programs. System Configuration is opened with the Run command msconfig. In the configuration utility window, click the tab ‘Startup’. Choosing which programs should be launched upon logging in gives you more control. You may also like: Net Use Command Example [CMD]

Net Use Command Example [CMD]

Windows has a useful command called Net use that allows you to access network drives and manage them from CMD. A drive should be mapped to a shared folder, right? Do you want to delete them? Enter ‘Net use’ for that. Net Use Command Example – Here’s an example of the syntax you can use.… Read More »

Run Command for System Information Windows [CMD]

Information about a computer system’s hardware and software can be obtained by using the system information utility. By executing the command msinfo32 from the Run window, users can access this tool. Run Command for System Information – This command shows the following details: BIOS, Page File Space, Network, Storage, Signed Drivers, Startup Programs, Operating System… Read More »