Jump to content

Recommended Posts

Posted

@dhjana

 

I've also had this issue with my integrations that involve IE 9. I have searched the tweaks section also looking for something I may have overlooked and the only thing that I can find that might effect this odd behavior is setting a custom home page. However, the problem for me seems to be random, I wish I had something more for you.

 

Rica, seems to have an idea, Rica, can you be more specific?

Posted (edited)

It's Disable First Run Customize from Internet Explorer Tweeks

 

Now to not rebuild and install again just use this reg entry

 

Windows Registry Editor Version 5.00

;Disable IE9 Welcome Screen

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Internet Explorer\Main]
"DisableFirstRunCustomize"=dword:00000001

Edited by ianymaty
Posted (edited)

Or you can use unattended.xml

 

 

        <component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">            <AllowedSites>http://www.google.ee;http://www.hinnavaatlus.ee;http://www.vwklubi.ee</AllowedSites>            <BlockPopups>yes</BlockPopups>            <FilterLevel>High</FilterLevel>            <PlaySound>false</PlaySound>            <ShowInformationBar>true</ShowInformationBar>            <DisableFirstRunWizard>true</DisableFirstRunWizard>            <DisableOOBAccelerators>true</DisableOOBAccelerators>            <DisableWelcomePage>true</DisableWelcomePage>            <LockToolbars>true</LockToolbars>            <Home_Page>http://www.google.ee</Home_Page>            <LocalIntranetSites>file://192.168.1.2;file://192.168.1.3;file://192.168.1.4</LocalIntranetSites>            <SearchScopes>                <Scope wcm:action="add">                    <ScopeDefault>true</ScopeDefault>                    <ScopeDisplayName>Google</ScopeDisplayName>                    <ScopeKey>SearchProvider1</ScopeKey>                    <ScopeUrl>http://www.google.ee/search?q={searchTerms}</ScopeUrl>                    <FaviconURL>http://www.google.com/favicon.ico</FaviconURL>                    <SuggestionsURL>http://clients5.google.com/complete/search?q={searchTerms}&client=ie8&mw={ie:maxWidth}&sh={ie:sectionHeight}&rh={ie:rowHeight}&inputencoding={inputEncoding}&outputencoding={outputEncoding}</SuggestionsURL>                </Scope>                <Scope wcm:action="add">                    <ScopeDisplayName>Bing</ScopeDisplayName>                    <ScopeKey>SearchProvider2</ScopeKey>                    <ScopeUrl>http://www.bing.com/search?q={searchTerms}&form=IE8SRC&src=IE-SearchBox</ScopeUrl>                    <FaviconURL>>http://www.bing.com/favicon.ico</FaviconURL>                    <SuggestionsURL>http://api.bing.com/qsml.aspx?query={searchTerms}&market={Language}&form=IE8SSC&maxwidth={ie:maxWidth}&rowheight={ie:rowHeight}&sectionHeight={ie:sectionHeight}</SuggestionsURL>                </Scope>            </SearchScopes>            <FavoritesList>                <FavoriteItem wcm:action="add">                    <FavID>1</FavID>                    <FavTitle>Intel Driver Update Utility</FavTitle>                    <FavURL>http://www.intel.com/p/en_US/support/detect</FavURL>                </FavoriteItem>                <FavoriteItem wcm:action="add">                    <FavID>2</FavID>                    <FavTitle>Eset Online Scanner</FavTitle>                    <FavURL>http://www.eset.com/us/online-scanner</FavURL>                </FavoriteItem>                <FavoriteItem wcm:action="add">                    <FavID>3</FavID>                    <FavTitle>Bitdefender QuickScan</FavTitle>                    <FavURL>http://quickscan.bitdefender.com</FavURL>                </FavoriteItem>                <FavoriteItem wcm:action="add">                    <FavID>4</FavID>                    <FavTitle>VirusTotal</FavTitle>                    <FavURL>https://www.virustotal.com</FavURL>                </FavoriteItem>                <FavoriteItem wcm:action="add">                    <FavID>5</FavID>                    <FavTitle>Microsoft Safety Scanner</FavTitle>                    <FavURL>http://www.microsoft.com/security/scanner</FavURL>                </FavoriteItem>            </FavoritesList>            <FeedList>                <FeedItem wcm:action="add">                    <FeedKey>Feed1</FeedKey>                    <FeedTitle>Delfi</FeedTitle>                    <FeedURL>http://feeds2.feedburner.com/delfiuudised</FeedURL>                </FeedItem>            </FeedList>        </component>

 

This should do the trick ;)


<DisableWelcomePage>true</DisableWelcomePage><DisableFirstRunWizard>true</DisableFirstRunWizard>
Edited by Etz
Posted

Hi,

 

because of your very excellent autounattended.xml where is your information source of whats all possible with an autounattended.xml?

Are there Tools available where i can choose what for a xml i need and it creates it?

 

 

Greetz X23

Posted (edited)

Hi,

 

thank you man!

 

x23piracy: general advice: lurk more !

 

I vow to improve.

 

Something else:

 

If i add a changed autounattended.xml it takes some time to see that it works, integration into image,

installation on a vm.

 

Is there any tool out that validates an autounattended.xml?

Would be nice to know if the xml is ok without needing to test every little change.

 

 

Greetz X23

Edited by x23piracy
Posted

Hi,

 

WAIK can say if the syntax is OK, but not if the autounattend works and does, what you want.

 

ok thank you i will take a look at WAIK, never seen or used before ;)

 

 

Greetz X23

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...