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.

connect WinPe to network.

Featured Replies

Hi all,

How can I connect my machine to network while booting with WinPE so that I can access the files from LAN or from any ftp:// server?

In my application I make an ISO image and burn it to a CD, when machine boots from CD my application executes.

Please guide me about the commands and the settings that I need to do at the time of creating ISO image so that I can get connected to network when boot the machine from CD.

Please provide me some guidelines.

Thanks

Regards

Madan Chauhan


If you have added the appropriate network drivers to your PE boot image, the only thing you need is for wpeinit to run which it should already be as it is run by default.

Connecting to your network is done in the startnet.cmd. Your basic commands:

wpeinit
wpeutil initializenetworking
(add a ping command here if experiencing hardware delays)
net use z: \\server\share password /user:user
program.exe

There are certain boards that have a timing delay, so in my startnet, I have added a 16 second delay. This is done by running a ping for that time. Then I map my drive letters (I actually map to two different servers), for images and files. Then launch my program. My program is designed to look at certain drive letters for things, in my case, I have hardcoded the Z: into my program.

Hope this helps.

Also, you can manually map drives if you wish via the command prompt (or launch cmd.exe). I'm not sure about FTP, I don't think that service runs by default.

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.