220-802 · Question #927
With default settings in Windows 7 64-bit which of the following groups is allowed to install unsigned drivers while giving the LEAST amount of permissions?
The correct answer is B. Administrator. In Windows 7 64-bit, driver signature enforcement is enabled by default, and only members of the Administrators group have the ability to install unsigned drivers while representing the minimum required privilege level.
Question
With default settings in Windows 7 64-bit which of the following groups is allowed to install unsigned drivers while giving the LEAST amount of permissions?
Options
- AAuthenticated User
- BAdministrator
- CPower User
- DStandard User
How the community answered
(51 responses)- A14% (7)
- B76% (39)
- C4% (2)
- D6% (3)
Why each option
In Windows 7 64-bit, driver signature enforcement is enabled by default, and only members of the Administrators group have the ability to install unsigned drivers while representing the minimum required privilege level.
Authenticated Users is essentially equivalent to Standard Users for driver installation purposes and lacks the elevated rights needed to install unsigned drivers on Windows 7 64-bit.
Windows 7 64-bit enforces kernel-mode code signing by default, requiring all drivers to be digitally signed. The Administrator group is the lowest privilege level that can override this enforcement - for example, by booting with 'Disable Driver Signature Enforcement' or by using test mode - and still install unsigned drivers. Standard Users and Authenticated Users cannot install any drivers regardless of signing status.
The Power Users group was effectively deprecated starting with Windows Vista and Windows 7, and no longer provides elevated driver installation capabilities above a Standard User.
Standard Users do not have the permissions required to install drivers of any kind, signed or unsigned, on Windows 7.
Concept tested: Windows 7 64-bit driver signing enforcement permissions
Source: https://learn.microsoft.com/en-us/windows-hardware/drivers/install/driver-signing
Topics
Community Discussion
No community discussion yet for this question.