Continuing with the AutoCAD script theme, here is one that controls the toggles that are found in the status bar.
Download the script from this link: https://docs.google.com/file/d/0B_y9I236zHwOd1E3TDA2VVRvYWc/edit?usp=sharing
I made the script to turn off all of these toggles but i also tried to document within the script what settings you can change to suite your needs. So please customize the script…
For older versions of AutoCAD please modify as there have been new toggles added to the status bar. To cancel a line of the script, place the cursor at the beginning of a line and place
a ; at the beginning of the line. Everything on that line of the script will not be processed.
~enjoy