简体   繁体   中英

How to disable or change IntelliJ IDEA splash screen?

任何人都可以帮忙,如何禁用更改IntelliJ IDEA 的启动画面?

To disable the splash screen add -Dnosplash=true in Help | Edit Custom VM Options or nosplash=true in Help | Edit Custom Properties.

It can be also disabled by running with nosplash command line option. For example, idea.exe nosplash (on Windows).

You can modify the menu/desktop shortcut to run with this parameter automatically. There is also a feature request to make it a setting , feel free to vote.

In case you want to change the image, it's loaded from this file: <IDEA_DIR>\\lib\\resources.jar\\idea_logo.png .

My solution is for PhpStorm but it will be the same on other JetBrains IDEs.

  1. Open the phpstorm.vmoptions ( phpstorm64.vmoptions on 64bit systems) file that is in your IDE bin directory.
  2. Add a -nosplash line at the end of the file.

Splash screen will remain, but won't be on the top.

Update

Doesn't work in PhpStorm 2017.2

Unrecognized option: -nosplash

File->Setting then "Appearance & Behavior"->"System Settings". uncheck "Reopen last project at startup"

Let me add this is Intellij 2017.1.3

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM