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.

sysprep -reseal

Featured Replies

When using the sysprep -reseal , is there anyway to make it unattended?

I always get the oobe...having to entering in the product i.d. and such.

I would like to run sysprep -reseal and automate the oobe and have a total unattended from imaging to reboot to desktop

Any suggestion?

Make sure you have a sysprep.inf file in you %systemdrive%\sysprep directory like the following:

;SetupMgrTag
[Unattended]
   UnattendMode = FullUnattended
   NoWaitAfterTextMode = 1
   NoWaitAfterGUIMode = 1
   OemSkipEula=Yes
   InstallFilesPath=C:\sysprep\i386

[GuiUnattended]
   AdminPassword="xxxxx"
   EncryptedAdminPassword=NO
   OEMSkipRegional=1
   TimeZone=35
   OemSkipWelcome=1

[UserData]
   ProductKey=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
   FullName="Your Name"
   OrgName="Your Company"
   ComputerName=*

[Display]
   BitsPerPel=32
   Xresolution=800
   YResolution=600
   Vrefresh=75

[TapiLocation]
   CountryCode=107
   Dialing=Tone
   AreaCode=xxx

[SetupMgr]
   DistFolder=C:\sysprep\i386
   DistShare=windist

[Identification]
   JoinWorkgroup=WORKGROUP

[Networking]
   InstallDefaultComponents=Yes

[sysprepcleanup]

Its been a while but I think 'sysprep -reseal -mini' will run the mini-setup rather than oobe.

Hope that helps,

T

yes, you will also need -mini, but the sysprep.inf will fully automate it so there is no user interaction.

  • Author

@Peachy

Thanks it worked very fine!

in the unattend script :

NoWaitAfterTextMode = 1

NoWaitAfterGUIMode = 1

where did you find these I cannot find any documentation on these entries?

setupmgr found in the deploy.cab (support/tools from the CD) created them! :o

  • Author

you know I used the setupmgr and it did not create them for me hum :}

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.