<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic how to manage/edit global system variables in AutoCAD LT Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-lt-forum/how-to-manage-edit-global-system-variables/m-p/12853453#M2401</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to access/manage all the global system variables i.e. TSPACETYPE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and then save as a file to create a default setup for all CAD users in an organisation&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;</description>
    <pubDate>Fri, 21 Jun 2024 11:20:52 GMT</pubDate>
    <dc:creator>CAME7</dc:creator>
    <dc:date>2024-06-21T11:20:52Z</dc:date>
    <item>
      <title>how to manage/edit global system variables</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/how-to-manage-edit-global-system-variables/m-p/12853453#M2401</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to access/manage all the global system variables i.e. TSPACETYPE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and then save as a file to create a default setup for all CAD users in an organisation&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2024 11:20:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/how-to-manage-edit-global-system-variables/m-p/12853453#M2401</guid>
      <dc:creator>CAME7</dc:creator>
      <dc:date>2024-06-21T11:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to manage/edit global system variables</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/how-to-manage-edit-global-system-variables/m-p/12853592#M2402</link>
      <description>&lt;P&gt;Unfortunately not as some global settings will be saved in the computer's registry.&lt;/P&gt;
&lt;P&gt;You could try making a drawing template and change all the settings that you want to change in that and then save it.&lt;/P&gt;
&lt;P&gt;Make sure all your others users have access to that template though.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2024 12:32:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/how-to-manage-edit-global-system-variables/m-p/12853592#M2402</guid>
      <dc:creator>h_s_walker</dc:creator>
      <dc:date>2024-06-21T12:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to manage/edit global system variables</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/how-to-manage-edit-global-system-variables/m-p/12853644#M2403</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5628271"&gt;@CAME7&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;&lt;SPAN&gt;...and then save as a file to create a default setup for all CAD users in an organisation...&lt;/SPAN&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Create a SCRIPT file with all of your desired settings, then do this for each user&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.autodesk.com/view/ACDLT/2023/ENU/?guid=GUID-8675B657-8C15-4594-BDFB-644B66BD02D7#:~:text=SHARE-,To%20Run%20a%20Script%20at%20Startup,-Windows" target="_blank" rel="noopener"&gt;https://help.autodesk.com/view/ACDLT/2023/ENU/?guid=GUID-8675B657-8C15-4594-BDFB-644B66BD02D7#:~:text=SHARE-,To%20Run%20a%20Script%20at%20Startup,-Windows&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and remind them to use it often.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BUT... If you all are running LT2024 or LT2025, you can do more with LISP and automated startups that force your settings on everyone all the time when they open a DWG file too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5628271"&gt;@CAME7&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;&lt;SPAN&gt;....Is there a way to access/manage all the global system variables ......&lt;/SPAN&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;SYSVARMONITOR command setup for each user may help, but in LT that's a manual process since LT does not do "autocad profiles".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And yes, you still ought to do the TEMPLATE thing that &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/65473"&gt;@h_s_walker&lt;/a&gt;&amp;nbsp;recommends too, those are indispensable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2024 12:57:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/how-to-manage-edit-global-system-variables/m-p/12853644#M2403</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2024-06-21T12:57:01Z</dc:date>
    </item>
  </channel>
</rss>

