See this page in your preferred language.Change to English

Deploy Notion for Windows

HC: Implementação do Notion para macOS
Neste artigo

Learn how to install and update Notion for your organization 🚀


Notion’s installer is based on the Nullsoft Scriptable Install System and supports most of the command line flags aimed at supporting IT administrators with rolling out Notion to a fleet of machines.

Silent installation and uninstallation

If you want to install Notion silently from a script, you can use the /S parameter. With this flag, Notion will install itself without showing any user interface. Once the installation has finished, it will not launch itself.

Please note that PowerShell by default does not wait for external processes to finish before moving on to the next command. If you want to wait for the installation to complete, you can use the common PowerShell trick of piping output to the Out-Null command like so:

Notion Install.exe /S | Out-Null

Install to a custom directory

If you want to install Notion to a custom directory, you can use the /D parameter.

  • The /D parameter must be the last parameter in the command.

  • There should be no quotes around the path, even if it contains spaces.

  • The path must be an absolute path, not relative.

Please note that Notion’s auto-updater will attempt to write to this path, so your users should have read and write permissions.

Notion Install.exe /D=C:\Custom InstallPath | Out-Null

At this time, Notion for Windows doesn't allow disabling of automatic updates.


Dar feedback

Este recurso foi útil?


Powered by Fruition