Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Ensure Autodesk® Revit® is not running.
  2. In Windows Search, Type Run and select the Program to open it.
  3. Type/Paste the following command:

    No Format
    "C:\Program Files\Xrev Transmit\XrevTransmit.exe" SHOWPRIVILEGEDCOMMANDS=0

    Would turn the Privileged commands OFF.

    No Format
    "C:\Program Files\Xrev Transmit\XrevTransmit.exe" SHOWPRIVILEGEDCOMMANDS=1

    Would turn the Privileged commands ON.

  4. Select OK to run the command.

    Info
    titleInfo

    This command requires Administrator privileges to complete. If you do not have Administrator privileges you will be prompted via UAC for a Username/Password.


  5. Restart Autodesk® Revit®.  The Xrev Transmit Privileged commands will now be disabled.

...

Hide specific parts of the Settings

It is also possible to hide specific sections of the Settings dialog by adding the below lines to the XrevTransmit.exe.config file in the installation directory "C:\Program Files\Xrev Transmit\" and setting the value to "False":

No Format
<Xrev.Transmit.Windows.Settings ShowIssueSettings="True"
                                  ShowTransmittalSettings="True"
                                  ShowPostProcessingCommandSettings="True"
                                  ShowIssueMethods="True"
                                  ShowIssueReasons="True"
                                  ShowFormatTypes="True"
                                  ShowPaperSizes="True"
                                  ShowProjectIssueSettings="True"
                                  ShowProjectPostProcessingCommandSettings="True"
                                  ShowProjectAconexSettings="True"
                                  ShowFormatSettings="True"
                                  ShowContactSettings="True" />