You can make a Button to remove this line in your notes.ini:
Sub Click(Source As Button)
Dim session As New NotesSession
Call session.SetEnvironmentVar("AddinMenus", "", True)
Msgbox "Your Configuration was changed. Please restart IBM Notes."
End Sub