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.

Network Distribution Share method.

Featured Replies

I am trying to setup machines using the network distribution share method, however there is one thing which anoys me about this method when the temporary files are stored on the current HDD, you are unable to format this partition when the machine reboots.

So instead I wish to make a program or a script which will remove the additional parts which the installer does not remove when you ask it to remove the previous version of Windows XP, but I need to find the ideal place to do this, somewhere when after it copies the temporary files and restarts, then I can run my program or script, or is there a way to do this with-in DetachProgram but with out removing the stuff which is already installed from the new installation. Can I freeze the installation and resume it while this is being done?


I don't know if detached programs is the best time to do this but in case you want to try, yes you can freeze setup at that point.

You just need Process.exe from BeyondLogic (freeware).

Attached is a stub of a batch for you to use it @T39.

Save both in $OEM$ and have the batch called from DetachedProgram like this:

DetachedProgram = cmd.exe
Arguments = "/Q /C FOR /F %? IN ('FINDSTR/B dospath= %SYSTEMROOT%\SYSTEM32\$WINNT$.INF') DO (SET %?\&& CALL START /MIN %dospath:\\=\%$OEM$\Detached.cmd"

The piece of code in Arguments find the source location from which you are installing by looking for the dospath directive in \SYSTEM32\$WINNT$.INF.

This works both with CD based install and winnt[32].exe based install.

Detached.cmd

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.