<?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 Re: Lock CUI in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/lock-cui/m-p/5633517#M328503</link>
    <description>&lt;P&gt;in Options, go to PROFILES tab, then use EXPORT to save a the .arg&lt;/P&gt;
&lt;P&gt;if someone else uses the same PC and set to their own settings, when you use it, import your .arg&lt;/P&gt;</description>
    <pubDate>Wed, 13 May 2015 17:58:15 GMT</pubDate>
    <dc:creator>Patchy</dc:creator>
    <dc:date>2015-05-13T17:58:15Z</dc:date>
    <item>
      <title>Lock CUI</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/lock-cui/m-p/5633501#M328502</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to know if there is any way to look the user options / customizations of Autocad, so I can choose one and then nobody can change.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2015 17:43:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/lock-cui/m-p/5633501#M328502</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-13T17:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: Lock CUI</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/lock-cui/m-p/5633517#M328503</link>
      <description>&lt;P&gt;in Options, go to PROFILES tab, then use EXPORT to save a the .arg&lt;/P&gt;
&lt;P&gt;if someone else uses the same PC and set to their own settings, when you use it, import your .arg&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2015 17:58:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/lock-cui/m-p/5633517#M328503</guid>
      <dc:creator>Patchy</dc:creator>
      <dc:date>2015-05-13T17:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: Lock CUI</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/lock-cui/m-p/5633531#M328504</link>
      <description>&lt;P&gt;&amp;nbsp;As in CUIx content (workspaces)?&amp;nbsp; Set the CUIx as Enterprise and keep it in a network location with limited rights.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As in Options dialog settings (system variables)?&amp;nbsp; Create an initialization procedure called by an ACAD.lsp file, again located in a network location with limited rights.&amp;nbsp; Of course, some of those are per-drawing which will need to be dealt with as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Either way there will be ways for clever users to get around it.&amp;nbsp; The best implementations will make using them almost transparent such that its much more convient to do it right than to do it wrong.&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2015 18:08:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/lock-cui/m-p/5633531#M328504</guid>
      <dc:creator>dgorsman</dc:creator>
      <dc:date>2015-05-13T18:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: Lock CUI</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/lock-cui/m-p/5633543#M328505</link>
      <description>&lt;P&gt;yes! this looks like what I want.&lt;/P&gt;&lt;P&gt;So, if I got it right, I need to export the current CUI file, save it in a network location and then in each ACAD go to Options-&amp;gt; Files-&amp;gt; Custumization Files and erase the main and change the ENTERPRISE to the network file?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2015 18:15:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/lock-cui/m-p/5633543#M328505</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-13T18:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: Lock CUI</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/lock-cui/m-p/5633734#M328506</link>
      <description>&lt;P&gt;Essentially correct.&amp;nbsp; You may need to add partial CUIx files to the one you are using as Enterprise&amp;nbsp;to support various things like the OOTB AutoCAD and Express tools functions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Each user should have their own Main CUIx stored on their computer or a personal folder on the network.&amp;nbsp; That will allow them to save their personal workspace settings e.g. Properties docked left instead of floating right; Layers floating right instead of docked left, and so on.&amp;nbsp; You can force them to only use the workspaces you have defined in the Enterprise, but that creates a LOT of grumbling.&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2015 20:02:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/lock-cui/m-p/5633734#M328506</guid>
      <dc:creator>dgorsman</dc:creator>
      <dc:date>2015-05-13T20:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: Lock CUI</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/lock-cui/m-p/5633759#M328507</link>
      <description>Great advice provided by everybody previously! We essentially use the custom.cuix for the user and a business unit.cuix for the enterprise. Loaded into the Enterprise is the standard acad.cuix, acetmain.cuix etc which makes the OOTB cuix's read only.&lt;BR /&gt;&lt;BR /&gt;Your clever users will learn quickly that if the load the enterprise as the main they can then edit it, one edit will the effect all referencing.&lt;BR /&gt;&lt;BR /&gt;Just a thought but what about hosting the CUI's on a shared network location in a folder where users only have read options and no write. Then even if the switch the enterprise and main they still won't be able to edit it.&lt;BR /&gt;&lt;BR /&gt;You could then look at DFS as a replication solution for your standard content and share from one master location to all, this will aid the update process.&lt;BR /&gt;&lt;BR /&gt;To load everything, we then use a drag and drop LISP that loads a profile on demand, preconfigured for AutoCAD. This loads the cuix's needed and writes to the custom.cuix a copy of the master workspace to the custom.cuix, essentially it's a copy of the master which is editable. If that were to become corrupt, select the master which is read only and overwrite that for the user workspace.</description>
      <pubDate>Wed, 13 May 2015 20:14:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/lock-cui/m-p/5633759#M328507</guid>
      <dc:creator>ukdxb012</dc:creator>
      <dc:date>2015-05-13T20:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: Lock CUI</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/lock-cui/m-p/5634516#M328508</link>
      <description>If you want to lock a user out of a primary CUI file, you need to create/use/implement an ENTERPRISE CUIx file, and give the user a local CUIx file to edit locally. They will NOT be able to edit or touch your Enterprise CUIx file or edit it's content.&lt;BR /&gt;&lt;BR /&gt;Yes, you need to have a server for this ability.</description>
      <pubDate>Thu, 14 May 2015 12:33:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/lock-cui/m-p/5634516#M328508</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2015-05-14T12:33:33Z</dc:date>
    </item>
  </channel>
</rss>

