Skip to content

(DOCS-10422): Added information on file extension visibility. #3345

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 19, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions source/tutorial/install-mongodb-on-windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@ enter the following command in either the :guilabel:`Command Prompt` or
OS Version: 10.0.17134 N/A Build 17134
System Type: x64-based PC

Make certain that you set Windows Explorer to show file name
extensions for all file types. This can prevent issues where the file
type displayed to the user differs from the actual file type.

.. example::

If Windows Explorer has known file extensions hidden, what may
appear to be ``mongod.cfg`` is actually ``mongod.cfg.txt``.

.. important::

Before installing MongoDB, update your Windows host with the latest
Expand Down