Author: arkurth
Date: Mon Nov 1 20:26:10 2010
New Revision: 1029823
URL: http://svn.apache.org/viewvc?rev=1029823&view=rev
Log:
VCL-120
Added additional registry key that gets set to
Windows.pm::disable_ie_configuration_page. The IE first run pop-up was
appearing under Windows 7. This additional registry key seems to prevent it
from being displayed.
Modified:
incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows.pm
Modified: incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows.pm
URL:
http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows.pm?rev=1029823&r1=1029822&r2=1029823&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/Module/OS/Windows.pm Mon Nov 1
20:26:10 2010
@@ -7054,6 +7054,9 @@ Windows Registry Editor Version 5.00
"Enabled"=dword:00000002
"ShownVerifyBalloon"=dword:00000001
+[HKEY_LOCAL_MACHINE\\Software\\Policies\\Microsoft\\Internet Explorer\\Main]
+"DisableFirstRunCustomize"=dword:00000001
+
EOF
# Import the string into the registry