commit dc6a6e644c9f882bc4629b5f2d6de103a00f5c16 Author: Cedric AUDRIT Date: Mon Mar 11 09:40:44 2024 +0100 script + doc diff --git a/DisableE365EndPoint.bat b/DisableE365EndPoint.bat new file mode 100644 index 0000000..3fb6f14 --- /dev/null +++ b/DisableE365EndPoint.bat @@ -0,0 +1,15 @@ +@echo off + +REM Désactiver ExcludeExplicitO365Endpoint dans Outlook + +REM Ajout de la clé de registre pour l'architecture 32 bits +reg add "HKCU\Software\Microsoft\Office\16.0\Outlook\AutoDiscover" /v ExcludeExplicitO365Endpoint /t REG_DWORD /d 1 /f + +REM Ajout de la clé de registre pour l'architecture 64 bits +reg add "HKCU\Software\Microsoft\Office\16.0\Outlook\AutoDiscover" /v ExcludeExplicitO365Endpoint /t REG_DWORD /d 1 /f + +REM Ajout de la clé de registre de stratégie de groupe pour l'architecture 32 bits +reg add "HKCU\Software\Policies\Microsoft\Office\16.0\Outlook\AutoDiscover" /v ExcludeExplicitO365Endpoint /t REG_DWORD /d 1 /f + +REM Ajout de la clé de registre de stratégie de groupe pour l'architecture 64 bits +reg add "HKCU\Software\Policies\Microsoft\Office\16.0\Outlook\AutoDiscover" /v ExcludeExplicitO365Endpoint /t REG_DWORD /d 1 /f diff --git a/DisableE365EndPoint.ps1 b/DisableE365EndPoint.ps1 new file mode 100644 index 0000000..e69de29 diff --git a/MANUAL.md b/MANUAL.md new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29