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 -factory from WPI?

Featured Replies

Ok, WPI could be a great solution for this, but so far, every time I try, I get nowhere.

Having an option to have Sysprep install and auto sysprep -factory from WPI as a selection seems to bomb.

Basically, I need it to run "last" in all chain events, and work like this (sample batch)

xcopy /r/i/c/h/k/e/y %CDRom%\sysprep\*.* %SystemRoot%\sysprep

%SystemRoot%\sysprep -factory

Or something along that ilk.

Anyone else try anything similar and any thoughts on how to make this come "last" after other applications install?

tmservo,

Give this a try:

You'll need to put your own information inside the sysprep.ini file and also add the drivers path inside of sysprep.bat. The key to making it run last is give it an order number higher than any of your other installs...999 in my case.

Config.js entry:

prog[pn]=['Sysprep']
uid[pn]=['SYSPREP']
picw[pn]=['128']
pich[pn]=['128']
textl[pn]=['Bottom']
texti[pn]=['1']
ordr[pn]=[999]
cmd1[pn]=['%SystemDrive%sysprep\\sysprep.bat']
dflt[pn]=['yes']
cat[pn]=['Utilities']
pn++

Another important aspect in making the batch file work is setting the working directory inside of sysprep.bat as I make calls to several executables inside the sysprep folder to setup driver paths, shutdown services, and kill unwanted processes.

You can download my sysprep folder here: Sysprep Folder and make changes to the .bat file to accomodate the factory switch or at least get an idea of how it could be done.

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.