Anuncios

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

edwin.prakoso
en respuesta a: Anonymous

You can map the folder to a local drive letter. So you can use the same drive letter for all users instead of a relative path. For example Z drive.

 

Use the below command on the Windows Command Line (CMD)

subst Z: "C:\User\USERNAME\herOneDriveFolder"

Just remember to drag the contents from Z, not directly from OneDrive.

 

If you want to remove the drive, you can use

subst Z: /D

Cheers,
Edwin Prakoso
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature