<?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: Kind of an IT question: How to get past the Windows &amp;quot;access denied&amp;quot; during copy? in Civil 3D Forum</title>
    <link>https://forums.autodesk.com/t5/civil-3d-forum/kind-of-an-it-question-how-to-get-past-the-windows-quot-access/m-p/10520895#M68559</link>
    <description>&lt;P&gt;No pure access denied. I can xcopt to any other folder depth besides the C:\program files&lt;/P&gt;</description>
    <pubDate>Wed, 04 Aug 2021 21:17:29 GMT</pubDate>
    <dc:creator>Joe-Bouza</dc:creator>
    <dc:date>2021-08-04T21:17:29Z</dc:date>
    <item>
      <title>Kind of an IT question: How to get past the Windows "access denied" during copy?</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/kind-of-an-it-question-how-to-get-past-the-windows-quot-access/m-p/10519691#M68553</link>
      <description>&lt;P&gt;I have a *.bat file that I want to copy standard cad files from the server to each users machine and cannot figure out how to by pass the windows watch dog. Here is an example: we have fonts that do not ship with autocad that are on the server and I want to copy to each local %username%&amp;nbsp; using the following&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;xcopy "\\srvcefs01\Software\Autodesk\ACAD SUPPORT\fonts" "C:\program files\autodesk\autocad 2022\fonts"/Y&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;this gets access denied&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I know I could map the font folder on the server in options but I'd prefer to install OOTB and copy the files via email link to the bat file so I don't have to adjust every machines search paths I have the same problem with the QTO files&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;xcopy "O:\0-SHEET SETS\CE Sheet Set Prototype\QTO" "C:\ProgramData\Autodesk\C3D 2022\enu\Data\Pay Item Data\Getting Started"/Y&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;yields access denied&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I thought it was due to copy from server and successfully copied to a temp folder but still get denied copying from temp to the progams.....folders&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 12:48:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/kind-of-an-it-question-how-to-get-past-the-windows-quot-access/m-p/10519691#M68553</guid>
      <dc:creator>Joe-Bouza</dc:creator>
      <dc:date>2021-08-04T12:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Kind of an IT question: How to get past the Windows "access denied" during copy?</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/kind-of-an-it-question-how-to-get-past-the-windows-quot-access/m-p/10519721#M68554</link>
      <description>&lt;P&gt;Do you have write access to that location?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 12:58:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/kind-of-an-it-question-how-to-get-past-the-windows-quot-access/m-p/10519721#M68554</guid>
      <dc:creator>neilyj666</dc:creator>
      <dc:date>2021-08-04T12:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Kind of an IT question: How to get past the Windows "access denied" during copy?</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/kind-of-an-it-question-how-to-get-past-the-windows-quot-access/m-p/10519990#M68555</link>
      <description>&lt;P&gt;Long path issue?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 14:23:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/kind-of-an-it-question-how-to-get-past-the-windows-quot-access/m-p/10519990#M68555</guid>
      <dc:creator>Jeew-m</dc:creator>
      <dc:date>2021-08-04T14:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Kind of an IT question: How to get past the Windows "access denied" during copy?</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/kind-of-an-it-question-how-to-get-past-the-windows-quot-access/m-p/10520050#M68556</link>
      <description>&lt;P&gt;An alternative to copying locally is to use a bootstrap lsp in the local folder (C:\Program Files\Autodesk\AutoCAD 20xx\Support) that loads on start and then points to a second lsp that sets all the options you want for the organization. We do this and set support folders for, among other things, linetype files, printer support folders, default templates, page setup overrides, tool palette path, and certain system variables like LEVELOFDETAILOFF. You can set whatever you want in the second lsp so that everyone is using the same stuff. If you did this you'd have to probably get individual users to copy the acad.lsp to their Support folders to get past Windows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The following is what our acad.lsp looks like. It points to MWU.lsp where all the settings are:&lt;/P&gt;&lt;P&gt;(princ "nLoading bootstrap version of acad.lsp...")&lt;BR /&gt;(setq myFile "M:\\DESIGN\\C3D\\MWU C3D Files\\Autolisp\\Bootstrap\\MWU.lsp")&lt;/P&gt;&lt;P&gt;(setq existing_paths (getvar "TrustedPaths"))&lt;BR /&gt;(setq path_2be_added (vl-filename-directory myfile))&lt;/P&gt;&lt;P&gt;(if (and&lt;BR /&gt;(findfile myFile)&lt;BR /&gt;(not (vl-string-search path_2be_added existing_paths))&lt;BR /&gt;)&lt;BR /&gt;(progn&lt;BR /&gt;(setq existing_paths (vl-string-right-trim ";" existing_paths))&lt;BR /&gt;(setq newPaths (strcat existing_paths ";" path_2be_added))&lt;BR /&gt;(setvar "TrustedPaths" newPaths)&lt;BR /&gt;(load myFile)&lt;BR /&gt;); progn&lt;BR /&gt;); if&lt;/P&gt;&lt;P&gt;(princ "HAVE A NICE DAY")&lt;BR /&gt;(princ)&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 14:41:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/kind-of-an-it-question-how-to-get-past-the-windows-quot-access/m-p/10520050#M68556</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-08-04T14:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: Kind of an IT question: How to get past the Windows "access denied" during copy?</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/kind-of-an-it-question-how-to-get-past-the-windows-quot-access/m-p/10520219#M68557</link>
      <description>&lt;P&gt;I don't know the answer either. Although the Long File Path suggestion sounds like it rings true.&lt;/P&gt;
&lt;P&gt;Alternatively. You might use something like &lt;A href="https://www.microsoft.com/en-us/download/search.aspx?q=synctoy" target="_blank"&gt;&lt;STRONG&gt;SyncToy&lt;/STRONG&gt;&lt;/A&gt; and have it fire off the sync every morning.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 15:32:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/kind-of-an-it-question-how-to-get-past-the-windows-quot-access/m-p/10520219#M68557</guid>
      <dc:creator>AllenJessup</dc:creator>
      <dc:date>2021-08-04T15:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: Kind of an IT question: How to get past the Windows "access denied" during copy?</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/kind-of-an-it-question-how-to-get-past-the-windows-quot-access/m-p/10520888#M68558</link>
      <description>&lt;P&gt;I am not real knowledgeable&amp;nbsp; with lisp. Why is it called bootstrap? and does it set the search paths in acad to look on a server?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 21:16:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/kind-of-an-it-question-how-to-get-past-the-windows-quot-access/m-p/10520888#M68558</guid>
      <dc:creator>Joe-Bouza</dc:creator>
      <dc:date>2021-08-04T21:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Kind of an IT question: How to get past the Windows "access denied" during copy?</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/kind-of-an-it-question-how-to-get-past-the-windows-quot-access/m-p/10520895#M68559</link>
      <description>&lt;P&gt;No pure access denied. I can xcopt to any other folder depth besides the C:\program files&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 21:17:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/kind-of-an-it-question-how-to-get-past-the-windows-quot-access/m-p/10520895#M68559</guid>
      <dc:creator>Joe-Bouza</dc:creator>
      <dc:date>2021-08-04T21:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: Kind of an IT question: How to get past the Windows "access denied" during copy?</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/kind-of-an-it-question-how-to-get-past-the-windows-quot-access/m-p/10520897#M68560</link>
      <description>&lt;P&gt;It seems that no one has write access to C:\Program files&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Our IT guys are drawing blanks on this&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 21:18:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/kind-of-an-it-question-how-to-get-past-the-windows-quot-access/m-p/10520897#M68560</guid>
      <dc:creator>Joe-Bouza</dc:creator>
      <dc:date>2021-08-04T21:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: Kind of an IT question: How to get past the Windows "access denied" during copy?</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/kind-of-an-it-question-how-to-get-past-the-windows-quot-access/m-p/10520901#M68561</link>
      <description>&lt;P&gt;Bummer .... Download no longer available.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sounded good too&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 21:20:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/kind-of-an-it-question-how-to-get-past-the-windows-quot-access/m-p/10520901#M68561</guid>
      <dc:creator>Joe-Bouza</dc:creator>
      <dc:date>2021-08-04T21:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Kind of an IT question: How to get past the Windows "access denied" during copy?</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/kind-of-an-it-question-how-to-get-past-the-windows-quot-access/m-p/10521122#M68562</link>
      <description>&lt;P&gt;Joe, as an option couldn't you create the "standards" folder(s) directly on C:\ and just point everything there? I do this with all aspects of support stuff (linetypes, plotters, lisp, SDB, etc... ).&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 23:27:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/kind-of-an-it-question-how-to-get-past-the-windows-quot-access/m-p/10521122#M68562</guid>
      <dc:creator>rl_jackson</dc:creator>
      <dc:date>2021-08-04T23:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Kind of an IT question: How to get past the Windows "access denied" during copy?</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/kind-of-an-it-question-how-to-get-past-the-windows-quot-access/m-p/10521299#M68563</link>
      <description>&lt;P&gt;You will find the standard behaviour for windows is to have most sub folders of the program files folder set to read only for users.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your IT department can set the permissions for certain users over certain folders to give them write access.&lt;/P&gt;&lt;P&gt;They can either do it manually using elevated credentials or by group policy.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am do not work in IT, but I have had to deal with this issue myself in trying to get files updated to various programmes.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 01:46:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/kind-of-an-it-question-how-to-get-past-the-windows-quot-access/m-p/10521299#M68563</guid>
      <dc:creator>andrewpuller3811</dc:creator>
      <dc:date>2021-08-05T01:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: Kind of an IT question: How to get past the Windows "access denied" during copy?</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/kind-of-an-it-question-how-to-get-past-the-windows-quot-access/m-p/10521306#M68564</link>
      <description>&lt;P&gt;I'm going to look into drenaud's solution, but here's what I've been doing since our IT guys started denying access to everybody's machines over the network ...&lt;/P&gt;&lt;P&gt;It's a simple batch file, substitute names as necessary&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;IF yournamehere=="" GOTO STARTOVER&lt;BR /&gt;copy "p:\_acad_support\epc-dot.*" "C:\Users\yournamehere\AppData\Roaming\Autodesk\C3D 2020\enu\Support"&lt;BR /&gt;copy "p:\_acad_support\PDOT*.PC3" "C:\Users\yournamehere\AppData\Roaming\Autodesk\C3D 2020\enu\PLOTTERS"&lt;BR /&gt;copy "p:\_acad_support\ADOBE*.PC3" "C:\Users\yournamehere\AppData\Roaming\Autodesk\C3D 2020\enu\PLOTTERS"&lt;BR /&gt;copy "p:\_acad_support\_CDOT*.CTB" "C:\Users\yournamehere\AppData\Roaming\Autodesk\C3D 2020\enu\PLOTTERS\PLOT STYLES"&lt;BR /&gt;copy "p:\_acad_support\epc*.dwt" "C:\Users\yournamehere\AppData\Local\Autodesk\C3D 2020\enu\Template"&lt;/P&gt;&lt;P&gt;goto fini&lt;BR /&gt;:STARTOVER&lt;BR /&gt;ECHO Input Username.&lt;BR /&gt;pause&lt;BR /&gt;:fini&lt;BR /&gt;PAUSE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I called it dotcopyyournamehere dot bat&lt;/P&gt;&lt;P&gt;This copies linetypes, plot styles, plotter configs, and most importantly Templates to where they're needed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got blocked twice today trying to post this. It's not dangerous, this knowledge...&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 01:53:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/kind-of-an-it-question-how-to-get-past-the-windows-quot-access/m-p/10521306#M68564</guid>
      <dc:creator>dougnorton</dc:creator>
      <dc:date>2021-08-05T01:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: Kind of an IT question: How to get past the Windows "access denied" during copy?</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/kind-of-an-it-question-how-to-get-past-the-windows-quot-access/m-p/10521326#M68565</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/63033"&gt;@dougnorton&lt;/a&gt;&amp;nbsp; this is what I am doing with xcopy. the problem is the font files and QTO files they reside in C:\Progams\..... and windows will not allow things to be written to this location&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 02:15:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/kind-of-an-it-question-how-to-get-past-the-windows-quot-access/m-p/10521326#M68565</guid>
      <dc:creator>Joe-Bouza</dc:creator>
      <dc:date>2021-08-05T02:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: Kind of an IT question: How to get past the Windows "access denied" during copy?</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/kind-of-an-it-question-how-to-get-past-the-windows-quot-access/m-p/10522460#M68566</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/531208"&gt;@Joe-Bouza&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Bummer .... Download no longer available.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sounded good too&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;FONT size="5"&gt;&lt;A href="https://www.techshout.com/synctoy-alternatives/" target="_self"&gt;&lt;STRONG&gt;Alternatives&lt;/STRONG&gt;&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 12:22:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/kind-of-an-it-question-how-to-get-past-the-windows-quot-access/m-p/10522460#M68566</guid>
      <dc:creator>AllenJessup</dc:creator>
      <dc:date>2021-08-05T12:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Kind of an IT question: How to get past the Windows "access denied" during copy?</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/kind-of-an-it-question-how-to-get-past-the-windows-quot-access/m-p/10522522#M68567</link>
      <description>&lt;P&gt;I'm not sure why it's called bootstrap. And someone from here helped a lot when I implemented it here, I don't know lisp that well either. But given examples I got it to work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically, when a user starts acad it loads acad,lsp which tells acad to also go on the network and load the bootstrap lsp (MWU.lsp in my case). MWU.lsp sets all the options you want to set: support paths, plotter support, templates, etc. etc. You can set anything you want.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The beauty of it is that all the standard files reside on the network. There's only one set of files to maintain. If some path or whatever changes you make the changes to MWU.lsp. Once you get acad.lsp copied to local support folders you never touch that machine again until a new release is installed (then you put acad.lsp in that Support folder). So you keep everyone on the same page and do updates in the background and everyone is always up to date by maintaining just the networked files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BTW, I know you can write to Program Files if you set permission to Full control through the folder properties. I would try each user going to folder properties (or you if you are logged into the machine) and give themselves/yourself total Full control read/write permissions to the folder. Go to the Security tab, Edit button. IT may have to do this if access is denied.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 12:44:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/kind-of-an-it-question-how-to-get-past-the-windows-quot-access/m-p/10522522#M68567</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-08-05T12:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: Kind of an IT question: How to get past the Windows "access denied" during copy?</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/kind-of-an-it-question-how-to-get-past-the-windows-quot-access/m-p/10522690#M68568</link>
      <description>&lt;P&gt;@Anonymous&amp;nbsp;Bootstrap probably for the same reason that when you Boot your computer is pulling itself up by its own Bootstraps. i.e. "In order to get out of a bad situation you often have to pull yourself up by your own bootstraps"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/531208"&gt;@Joe-Bouza&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;see &lt;A href="https://blogs.autodesk.com/autocad/bootstrap-autocad-deployments-customizations-3/" target="_blank"&gt;&lt;STRONG&gt;THIS&lt;/STRONG&gt;&lt;/A&gt; article&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 13:36:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/kind-of-an-it-question-how-to-get-past-the-windows-quot-access/m-p/10522690#M68568</guid>
      <dc:creator>AllenJessup</dc:creator>
      <dc:date>2021-08-05T13:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Kind of an IT question: How to get past the Windows "access denied" during copy?</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/kind-of-an-it-question-how-to-get-past-the-windows-quot-access/m-p/10522828#M68569</link>
      <description>&lt;P&gt;I'm pulling myself up by the bootstraps all the time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As for the Windows Access denied when writing to Program Files, you may first have to take ownership of the folder. Or do it just for Autodesk. After taking ownership, you close the window, re-open it and set permissions to Full control. See &lt;A href="https://www.makeuseof.com/tag/fix-access-denied-folders-windows-10/" target="_self"&gt;https://www.makeuseof.com/tag/fix-access-denied-folders-windows-10/&lt;/A&gt;&amp;nbsp; for more info.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 14:18:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/kind-of-an-it-question-how-to-get-past-the-windows-quot-access/m-p/10522828#M68569</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-08-05T14:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Kind of an IT question: How to get past the Windows "access denied" during copy?</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/kind-of-an-it-question-how-to-get-past-the-windows-quot-access/m-p/10522830#M68570</link>
      <description>&lt;P&gt;Joe, you're right, the copy and xcopy do the same thing. And my routine only takes care of supports type stuff outside of the Program Files level. Now here's where it gets &lt;STRIKE&gt;interst&lt;/STRIKE&gt; frustrating. Even though I am administrator on my machine, I can't do any edits on my own LISP routines that are in&lt;/P&gt;&lt;P&gt;C:\Program Files\Autodesk\AutoCAD 2020\Support\en-us&lt;/P&gt;&lt;P&gt;But I can copy them elsewhere, edit them, and then re-copy them back into the Directory. It does the Windows "Are you sure you want to make changes to this Machine?" type thing, but it lets me finish each time.&lt;/P&gt;&lt;P&gt;Now I'm curious if it has to do with manually copying/placing the files versus your xcopy version of doing the same thing.&lt;/P&gt;&lt;P&gt;I had to get three levels of bosses' permissions to get me added as Admin on my team's machines, and there are still directories that I'm not allowed any access to. I do understand your frustrations.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Doug&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 14:18:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/kind-of-an-it-question-how-to-get-past-the-windows-quot-access/m-p/10522830#M68570</guid>
      <dc:creator>dougnorton</dc:creator>
      <dc:date>2021-08-05T14:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Kind of an IT question: How to get past the Windows "access denied" during copy?</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/kind-of-an-it-question-how-to-get-past-the-windows-quot-access/m-p/10522962#M68571</link>
      <description>&lt;P&gt;Thanks Doug. Yes a Royal PITA&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 14:55:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/kind-of-an-it-question-how-to-get-past-the-windows-quot-access/m-p/10522962#M68571</guid>
      <dc:creator>Joe-Bouza</dc:creator>
      <dc:date>2021-08-05T14:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: Kind of an IT question: How to get past the Windows "access denied" during copy?</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/kind-of-an-it-question-how-to-get-past-the-windows-quot-access/m-p/10547556#M68572</link>
      <description>&lt;P&gt;Sorry I'm late to the party, are you running this from a batch file of some sorts?&amp;nbsp; are you running your command prompt in elevated permission mode? It could just be a windows thing, where normal permissions do not allow copying to the program files or program data location.&amp;nbsp; If you launch an elevated command prompt (Win+R&amp;nbsp; type CMD, hold control and shift when you press enter to run it) and paste the lines there, does it still deny access?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Aug 2021 00:01:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/kind-of-an-it-question-how-to-get-past-the-windows-quot-access/m-p/10547556#M68572</guid>
      <dc:creator>chriscowgill7373</dc:creator>
      <dc:date>2021-08-16T00:01:24Z</dc:date>
    </item>
  </channel>
</rss>

