1. When you double-click the Outlook desktop icon, you're actually executing a command line with a startup switch. The default startup switch for Outlook is outlook.exe /recycle. This switch tells Outlook to open in an existing window if one exists. Other switches: /a filename - Launches a message with the specified file as an attachment.
  2. Besides, we could also run IE in safe mode to eliminate whether this issue is related to add-ins and some extensions. To do this, please follow the steps below. Open Command Prompt from Start. Type cd/ to get a blank C: prompt. Type 'C: Program Files Internet Explorer iexplore.exe' -extoff (where C: is your local drive).
  3. Users belonging to these Windows versions, visit Start menu. Type cmd and hit Enter which will open a Command Prompt. Type outlook.exe /safe and hit Enter. Microsoft Outlook will be automatically launched in safe mode.
  1. Open Outlook 2016 In Safe Mode From Command Prompt Download
  2. Open Outlook 2016 In Safe Mode From Command Prompt File
  3. Open Outlook 2016 In Safe Mode From Command Prompt Windows 10
  4. Open Outlook 2016 In Safe Mode From Command Prompt Command
  5. How To Start In Safe Mode
  6. Open Outlook 2016 In Safe Mode From Command Prompt

Jul 09, 2020 Open Command Prompt as administrator. In the Command line window, type the command C: Program Files Microsoft Office Office16 outlook.exe” /safe and hit Enter to continue. Once all steps are finished, the Outlook will be opened in Safe Mode. Open Outlook in Safe Mode via Desktop Shortcut.

Learning has never been so easy!

Open Outlook 2016 In Safe Mode From Command Prompt Download

Open Outlook 2016 In Safe Mode From Command PromptOpen outlook 2016 in safe mode from command prompt shortcut

Most IT guy's know how to restart a computer into Safe Mode, either with MSCONFIG or F8 when booting, but sometimes we want a quick way to reboot into Safe Mode; remotely, from the command line.

Below are instructions for Windows 7 and XP

9 Steps total

Step 1: Windows 7

Login to the computer

Step 2: ...command prompt...

Open a command prompt; with elevated rights, type the following, then press ENTER; where is one of the listed options below:
* bcdedit /set {default} safeboot

Modes:-
* Safe Mode:
bcdedit /set {default} safeboot minimal
* Safe Mode with Networking:
bcdedit /set {default} safeboot network
* Safe Mode with Command Prompt:
bcdedit /set {default} safeboot minimal
bcdedit /set {default} safebootalternateshell yes

Step 3: ...reboot...

Reboot the computer, which will start in the mode you chose is step 2.

Until you reset bcdedit in step 4, the computer will always reboot in this mode.

Step 4: ...reset.

When you've finished using Safe Mode, you need to reset bcdedit to start the computer into a full OS

Open a command prompt; with elevated rights, and type the following, then press ENTER:
* bcdedit /deletevalue {default} safeboot

When you reboot the computer, it will boot into the full OS

Open Outlook 2016 In Safe Mode From Command Prompt File

Step 5: Windows XP

Step 6: ...open...

Open Outlook 2016 In Safe Mode From Command Prompt Windows 10

Open Notepad; as an administrative user, and then open c:boot.ini in Notepad

NOTE: You might need to unhide protected operating system files in Explorer > Folder Options to see boot.ini

Step 7: ...edit...

Below is an example of a default boot.ini file:

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)WINDOWS='Microsoft Windows XP Professional' /noexecute=optin /fastdetect

On the end of the last line you need to add: ' /safeboot:'; where is one of the listed options below:

Open Outlook 2016 In Safe Mode From Command Prompt Command

Modes:
* Safe Mode
/safeboot:minimal /noguiboot
* Safe Mode with Networking
/safeboot:network /noguiboot
* Safe Mode with Command Prompt
/safeboot:minimal(alternateshell) /noguiboot

Below is an example of a modified boot.ini file:
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)WINDOWS='Microsoft Windows XP Professional' /noexecute=optin /fastdetect /safeboot:network /noguiboot

Once you've made the edit, save the file, close Notepad.

How To Start In Safe Mode

Step 8: ...reboot...

Reboot the computer, which will start in Safe Mode you chose is step 7.

Until you reset the boot.ini in step 9, the computer will always reboot in this mode.

Step 9: ...reset.

When you've finished using Safe Mode, you need to reset boot.ini to start the computer into a full OS

Open Notepad; as an administrative user, and then open boot.ini.

Delete the edit you put in in step 7
i.e: /safeboot:network /noguiboot

When you reboot the computer, it will boot into the full OS

9 Comments

Open Outlook 2016 In Safe Mode From Command Prompt

  • Poblano
    Timo7619 Sep 26, 2014 at 12:36pm

    One thing though, tried this last week. When you are in safe mode (with network) you cannot connect to the pc remotely (C$ or MSTSC). All the services that allow that are not started, so for remote purposes you can’t use this :) Not even with TeamViewer!

  • Mace
    Ross42. Sep 26, 2014 at 01:11pm

    What is with these entirely worthless walkthroughs? I don't get it.

  • Thai Pepper
    Mac Mad Sep 26, 2014 at 01:55pm

    Why is it worthless, please elaborate ?

    SpiceHeads try to put out How to's that help the others, no matter whether the How to is something complex or simple. They can be used by others for their users who might want basic instructions and are non-technical.

  • Habanero
    Scott Manning Oct 6, 2014 at 07:55am

    This was a good write up, thanks for sharing it with us.

  • Pimiento
    garegin5000 Feb 14, 2015 at 04:03am

    hmm.
    you could make a copy of the current boot entry and then set it to safe mode. that way you could go back and forth between safe and regular during testing.

    bcdedit /copy {current} /d “description”
    bcdedit /set {guid of the new entry} safeboot minimal
    you can replace safeboot minimal with other options like safeboot network

  • Cayenne
    @R3b00t Jun 16, 2015 at 06:27pm

    I was looking all over Google and strangely enough, couldn't find anything solid until I found this! THANK YOU! Yes, I know how to reboot in Safe Mode...but wanted to do it via command line. Thanks again!

  • Pimiento
    KevinDWhite Sep 16, 2016 at 07:20pm

    This very question was on the 70-697 exam last week. It's good to know.

  • Sonora
    Dan-Stafford-IT-Instructor Sep 12, 2018 at 04:49pm

    Exactly. This question is part of the 70-697 certification questions. It would be useful if you are working with a PC locally and already in Command Prompt. (Admin)

  • Sonora
    markwilliamsmw Nov 13, 2018 at 09:30am

    I have experienced the same problem earlier. Try this, hope it works:
    Safe Mode with Command Prompt:
    bcdedit /set {default} safeboot minimal bcdedit /set {default} safebootalternateshell yes
    You can also try this method if your How to reboot into Safe Mode at a command prompt.
    Sourced from:
    https://www.lifewire.com/how-to-force-windows-to-restart-in-safe-mode-2625163
    https://dailytechposts.com/windows-10-safe-mode/
    https://www.bleepingcomputer.com/tutorials/how-to-start-windows-10-in-safe-mode-with-command-prompt/