Start/stop a service using command line ShowStart/stop a service using command line
The netsh tool (netsh.exe) can automate the startup or shutdown of a service through the following command line:
To start a service:
Net start name_of_service
To stop a service:...
Command prompts for Windows ShowCommand prompts for Windows
Some of these command below can cause harmful an undesirable functions, leading to the formatting of your hard disk and data loss, while others will not run under Windows XP. As for Windows Vista the Run Tab is not...
How to resize a disk partition ShowHow to resize a disk partition
For Windows Vista users
Solution 1: Using Disk Management
Solution 2: Using Command Prompt
Software Download
There are some simple ways to manage your disk partitions to either expand or reduce them....
Linux commands ShowTable of main Linux commands
Command
Description
DOS equivalent
ls
lists the content of a directory
dir
cd
change directory
cd
cd ..
parent directory
cd..
mkdir
creates a new...
Network tests and diagnostics ShowTesting the IP configuration
Before doing anything else, you are advised to check the computer's IP configuration. Windows systems offer a command-line tool, called ipconfig, that lets you find out your computer's IP configuration. The output of...
UNIX Commands ShowTable of the main UNIX commands
Unix Commands
Description
Options
ls
lists the content of a directory
-a
Displays all files, including hidden files
-I
Displays a...