How can I disable the fine-print dialog box in Microsoft visio?

Anvay Singh 41 Reputation points
2022-04-07T14:18:20.327+00:00

191051-image.png

I want to prevent this dialog box from occurring whenever I open Visio for the first time. Can this be prevented from opening by making any change in the registry keys?

Visio Management
Visio Management
Visio: A family of Microsoft products used to create diagrams and vector graphics.Management: The act or process of organizing, handling, directing or controlling something.
248 questions
0 comments No comments
{count} votes

Accepted answer
  1. Emily Hua-MSFT 27,546 Reputation points
    2022-04-08T04:26:48.477+00:00

    Hi @Anvay Singh

    Could you please tell me how do you install this Visio Professional 2019?
    I suggest you run ODT and configuration file (.xml file) that includes <Display AcceptEULA="TRUE" />, such as following one:

    <Configuration>   
      <Add >   
       <Product ID="VisioPro2019Volume" >   
         <Language ID="en-us" />        
       </Product>   
     </Add>  
    <Display AcceptEULA="TRUE" />  
    </Configuration>  
    

    If the step does not work, please go to Registry Editor, and set or add following keys:

    HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Registration
    REG_DWORD
    AcceptAllEulas
    1
    191261-capture84.jpg

    HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Registration\<machinename>\{90160000-0011-0000-0000-0000000FF1CE}\EULA
    REG_SZ
    8
    PLEASE NOTE: Your use of this software is subject to the terms and conditions of the license agreement by which you acquired this software. For instance, if you are:
    191107-capture83.jpg
    On the picture above, the machine name is covered by blue block.

    Besides, please also make sure the data value of HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common\General\ShownFirstRunOptin is 1, which is to disable "ShownFirstrunOptin".

    (Serious problems might occur if you modify the registry incorrectly. Before you modify it, please remember to back up the registry for restoration in case problems occur.)


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.



0 additional answers

Sort by: Most helpful