Friday, 14 August 2009

Prevent IE8 Setup Screen

When you first Launch IE8 it comes up with a setup or splash screen to help you configure your IE8 with various settings. This is commonly not required in a XenApp Terminal server environment.

This can also be performed via GPO via setting called
Prevent performance of First Run Customize settings


To prevent this pop up coming up set the following HKCU keys for users at logon.

Value Name Data Type
IE8RunOnceLastShown 1 REG_DWORD
IE8RunOncePerInstallCompleted 1 REG_DWORD
IE8RunOnceCompletionTime (empty) REG_BINARY
IE8TourShown 1 REG_DWORD
IE8TourShownTime (empty) REG_BINARY
IE8RunOnceLastShown_TIMESTAMP (empty) REG_BINARY

No comments:

Post a Comment