Jump to content
dummzeuch

Delphi 12 start menu entry

Recommended Posts

Posted (edited)

Delphi 12 creates an entry in the (Open Shell) start menu directly under programs.

 

image.png.077437327c43f36c3c89355010d152bf.png

I don't want that entry that so I deleted it.

But every time I start the Delphi 12 IDE that entry is added again.

This is really annoying. Is there a setting somewhere that controls this?

Edited by dummzeuch

Share this post


Link to post

What about writing a bds.exe which starts Delphi's (now renamed) bds.exe but deletes the shortcut once it's closing? 😄

Share this post


Link to post

Yes, I find it annoying and unnecessary.    I have not found a setting to stop it.  But this will hide it from showing in the Start menu.   In a DOS box, set the Delphi 12.lnk file to hidden.

 

attrib +h "%APPDATA%\Microsoft\Windows\Start Menu\Programs\Delphi 12.lnk"

 

  • Thanks 1

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×