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.

XP Install CD

Featured Replies

Hi guy's I'm a bit lost so would like some help please.....I would like to automatically Format C: drive when I put in the Unattended CD, not to select the Partition, but just Format before the installation begins.....Also I would like to have my own boot screen, so do I have to edit Ms boot screen and if so where is it located....

Many ThanX guy's..


these are located in the unattended forum, just do a search and going to

http://unattended.msfn.org will give u instructions on creating an unattended cd

hope this helps :)

for boot screens (as in windows boot logo with flashing bar) install StyleXP 2.0, use that to create a boot screen and then grab the kernel1.exe file it makes, put it on your CD in $OEM$\$$\system32, then you need a batch file to change the kernel:

Basic Code:

bootcfg /copy /D "Windows XP Professional" /ID 1
bootcfg /RAW "/Kernel=kernel1.exe" /A  /ID 2
bootcfg /Timeout 2
bootcfg /Default /ID 2

Advanced Code: (checks for SP or MP kernel and applies accordingly)

FOR /F "tokens=3 delims=  " %%A IN ('REG QUERY "HKLM\SYSTEM\ControlSet001\Control\Session Manager\Environment" /v NUMBER_OF_PROCESSORS') DO SET NUMBER_OF_PROCESSORS=%%A

bootcfg /copy /D "Windows XP Professional" /ID 1
if %NUMBER_OF_PROCESSORS%==2 goto DUAL
REM ----For Single proc
bootcfg /RAW "/Kernel=OEMKrnl.exe" /A  /ID 2
goto End
:DUAL
REM ----For Multiprocess/Hyperthread proc
bootcfg /RAW "/Kernel=dualKrnl.exe" /A  /ID 2
:End
bootcfg /Timeout 2
bootcfg /Default /ID 2

  • 1 month later...

How doing DVD boot disk for unmatted install?

But my boot DVD with unmatted Windows XP Pro say:

Don"n load I386\Halaacpi.dll !!!

With boot CD work OK!

But my boot DVD with unmatted Windows XP Pro say:

Don"n load I386\Halaacpi.dll !!!

With boot CD work OK!

Maybe you did something wrong while doing your DVD - follow the guide linked to by MCT above. Then test your ISO in vmware - only then burn it to DVD.

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.