' Set whether the IE Options dialog is enabled' Note: requires the SetRegistryValue, CheckRegistryKey and CreateRegistryKey ' routines, you can find them in the CodeBank' Example:' SetIEOptionsEnabled FalsePublic Sub SetIEOptionsEnabled(ByVal bEnabled As Boolean) Const HKEY_CURRENT_USER = &H80000001 Dim sKey As String sKey = "SoftwarePoliciesMicrosoftInternet ExplorerRestrictions" ' if the Key does not exist If CheckRegistryKey(HKEY_CURRENT_USER, sKey) = False Then ' create the key CreateRegistryKey HKEY_CURRENT_USER, sKey End If ' set the value SetRegistryValue HKEY_CURRENT_USER, sKey, "NoBrowserOptions", _ Abs(Not bEnabled) End Sub

Why the World Needs More Technology Leadership
As a fact, technology has touched every single aspect of our lives. And there are some technology giants in today’s world which have been frequently opined to have a strong influence on recent overall technological influence. Moreover, those tech giants have popular technology leaders leading the companies toward achieving greatness.