Anuncios
Welcome to the Revit Ideas Board! Before posting, please read the helpful tips here. Thank you for your Ideas!
Comentario
Enthusiast
Enthusiast

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. :cara_de_decepción:

 

Our Workaround... 

  1. Open txt file and paste this in it. (you can change year to your version, and ENU to language of your choice)
    1. @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"
  2. Save the file "Revit 2018 Start.txt" somewhere else then on your desktop
    1. Right-click "Send to" shortcut to desktop
      1. properties of shortcut "Change icon"
        1. Find path to Revit.ico 
          "%SystemRoot%\Installer\{7346B4A0-1800-0510-0000-705C0D862004}\REVT.ico"

 Revit_Start_Bat.jpg