how can i remove LSP from Autoloading

how can i remove LSP from Autoloading

Anonymous
Not applicable
2,975 Views
10 Replies
Message 1 of 11

how can i remove LSP from Autoloading

Anonymous
Not applicable

i loaded lsp autoloading instead of one it causes some issues how can i remove this lsp or edit it to load only one 

0 Likes
2,976 Views
10 Replies
Replies (10)
Message 2 of 11

ilia.borisov
Collaborator
Collaborator
0 Likes
Message 3 of 11

Alfred.NESWADBA
Consultant
Consultant

Hi,

 

>> how can i remove LSP from Autoloading

How have you added to LSP to be auto-loaded?

There are so many ways to autoload tools like command _APPLOAD and putting a tool into the startup suite or adding something to ACAD.LSP or ACADDOC.LSP or using an MNL to any of your loaded menus or having a startup script, ...

 

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2026
------------------------------------------------------------------------------------

(not an Autodesk consultant)
0 Likes
Message 4 of 11

vinodkl
Mentor
Mentor

Hi,

 

Type in the command "APPLOAD" and then click on "content" from startup suite which would open the lisp which would load at the start of the program. You can remove the lisp which you don't require to load from here.

 

 

APPLOAD.PNG

--------------------------------------------------------------------------------------------------------------------------
ವಿನೋದ್ ಕೆ ಎಲ್( System Design Engineer)
Likes is much appreciated if the information I have shared is helpful to you and/or others.

Please mark "Accept as Solution" if my reply resolves the issue or answers your question, to help others in the community.
--------------------------------------------------------------------------------------------------------------------------
0 Likes
Message 5 of 11

Kent1Cooper
Consultant
Consultant

@vinodkl wrote:

Type in the command "APPLOAD" and then click on "content" from startup suite .... You can remove the lisp which you don't require to load from here. ….


… only IF  that is the way it's being loaded automatically.  As @Alfred.NESWADBA has described, there are several other possible ways, so it is necessary to know which method is loading it.

Kent Cooper, AIA
Message 6 of 11

vandenoosterkamp
Collaborator
Collaborator

and what if the loaded and now totally unwanted app is greyed out in the loaded application list?

0 Likes
Message 7 of 11

vandenoosterkamp
Collaborator
Collaborator


@Alfred.NESWADBA wrote:

Hi,

 

>> How have you added to LSP to be auto-loaded?

 

I ran an exe that did that for me. The only option seems to rename the lsp file to finally make it stop interfering with other 2 and 3 key commands. Truely amazing that it can't simply be unloaded

0 Likes
Message 8 of 11

paullimapa
Mentor
Mentor

this site provides the load sequence:

AutoCAD 2025 Help | About Auto-Loading and Running AutoLISP Routines | Autodesk

 


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
0 Likes
Message 9 of 11

cadffm
Consultant
Consultant

Hi,

 


@vandenoosterkamp  schrieb:

and what if the loaded and now totally unwanted app is greyed out


Thats impossible in the list he pointed to! Take a second look.

 

I guess you are talking about the 'loaded application' list in Appload dialog (instead the startup suite, where you should look at)?

The 'loaded application'is not important for your question, because the list just showing what .lsp files are loaded, but you can't unload a lisp, that's why it is greyed out in this list.

 

Sebastian

0 Likes
Message 10 of 11

vandenoosterkamp
Collaborator
Collaborator

yes, it's indeed in the loaded application list and obviously not in the startup suite. Spot on.

0 Likes
Message 11 of 11

vandenoosterkamp
Collaborator
Collaborator

I renamed the lisp, problem 'solved' in the usual way things need to be solved when there is simply no solution without wasting half a day

0 Likes