Hi,
The reason may be that some application you have in AutoCAD that does not restore the
settings after changing them. I suggest you to force them by creating a file named acad.lsp in one of your support file search path and add these rows below to it using Notepad.
(setvar "fieldeval" 21)
(setvar "updatethumbnail" 0)
Cheers!
|