How can i disable the Welcome Tutorial Screens

i get the welcome tutorial screen every time i start unreal,at the material editor, cascade when i open and static mesh end after every restart again…
its total annoying…

can someone tell me how to disable the screens??
or in which config files it is saved what screens i already seen …

Hi,

Version 4.5 removes these popups in favor of a new tutorial system that is mostly non-intrusive (no more popups!).

Pre-4.5 there is no global way to disable tutorials, but they should only re-appear in specific locations if you re-install the editor. The ‘seen’ state of the tutorials is stored in EditorGameAgnostic.ini, so should be preserved between projects.

finally!!
the EditorGameAgnostic.ini was write protected…

and i wrote this into the UE4\Engine\Saved\Config\Windows\EditorGameAgnostic.ini file:

[IntroTutorials]
SeenTextureEditorWelcome=True
SeenMaterialEditorWelcome=True
SeenStaticMeshEditorWelcome=True
SeenSkeletalMeshEditorWelcome=True
SeenParticleSystemEditorWelcome=True
SeenDestructibleMeshEditorWelcome=True
SeenSoundCueEditorWelcome=True
SeenPersonaAnimBlueprintEditorWelcome=True
SeenMaterialInstanceEditorWelcome=True
SeenPersonaAnimEditorWelcome=True
SeenUE4Welcome=True
SeenBlueprintWelcome_Class=True
SeenBlueprintWelcome_MacroLib=True
SeenBlueprintWelcome_Interface=True
SeenBlueprintWelcome_LevelScript=True
SeenPhATEditorWelcome=True
SeenEditorLandscapeModeWelcome=True
SeenEditorMeshPaintModeWelcome=True
SeenEditorFoliageModeWelcome=True
SeenAddCodeToProjectWelcome=True
SeenMatineeEditorWelcome=True
SeenBlueprintWelcome=True

after that the welcometutorials are gone.