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.

Mapping a network drive under Windows PE

Featured Replies

In the unattended.xml, section RunSynchronousCommand, Pass1 WindowsPE,

I tried using the command "net use w: \\server\share" to map a drive. I also entered

the proper credentials. However the drive isnt mapped under PE.

What am i doing wrong ?

<RunSynchronous>

<RunSynchronousCommand wcm:action="add">

<Order>1</Order>

<Credentials>

<Domain>mydomain</Domain>

<Password>mypassword</Password>

<Username>administrator</Username>

</Credentials>

<Path>net use w: \\myserver\myshare</Path>

</RunSynchronousCommand>

</RunSynchronous>

  • 5 weeks later...

from What I see you're trying to map a network drive for when WinPE boots so you don't have to do it manually. If I'm correct this will not work. You're best bet would be to either make a batch file and execute it or just type it in yourself. It took me quite a bit of searching to find how to map a domain network drive, but heres the syntax: NET USE <DriveLetter>: <NetworkLocation> <DomainPassword>|* /USER:<Domain>\<DomainUserName>

<DriveLetter> = The letter you would like to map

<NetworkLocation> = The location on the network you are trying to map to

<DomainPassword> = The users domain password

<Domain> = The domain the user and network location is on

<DomainUserName> The username of the user

Example: NET USE I: \\Domshare\Install mypass123 /USER:mydomain.ca\domuser

Hope this helps.

-KD

Hello gangsterhenk!

Like KD has described you can't put a command - like net use - into the path section of xml file. You just can put in the path there - like \\server\share, without net use.

So like KD has described you need to establish the connection to the share by using a batch.

BTW, make sure that you have access to your network at all by enabling the network support in your batch file. Use

wpeutil intializenetwork

as first command in your batch.

Regards,

Martin

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.