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.

I try Copying i386 to HD

Featured Replies


Here's what I use. I also install the recovery console, just remove the

REM if you want to do that also.

source.cmd

cmdow @ /HID
REM @ECHO OFF

REM for %%i in (D: E: F: G: H: I: J: K: L: M: N: O: P: Q: R: S: T: U: V: X: Y: Z:) do if exist %%i\WIN51 set CDROM=%%i
REM ECHO Please wait, Recovery Console is being installed locally.

REM %CDROM%\i386\winnt32.exe /dudisable /cmdcons /unattend
md %systemroot%\Source\i386
ECHO Please wait, source files are being copied. This may take several minutes.
xcopy /Y /E /H %CDROM%\i386\*.* %systemroot%\Source\i386\
xcopy /Y /E /F /C /R /H %CDROM%\i386\*.sys %systemdrive%\cmdcons\
ECHO Adding registry entries.
regedit /S %SystemDrive\install\source.reg
ECHO Done.
EXIT

source.reg

REG ADD "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup" /v "SourcePath" /t REG_SZ /d "%systemroot%\Source\" /f
REG ADD "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup" /v "ServicePackSourcePath" /t REG_SZ /d "%systemroot%\Source\" /f

Edited by jbm

Just to clean your batch, excuse me I hate the words which are used for nothing ^^

%CDROM%\i386\winnt32.exe /cmdcons

Delete

md %systemroot%\Source\i386

Instead use this

xcopy /Y /E /H %CDROM%\i386 %systemroot%\Source\i386\ /S

Just a nitpick guys - if running from a batch, consider using "winnt32.exe /cmdcons /dudisable /unattend" instead of just /cmdcons.

@Sonic

Thanks for you input.

I use /dudisable because I want to disable dynamic updates

and /unattend because I don't want to be prompted.

As for removing 'md %systemroot%\Source\i386' and replacing it

with 'xcopy /Y /E /H %CDROM%\i386 %systemroot%\Source\i386\ /S'

how much time will I save?

I got this batch from this forum a while ago and it's worked ok for me.

  • Author

where I keep this file in $OEM$ or $Progs

thanks for help

Edited by alhaddar

I guess it depend on how you install your programs, but I have it in

$OEM$\$1\install and call it from runonceex with

REG ADD %KEY%\295 /VE /D "Copy XP Source" /f
REG ADD %KEY%\295 /V 1 /D "hidec /w %SystemDrive%\install\source.cmd" /f

I'm not sure but I think you should be able to put it in $OEM$ and call

it in cmdlines.txt with

[commands]
"source.cmd"

I've had excellent luck (both CD and RIS installs work) with this:

reg query hklm\software\microsoft\windows\currentversion\setup /v sourcepath > source
for /f "tokens=3 skip=3" %%1 in (source) do set sourcepath=%%1
xcopy %sourcepath%i386 %systemdrive%\i386 /s/i/q

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.