Share via


IAutomaticUpdatesSettings3::NonAdministratorsElevated property

[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 put_NonAdministratorsElevated(
  [in]          VARIANT_BOOL value
);

HRESULT get_NonAdministratorsElevated(
  [out, retval] VARIANT_BOOL *retval
);

Property value

A VARIANT_BOOL that specifies whether non-administrative users are allowed to perform additional actions without elevation.

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

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]

End of client support

Windows 10

End of server support

Windows Server 2016

Header

Wuapi.h

IDL

Wuapi.idl

Library

Wuguid.lib

DLL

Wuapi.dll

See also

IAutomaticUpdatesSettings3