Installation & Licensing
Welcome to Autodesk’s Installation and Licensing Forums. Share your knowledge, ask questions, and explore popular Download, Installation, and Licensing topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to move all Autodesk folders to a different drive?

14 REPLIES 14
SOLVED
Reply
Message 1 of 15
Sæmorr
37410 Views, 14 Replies

How to move all Autodesk folders to a different drive?

I've got the following folders on my C: drive:

 

C:\Program Files\Autodesk -> 550 MB

C:\Program Files (x86)\Autodesk -> 183 MB

C:\Program Files (x86)\AutoCAD 2007 -> 352 MB

C:\ProgramData\Autodesk -> 4.47 GB

 

My C: drive is almost full, and I would like to move all autodesk contents to F: drive. Some Autodesk software can be installed on a different drive, however additional libraries and plugins to to C: no matter what. I've been looking for the Libraries feature of Windows 7, however I can't create a windows library on a custom folder.

 

Any idea how to do that?

14 REPLIES 14
Message 2 of 15
Darin.Green
in reply to: Sæmorr

Hi Saemorr,

Some installation content will always point to the C drive regardless of the location you chose during the install process. That is due to plugins and shared resources. That aside, if you're creating drawings on your local machine, then you should consider storing them on your F drive instead to help with storage.

In addition, please try clearing out your temp directory, there could be GB's worth of unnecessary data in there.

C:\Users\<username>\Appdata\Local\Temp
&
C:\Windows\Temp

Hope that helps.

Thanks,
Darin


If this information was helpful, please consider using the Accept Solution


Message 3 of 15
Sæmorr
in reply to: Sæmorr

I think the symbolic link feature may work. Moving the desired folder and creating a symbolic link to it where the original folder were should work. The only problem is that there are a lot of DLL files loaded in memory so can't perform the move operation on normal windows operation. Booting Windows in safe mode must work though.

Message 4 of 15
Sæmorr
in reply to: Sæmorr

Finally tried moving "C:\ProgramData\Autodesk" to "H:\DriveC\ProgramData\Autodesk" and working perfectly, provided that you are in Safe Mode. Luckily the ProgramData folder rised no issues because no file or library was in use during such safe mode. 

 

This is the command ran to generate a Junction Link, from msdos Command prompt:

 

MKLINK /J "C:\ProgramData\Autodesk" "H:\DriveC\ProgramData\Autodesk"

 

It echoes a message that operation was successful:

Junction created for C:\ProgramData\Autodesk <<===>> H:\DriveC\ProgramData\Autodesk

 

In case it is desired to be done with the other Autodesk folders, a further workaround is required because some files are in use even in Safe mode. Those files can be found with Process Explorer or similar software using the search function. The following screenshot shows the results in my computer:

 

 

The files is use are the following ones (DLLs and Semaphores):

C:\Windows\System32\winevt\Logs\Autodesk REX.evtx

C:\Program Files\Autodesk\Autodesk Sync\QtXml_Ad_SyncNs_4.dll

C:\Program Files\Autodesk\Autodesk Sync\QtNetwork_Ad_SyncNs_4.dll

C:\Program Files\Autodesk\Autodesk Sync\QtSql_Ad_SyncNs_4.dll

C:\Program Files\Autodesk\Autodesk Sync\QtCore_Ad_SyncNs_4.dll

C:\Program Files\Autodesk\Autodesk Sync\AdSyncNamespace.dll

 

Although the Junction type was used in the example, the symbolic link will work also for a standard use. There are some differences between them that should be explored. Hard links are also possible to choose in some cases.

Message 5 of 15
Anonymous
in reply to: Sæmorr

would you mind writing a more detailed guide on this process? I'm not familiar with Junction Links, or symbolic links.

Message 6 of 15
barasalah
in reply to: Sæmorr

thank you worked very well for me in revit 2021 saved a lot of space 

Message 7 of 15
c20748909
in reply to: barasalah

hey would you mind posting how exactly you done this? I'm having the same issue with 2021.

 

thanks,

Message 8 of 15
twallace
in reply to: Sæmorr

All this is fine if you are a computer expert. I'm not. I do drafting. I can't believe you guys can't fix the simple problem so when I download the program, or want to move it to a different drive I have to go through all that.  My system came new with a partitioned drive. C: drive is now out of space; even though I save drawings on an external source, and my 😧 drive has more than enough space for the programs.  I just moved a 100GB simulator program yesterday with "3" clicks. Took about an hour.. Has anyone seen what's happening on Mars lately? Amazing what technology can do these days!

Message 9 of 15
pendean
in reply to: twallace

There is nothing simple about any of it; you simply cannot move the entirety of AutoCAD to another drive.
Cannot. It is not designed for it. Other programs don't count here, that is irrelevant.

Take your PC to a repair shop or hire an IT person to repartition your C: drive to something bigger, or get a higher capacity disk drive: there are even low cost tools to do it yourself.

That's the solution. Sorry if it means pain and agony, pre-partitioned C: drives are never a good idea for inexperienced users who have no IT support IMHO.
Message 10 of 15
jamesstephensphd
in reply to: pendean

wow Mr. fancy pants... should I use a rotary phone if I don't know how to side load apps on an android? Your response is useless. Thanks for nothing.

 

Bottom line: AUTODESK and AUTOCAD truly need a redo. The procedures and methods of using the programs are 20years behind. Lucky that inventor even starts to mimick behaviors of more sophisticated programs. 

 

This example of not being able to move the operation of the bloated programs somewhere else is typical.

 

Terrible interface and terrible user friendliness. Too bad its the only affordable package out there.

Message 11 of 15
pendean
in reply to: jamesstephensphd

@jamesstephensphd if you hate it so much and want affordable you can indeed look elsewhere, only thing holding you back is nothing really. Feel free to start here, thousands have and are doing it
https://www.google.com/search?q=alternatives+to+autocad

HTH
Message 12 of 15
hrzqtwccb
in reply to: Sæmorr

You can try this tool

how to move files from one drive to another

It help move apps including autodesk, onedrive, microsoft office from one disk to anohter within only a few clicks.

Message 13 of 15
leowarren34
in reply to: hrzqtwccb

Hi @hrzqtwccb,

This thread was started 5 years ago, plus it's not just as simple as moving files from one drive to another. Some files have to be on the OS drive due to how the data is used/stored.

Leo Warren
Autodesk Student Ambassador Diamond
Please accept as solution and give likes if applicable.
Message 14 of 15
Labyrinth_Visual
in reply to: Sæmorr

For anybody still looking to create a "symbolic link", autodesk now has an option to do that if you create a "custom download".  Not sure I necessarily understand it, because I had no idea what a symbolic link is until reading this thread. haha.  But I stored the bulk of the program files in my data drive, and maya is running fine.

Message 15 of 15
Sæmorr
in reply to: Sæmorr

You can use PowerShell to create junction links, so no problems at all. I've found that some games like GTA5 now detect that you are using a junction link and force you to do a real "install", but fortunately allow to you install games to any drive not only C:

 

gta5customlocation.jpeg

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Administrator Productivity


Autodesk Design & Make Report