Stop Microsoft Word Tour From Opening At Startup Mac

05.04.2020by

Word gurus often tell people to look in their Word Startup folder or to put a template in their Word Startup folder. That is a folder to hold Add-In (global) templates. These templates will hold resources for other documents such as macros or AutoText but will not be used directly as the basis for new documents.

2020-3-14  Microsoft Word 2008 will not open on my Mac!! It used to work fine for the past 3 years. But now when i try to open it, it just says that it has encountered a problem and needs to close. Like a fool about 2 weeks ago I downloaded something calle.

The default location of your startup folder will depend on your operating system and your version of Word. Here are a few likely candidates

C:WindowsProfilesuser nameApplication DataMicrosoftWordStartup

Office 2016 suites for business may be purchased for more than five computers through volume licensing. Office as a one-time purchase does not include any of the services included in Office 365 (e.g. Exchange Online, SharePoint Online). Office 2016 and Office 2019 connections to Office 365 services will be supported until October 2023. Microsoft office 2016 for mac requirements. Microsoft Office contains Word, Excel, PowerPoint, and Outlook. Office 2016 is available via Microsoft Office 365. Office 2011 is still available to students, faculty, and staff via IUware. To use Office 2016 with Mac OS X, you must be running Mac OS X 10.10 (Yosemite) or later.

C:Usersuser nameApplication DataMicrosoftWordStartup

C:Usersuser nameAppDataRoamingMicrosoftWordStartup

%appdata%MicrosoftWordStartup
(The environment variable %appdata% is equivalent to C:Users<your login name>AppDataRoaming, which is a hidden folder in your profile.)

/Users/[username]/Library/Group Containers/UBF8T346G9.Office/User Content/Startup/Word (Macintosh)

You always can locate the Startup Folder on your computer through Windows Find (Search) or by going through Word to examine your File Location Options or you can use the macro shown at the bottom of this page.

Windows Find (Search)

  • Hi, When I try to set a default in Startup, all the documents that come up are greyed out, but I can still open any of the greyed out documents. They are all.docx. How to solve this problem? Hi John, Could you provide the detailed steps here so that we can try to reproduce this issue in our environment? What did you do in the Startup folder.
  • 2016-7-20  I have a macbook pro and run OS X EL Capitan 10.11.5 I have Microsoft Office 2011 for Mac installed, v14.5.6 I have been unable to prevent the. Got a tip for us? How can I stop Microsoft office programs (Word Excel and PPT) from launching on startup of my mac? Thread starter JPJP; Start date. Any apps listed there will open on startup.
  • 2018-9-10  How to Stop an Application from Opening at Startup With Mac OS X. This wikiHow teaches you how to prevent a startup application from running on your Mac. Open the Apple Menu. Click the black Apple icon in the upper-left corner of the.
  • That was my concern, not understanding what defined 'launching'. So I tested this and the GPO does stop the auto-launch. However, if a non-licensed Teams user clicks that desktop icon the GPO becomes null and void, and Teams (even in an unlicensed state) will try to start on every consecutive logon.
  • Apr 16, 2018 When you try to open a Microsoft Word for Mac document, Word for Mac stops responding. Additionally, you may have to use the Force Quit command to exit the program.
  • The Word STARTUP folder is the folder Word uses by default to store global templates and add-ins. When you start Word, the program automatically loads all Word files in the STARTUP folder that are in.dot,.dotx or.dotm format so they are ready for use in Word.

Shown above is a Windows Vista Explorer search dialog using Advanced Search. Note that there are a number of different folders all labeled 'Startup.' Your system will likely have two. If only two, one will be the Office Startup folder, the other will be your Word Startup folder. Those in the Word Startup folder will apply only to Word.

You can identify the Word startup folder using Word's File Location Options

These Options are reached in slightly different ways depending on your version of Word. Note that by using these, you can also change not only the location, but the name of your Word startup folder. I know of no good reason to do so and would avoid doing this.

Word 97-2003 -- Word 2007 -- Word 2010-2019 / 365

Word 97-2003

Tools > Options > File Locations (tab)

Word 2007

Office (Pizza) Button > Word Options (button) > Advanced > File Locations (button)

Word 2010 - 2019 / 365

File (tab) > Options > Advanced > File Locations (button)

Office 2013-19/365 screens look a bit different but the controls and instructions are the same.

Macintosh

This is a guess. Please feel free to correct me.

Word > Preferences > Personal Settings > File Locations

Once you've clicked on the Modify button you can find the actual location.

Once you have the Modify dialog open, go up one level to see the folder that holds the Startup folder. Right-click on the Startup folder to get its properties. One of those properties is the location. This will probably be a longer line than you can read in the properties box. You can select it with your mouse, though, and copy it.

With that address copied into the Clipboard, close and cancel your way out of the Word Options. Do not modify this location without a good reason.

Paste the address into the address box in a Windows Explorer window to get to the Startup folder.

(This method explained to me by Suzanne Barnhill, MVP.)

See also: Location of Templates in Word 2003 and Word 2007

You can identify the Startup Folder using the Visual Basic Editor's Immediate Window

Even if you know nothing about macros, you can use the visual basic editor built into Word. Press Alt+F11. An 'Immediate Window' should be at the bottom. If it is not, press Alt+G. Then type (or paste):

? Application.StartupPath

and press Enter. Word will tell you the startup path. You can then copy and paste that into your Windows folder address box and it will open the folder.

Macro to show Startup Folder in Word (All versions)

The following macro will show the current startup path in Microsoft Word:

Sub ShowStartUpPath()
' Macro written by Charles Kenyon 2014-02-25
' Shows setting for Startup Folder location in Microsoft Word in a message box.
'
MsgBox _
Prompt:='Your StartUp folder location is ' & _
Application.StartupPath & _
'.' & Chr(13) & Chr(10) & Chr(13) & Chr(10) & '.', _
Buttons:=vbOKOnly, _
Title:='Current Startup Folder Setting Information'
'
End Sub

Macro to open Startup Folder in Word (All Windows versions)

Sub StartUpOpenStartupPath()
' Opens Windows Explorer window for Startup Folder
'
Shell 'explorer ' & Application.StartupPath
'
End Sub

See Installing Macros by Graham Mayor if you need help on what to do with this code. Or, you can download a zip file containing a .doc file that has the macro from my download page.

See this thread on the Word Answers forum for a discussion of registry entries.

See also How to find the Word Startup Folder.

The Office Startup Folder

This is not the same as the Word Startup Folder but templates placed there can change your Word experience. Templates placed in the Office STARTUP folder will act as Add-Ins for Word and possibly for other Office Applications.

Macros in those templates will be enabled automatically if that folder is set as a Trusted Location. In recent versions of Word, that location is not set as a Trusted Location by default. Keyboard Shortcuts, QAT Modifications, Building Blocks / AutoText and even XML Ribbon Modifications will be loaded and active when Word starts.

This Office Startup Folder will be in the same folder as the WinWord.exe file, that is the program files folder.

Summary

When you try to open a Word document on Mac document, Word stops opening. If you are faced with this issue and are willing to solve it, then follow the 3 solutions. If you have data loss problem after fixing the Word not opening issue, EaseUS Data Recovery Wizard for Mac can do you a favor.

On this page, we have collected three practical solutions that can help fix the 'Word Not Opening' error on Mac. And if you mistakenly removed a Word file on Mac, let reliable Mac file recovery software as recommended here for help. Check out how to fix the not opening Word file to accessible again:

Workable SolutionsStep-by-step Troubleshooting
Fix 1. Repair DiskOpen Disk Utility > Select the primary hard disk on Mac and select 'First Aid' > Click 'Run'..Full steps
Fix 2. Remove Word PreferenceOpen 'Library' > Open 'Preferences' > Copy com.microsoft.Word.plist file to desktop..Full steps
Fix 3. Open and Repair WordStart Word > Click 'Open' on the File menu > Click 'Repair' on the Open button..Full steps
Fix 4. Recover Lost WordRun EaseUS Mac file recovery software > Scan mac drive > Restore lost Mac word file..Full steps

'Word 2016 on my Mac won't open. It flashes immediately by double-clicking and then closes unexpectedly. I didn't do anything or any change. How to fix it if Microsoft Word won't open at all?'

In addition to this situation, most users are also faced with these errors:

  • The application Microsoft Word quit unexpectedly
  • Microsoft Word cannot be opened because of a problem. Check with the developer to make sure Microsoft Word works with this version of Mac OS X

As Microsoft Word is widely used among people, owning some basic Word troubleshooting is recognized as an essential skill. Today you're going to learn three tricks in solving Word not opening on Mac. The given workarounds are applicable to all Word editions such as 2003, 2007, 2010, 2013 2016.

1. Run Repair Disk Permissions

Step 1: On the 'Go' menu, click 'Utilities'. Start the Disk Utility program.

Step 2: Choose the primary hard disk drive for your computer. Then, click the 'First Aid' tab.

Step 3: Click 'Run' to repair the disk volume errors and permissions. When it finishes, click 'Done'.

2. Remove Word Preferences

Step 1: Open 'Library'. Usually, click 'GO' > 'Go to the folder', then type ~/Library

Step 2: Locate a file named as 'Preferences'.

Step 3: Find a file named as com.microsoft.Word.plist. Move the file to the desktop.

Start Word, and check whether the problem still occurs.

If the problem still occurs, exit Microsoft Word, and then restore the 'com.microsoft.word.prefs.plist' file to its original location. Then, go to Step 4.

If the problem seems to be resolved, you can move the file to the trash.

Note: If you do not locate the file, the program is using the default preferences.

Step 4: Exit all Microsoft Office for Mac programs. Then, Click the Word icon. On the left, click 'Preferences'.

Step 5: Click 'File Locations'.

Step 6: Select 'User templates'.

Step 7: Locate the file that is named Normal, and move the file to the desktop.

You can also find the file named as Normal through this way: 'Library' > 'Application Support' > 'Microsoft' > 'Office' > 'User Templates' > 'Normal'

Start Word, and check whether the problem still occurs. If the problem seems to be resolved, you can move the 'Normal' file to the trash.

Stop microsoft word tour from opening at startup mac os

3. Try to Open and Repair Word

Step 1: Start Word. On the File menu, click 'Open'.

Stop microsoft word opening on startup mac

How To Stop Microsoft Word Opening On Startup Mac

Step 2: In the Open dialog box, select the file that you want to open. Click the down arrow on the Open button, click 'Open' > 'Repair'.

Recover Deleted and Missing Word on Mac

Stop Microsoft Word Tour From Opening At Startup Machines

Do not worry if the 'Word not opening' issue causes data loss disaster, you can recover unsaved Word document on Mac from its Temporary folder and AutoRecovery save. While for a deleted Word document on Mac, the easiest way of recovery is using a third-party Mac data recovery software.

EaseUS Data Recovery Wizard for Mac also recovers Word document that is missing, deleted or lost due to formatting, virus infection and other misoperation, and the best part of using the software to recover Word is being able to preview the file entirety.

Stop Microsoft Word Tour From Opening At Startup Mac Os

Step 1. Select the location where your important Word documents were lost and click Scan button.

Step 2. EaseUS Data Recovery Wizard for Mac will start immediately a quick scan as well as a deep scan on your selected disk volume. Meanwhile, the scanning results will be presented in the left pane.

Stop Microsoft Word Tour From Opening At Startup Mac Os

Step 3. By Path and Type, you can quickly filter the Word files you've lost earlier. Select the target files and click Recover Now button to get them back at once.

Comments are closed.