IAutomaticUpdatesSettings3::get_NonAdministratorsElevated method (wuapi.h)

[Set is no longer supported. Also, starting with Windows 10 calls to Get always return VARIANT_TRUE.]

Gets and sets a Boolean value that indicates whether non-administrators can perform some update-related actions without administrator approval.

This property is read/write.

Syntax

HRESULT get_NonAdministratorsElevated(
  VARIANT_BOOL *retval
);

Parameters

retval

Return value

None

Remarks

The NonAdministratorsElevated property controls whether non-administrative users are allowed to perform some additional actions without elevation. It is equivalent to the “Allow all users to install updates on this computer” check box in the Windows Update settings dialog.

Requirements

Requirement Value
Minimum supported client Windows XP, Windows 2000 Professional with SP3 [desktop apps only]
Minimum supported server Windows Server 2003, Windows 2000 Server with SP3 [desktop apps only]
Target Platform Windows
Header wuapi.h
Library Wuguid.lib
DLL Wuapi.dll

See also

IAutomaticUpdatesSettings3