Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

disable welcome screen and Sidebar

Featured Replies

Hello everyone,

I made a Unanttended vista dvd.

It works fine, but there are 2 things what i wount to see removed.

First if vista is installed i get that welcome screen, how can i remove that so it don't startsup if vista is installed.

Second the sidebar, how can i remove that so it also dos'nt start up if vista is done installing?

Thx for helping.


  • Author

I'm back after a little research :hello:

At this moment i have found how to disable the sidebar in my vista unanttended , so it dos'nt start if vista is installed.

For all the people that also want to do this here is the code to place in the unanttended.xml file:

<component name="Microsoft-Windows-Sidebar" publicKeyToken="31bf3856ad364e35" language="neutral"
versionScope="nonSxS" processorArchitecture="x86">
<SidebarOnByDefault>false</SidebarOnByDefault>
</component>

Ow and sorry for my english, i'm from holland :blushing:

  • Author

If you want to disable the welcome screen in your Vista unattended.xml just past this code between the "OOBE" part:

<SkipUserOOBE>true</SkipUserOOBE>

I just tryed it out and it works no welcome screen annymore after installation.

Edited by pascalbianca

cheers for that ive been looking for this dose it matter where i put in my unattended xml file cheers

This is just to show that it goes into oobeSystem:

    <settings pass="oobeSystem">
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<OOBE>
<HideEULAPage>true</HideEULAPage>
<NetworkLocation>Home</NetworkLocation>
<SkipUserOOBE>true</SkipUserOOBE>
<SkipMachineOOBE>true</SkipMachineOOBE>
<ProtectYourPC>3</ProtectYourPC>
</OOBE>
</component>
</settings>

I have my account as well as my wife' and child's account in here also, hence the SkipUserOOBE.

  • 3 weeks later...

using SkipUserOOBE won't mess with the account creation after setup finalizes and is ready to boot into windows?

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.