Specific phenomena is: We can open Autodesk CAD , but the software will exits if clicking menu bar.
The solution from official is modify file “acad.exe.config”, Please follow step to solve this issue.
- Close AutoDesk CAD
- Enter CAD installation folders, it’s in “C:\Program Files\Autodesk CAD” normally.
- Open file named “acad.exe.config”.
- Find “” in content.
- Type the following code after “” and save it.
<AppContextSwitchOverrides value="Switch.System.Windows.Input.Stylus.DisableStylusAndTo
After saving, we can try to open CAD program and click on the menu bar for testing.
Now you can find that issue is solved. The AutoDesk CAD program will not be close when you click on the menu bar.