Skip to content

Instantly share code, notes, and snippets.

@wdormann
Last active October 1, 2024 17:10
Show Gist options
  • Select an option

  • Save wdormann/732bb88d9b5dd5a66c9f1e1498f31a1b to your computer and use it in GitHub Desktop.

Select an option

Save wdormann/732bb88d9b5dd5a66c9f1e1498f31a1b to your computer and use it in GitHub Desktop.

Revisions

  1. wdormann revised this gist Oct 20, 2017. 1 changed file with 6 additions and 0 deletions.
    6 changes: 6 additions & 0 deletions disable_ddeauto.reg
    Original file line number Diff line number Diff line change
    @@ -18,6 +18,12 @@ Windows Registry Editor Version 5.00
    [HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Word\Options\WordMail]
    "DontUpdateLinks"=dword:00000001

    [HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\OneNote\Options]
    "DisableEmbeddedFiles"=dword:00000001

    [HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\OneNote\Options]
    "DisableEmbeddedFiles"=dword:00000001

    [HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Excel\Options]
    "DontUpdateLinks"=dword:00000001
    "DDEAllowed"=dword:00000000
  2. wdormann created this gist Oct 20, 2017.
    36 changes: 36 additions & 0 deletions disable_ddeauto.reg
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,36 @@
    Windows Registry Editor Version 5.00

    [HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Word\Options]
    "DontUpdateLinks"=dword:00000001

    [HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Word\Options]
    "DontUpdateLinks"=dword:00000001

    [HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Word\Options]
    "DontUpdateLinks"=dword:00000001

    [HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Word\Options\WordMail]
    "DontUpdateLinks"=dword:00000001

    [HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Word\Options\WordMail]
    "DontUpdateLinks"=dword:00000001

    [HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Word\Options\WordMail]
    "DontUpdateLinks"=dword:00000001

    [HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Excel\Options]
    "DontUpdateLinks"=dword:00000001
    "DDEAllowed"=dword:00000000
    "DDECleaned"=dword:00000001

    [HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Excel\Options]
    "DontUpdateLinks"=dword:00000001
    "DDEAllowed"=dword:00000000
    "DDECleaned"=dword:00000001
    "Options"=dword:00000117

    [HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Excel\Options]
    "DontUpdateLinks"=dword:00000001
    "DDEAllowed"=dword:00000000
    "DDECleaned"=dword:00000001
    "Options"=dword:00000117