31.6k views
5 votes
Which of the following will launch Windows Explorer as the user "bob"? A. explorer.exe /user:bob B. runas /user:bob explorer.exe C. runas /user:explorer.exe bob D. explorer.exe /runas:bob

User Zemunkh
by
8.3k points

1 Answer

6 votes

Final answer:

It correctly utilizes the "runas" command with the appropriate syntax to launch Windows Explorer as the user "bob. The correct option is B. runas /user:bob explorer.exe.

Step-by-step explanation:

The "/user:bob" parameter in option B specifies the user "bob" for the "runas" command, launching Windows Explorer with the credentials of the specified user. Option A is incorrect as "/user:bob" is not a valid parameter for "explorer.exe." Option C is also incorrect as the order of parameters is not appropriate for the "runas" command, and option D is invalid as "/runas:bob" is not a recognized parameter for "explorer.exe."

In option B, the "runas" command is used to run "explorer.exe" with the "/user:bob" parameter, indicating that Windows Explorer should be launched with the user credentials of "bob." This is the correct syntax for achieving the desired result.

Therefore, correct option is B. runas /user:bob explorer.exe.

User Guilhermerama
by
8.6k points

Related questions

asked Feb 20, 2024 153k views
KFleischer asked Feb 20, 2024
by KFleischer
8.6k points
1 answer
4 votes
153k views
asked Apr 27, 2021 235k views
Ramon Snir asked Apr 27, 2021
by Ramon Snir
8.8k points
2 answers
5 votes
235k views