In Windows, the 'Device Manager' can be accessed by running which command? MCQ with Answer and Explanation

In Windows, the 'Device Manager' can be accessed by running which command?
A. hdwwiz.cpl
B. devmgmt
C. sysdm.cpl
D. devmgmt.msc
Answer: Option D
Solution (By JKSSB Mock Tests)
devmgmt.msc opens Device Manager; hdwwiz.cpl also opens the Add Hardware wizard.

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Operating Systems Questions

Question #1
Which Linux command is used to view the contents of a file one page at a time?
A. head
B. more
C. less
D. cat

Correct Answer: Option C


Explanation:
less allows forward and backward scrolling, more is older and only forward; cat dumps all content.

This question belongs to: Computer Operating Systems
Question #2
Which Linux command is used to search for files using a database of filenames?
A. whereis
B. find
C. locate
D. which

Correct Answer: Option C


Explanation:
locate uses a pre-built database (updatedb) to quickly find files by name; find searches in real-time.

This question belongs to: Computer Operating Systems
Question #3
In Windows, the 'Services' management console can be opened by running:
A. msc services
B. services.msc
C. service.msc
D. compmgmt.msc and then Services

Correct Answer: Option B


Explanation:
services.msc opens the Services snap-in directly; compmgmt.msc also includes it.

This question belongs to: Computer Operating Systems