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.

Easiest way to export/import outlook data

Featured Replies

Whats the easiest way people are exporting their outlook2003 accounts, mail and contacts and then importing back in again unattended style...

I guess you have to use: "Microsoft Office 2003 Save My Settings Wizard"

Why not just add the .PST as a new data file in outlook and push your mail around any way you like; to or from another PST. Easy as pie! ;)

  • Author

You know of a way to 'import' the pst back into outlook unattended?

Maybe you can copy the pst in your unatended $OEM\$1\FILES_TO_CoPY\outlook.pst

And then put a line in your GuiRunOnce

[GuiRunOnce]
%systemdrive%\Install\copy.cmd

With this code in copy.cmd

CLS
@echo off
TITLE Copying Outlook Data files

ECHO.
ECHO Copying Outlook Data files
move C:\FILES_TO_CoPY\outlook.pst %username%\Local Settings\Application Data\Microsoft\Outlook\outlook.pst

It have to copy after first login because if you put it in $docs\username you will get a duplicate username (username.machine)

Tell me if this work !!!!

  • Author

Ill try to give it a go in the next day or 2 and post back... thx!

You know of a way to 'import' the pst back into outlook unattended?

Yes I do... :P

Create an "Outlook Profile File" (.prf) :D Don't use those regedits. Play it clean!

Create an "Outlook Profile File" (.prf)

And this is done how?

  • 2 months later...
You know of a way to 'import' the pst back into outlook unattended?

Yes I do... :P

Create an "Outlook Profile File" (.prf) :D Don't use those regedits. Play it clean!

Can this be done outlook express?

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.