Some software doesn't use proper Windows API to open the file dialog which results in having to use the native Windows file dialog instead of the Cameyo File Dialog.
In this case it might be more user friendly to map local windows drives to easier access Google Drive (and shared drive).
For this
- Place the attached icon into C:\ProgramData\Cameyo
- Run the following registry file once on the server:
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\G\DefaultIcon] @="C:\\ProgramData\\Cameyo\\Google Drive.ico" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\G\DefaultLabel] @="G-DRIVE" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\S\DefaultIcon] @="C:\\ProgramData\\Cameyo\\Google Drive.ico" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\S\DefaultLabel] @="SHARED G-DRIVE"
Change the drive letter accordingly if needed - Place the following PowerTag on the App (or cluster or server)
!STARTUP_BEFORE_BAT=@SUBST G: X:\GDrive^|@SUBST S: X:\GTeamDrive
Change the drive letter accordingly if needed
When running the app now, the user sees the two drives in the Windows native file dialog:
Other embedded drives like OneDrive can be configured accordingly