Have to run the script everytime I start Blender

I created a custom panel from the templates, but everytime I start Blender I have to run the script again to make it show up. I did everything that I found on Google, but I still have to run the script on startup. What do I do wrong?

Here is what it should look like if my script runs everytime Blender start.


Heres my filesettings:


You’ll either have to make it into an addon or put the script in the blender startup folder. Running it only registers it for the session.

Adding the scriptfile to the startup folder worked. Thanks! :slight_smile: