Closed bramdejager closed 4 years ago
Which Office/Visio version do you use?
Needs testing on different versions, but this appears to find the relevent key for Visio 365
Get-ChildItem HKCU:\Software\Microsoft\Office\ -Recurse | Where-Object {$_.PSChildName -eq "Application"} | Get-ItemProperty -Name MyShapesPath | select MyShapesPath
Thanks for the tip Jacob! just updated the scripts
When running the download install PowerShell script the script is not working during copying the files to the final destination. The current script copies the files to "Documents\My Shares". My current Visio install uses the "Documents\Visio Stencils" instead.
The script should support different destination folder depending on the Office version.