Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
Hi All,
I'm not able to view my local projects (and extensions) since I syncronyzed all my documents to Onedrive. Maybe it's caused by a different location where the folder "VuforiaStudio" is now set (C:\Users\<myusername>\OneDrive - <myorganization>\Documents\VuforiaStudio).
I found on eSupport to change the $userhome local variable but there's no variable like this on my pc.
How can i retrieve those projects?
Thanks in advance for your support!
Alberto S.
A.S.
Solved! Go to Solution.
Hi @AS_9797599 ,
I think on Windows the names of the variables are HOMEDRIVE and HOMEPATH e.g.:
HOMEDRIVE=C:
HOMEPATH=\Users\myUserName
Hi @AS_9797599 ,
I think on Windows the names of the variables are HOMEDRIVE and HOMEPATH e.g.:
HOMEDRIVE=C:
HOMEPATH=\Users\myUserName
I searched for those variables and they are not on my PC (as you can see on the images attached). I also tryed to create them as new local variables but unfortunatley on Studio still no projects are shown
This is a work around!!! as the installation does not support changing the install location
Since Vuforia Studio is looking for environment variables, like "home" and "userprofile" to find the location of were to store the Projects, Extensions and logs in, we can manipulate this with a simple batch file. Note you will need to Launch Studio from this bat file.
bat file contents
set home=E:\MyNewLocation
"%AppData%\Microsoft\Windows\Start Menu\Programs\PTC Inc\Vuforia Studio.appref-ms"