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.

need some help with XPE

Featured Replies

have 3 ?'s

I modified the startnet.cmd to launch to a network share.

my problem is the delay in receiving a DHCP address to when my scripts kick off.

1. is there a way to create a delay for X-seconds in XPE (sleep doesn't work)?

startnet.cmd

factory -winpe

cls

@echo off

set AnswerFile=\\ap01u\dfs\SoftDist\Microsoft\Windows_XPSP1\xp_deploy\unatt.txt

set SetupFiles=\\ap01u\dfs\SoftDist\Microsoft\Windows_XPSP1\xp_deploy\I386

net use s: \\ap01u\dfs\softdist /user:?????? ?????? /persistent:no

Diskpart /s \\ap01u\dfs\SoftDist\Microsoft\Windows_XPSP1\xp_deploy\diskpart.txt

format c: /fs:NTFS /v:winxp /q /x /y

\\ap01u\dfs\SoftDist\Microsoft\Windows_XPSP1\xp_deploy\I386\winnt32 /SYSPART:C: /s:%SetupFiles% /unattend:%AnswerFile% /copysource:lang

2. after install is complete I want to assign R: to my cd drive, I want this to happen without going through diskmanager. HOW?

3.computer has 1 hard drive i have used Diskpart to create an 8gig part, and now i want to make the rest of the drive U: (NTFS, must also be a primary partition, no matter what size the drive)

diskpart.txt

select disk 0

clean

create partition primary size=8192

select partition 1

assign letter=c

active

detail disk

exit

please help

  • Author

Sorry topic should be need help with WinPe

You could try adding WSH support (using BuildOptionalComponents.vbs).. that might add enough of a delay. We do something very similar here and we don't have the issue you're talking about, but we load WSH support so it takes a little longer to get to the point when it tries to use the network share. If that's still not long enough you could launch a VBScript with a sleep command (since you'll have added WSH support).

I don't know about the rest of your questions, sorry :(

  • Author

I don't think that will work, because it connects to the network to get the diskpart info

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.