Comentario
05-18-2018
05:37 AM
05-18-2018
05:37 AM
I agree that the WSM should be launched when Revit is launched. We created a .bat file to do this and cleanup a bit of the temp files while we're at it. But I also noticed that some departements aren't allowed to launch .bat files on their computers... IT problem. ![]()
Our Workaround...
- Open txt file and paste this in it. (you can change year to your version, and ENU to language of your choice)
@echo off del /f /q /s %TMP%\* start "" "C:\Program Files\Autodesk\Revit 2018\Revit.exe" /language ENU start "" "C:\Program Files\Autodesk\Worksharing Monitor for Revit 2018\WorksharingMonitor.exe"
- Save the file "Revit 2018 Start.txt" somewhere else then on your desktop
- Right-click "Send to" shortcut to desktop
- properties of shortcut "Change icon"
- Find path to Revit.ico
"%SystemRoot%\Installer\{7346B4A0-1800-0510-0000-705C0D862004}\REVT.ico"
- Find path to Revit.ico
- properties of shortcut "Change icon"
- Right-click "Send to" shortcut to desktop