Multiple choice technology operating systems

Select Correct Command Format

  1. c:>net use

  2. c:>Runas /user:domain\username cmd

  3. c:>net use x: \servername\Shared folder

  4. c:>Cd\

Reveal answer Fill a bubble to check yourself
A,B,C,D Correct answer
Explanation

All four options represent valid Windows command formats. 'net use' maps network drives, 'runas /user:domain\username cmd' opens cmd as another user, 'net use x: \servername\Shared folder' maps a specific share, and 'Cd\' changes to the root directory of the current drive.