03-01-2021
06:17 PM
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
03-01-2021
06:17 PM
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.