Multiple choice technology

Command to restart the hand held service

  1. net stop handheldserverservice

  2. net start handheldserverservice

  3. net start handheld

  4. net start handhldsrvservice

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The 'net start' command is used to start a Windows service. 'net stop' stops a service. Option B correctly shows the command to start the handheld server service. Options C and D have incorrect service names that don't match the standard service naming convention.