Slackbot
09/26/2023, 1:57 PMRyan Gallier
09/26/2023, 2:03 PMDennis Parker
09/26/2023, 3:41 PMRyan Gallier
09/26/2023, 4:59 PMRyan Gallier
09/26/2023, 5:02 PMDennis Parker
09/26/2023, 5:05 PMRyan Gallier
09/26/2023, 5:23 PMRyan Gallier
09/27/2023, 6:12 PMRyan Gallier
10/02/2023, 2:33 PMDennis Parker
10/02/2023, 5:38 PMRyan Gallier
10/03/2023, 2:16 PMRyan Gallier
10/03/2023, 2:16 PMRyan Gallier
10/03/2023, 2:16 PMreg add HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\AutoDiscover /v ExcludeHttpsRootDomain /t REG_DWORD /d 1 /f
reg add HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\AutoDiscover /v ExcludeLastKnownGoodUrl /t REG_DWORD /d 1 /f
reg add HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\AutoDiscover /v ExcludeSrvRecord /t REG_DWORD /d 1 /f
reg add HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\Identity /v EnableADAL /t REG_DWORD /d 1 /f
reg add HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\Identity /v DisableAADWAM /t REG_DWORD /d 1 /f
reg add HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\Identity /v DisableADALatopWAMOverride /t REG_DWORD /d 1 /f
Dennis Parker
10/03/2023, 2:42 PMRyan Gallier
10/03/2023, 2:59 PMDennis Parker
11/13/2023, 4:56 PM@ECHO OFF
reg delete HKCU\Software\Microsoft\Office\16.0\Common\Experiment /f
reg delete HKCU\Software\Microsoft\Office\16.0\Common\ExperimentConfigs /f
reg delete HKCU\Software\Microsoft\Office\16.0\Common\ExperimentEcs /f
reg add HKCU\Software\Microsoft\Office\16.0\Common\Experiment /ve /f
reg add HKCU\Software\Microsoft\Office\16.0\Common\ExperimentConfigs /ve /f
reg add HKCU\Software\Microsoft\Office\16.0\Common\ExperimentEcs /ve /f
"%~dp0\SetACL.exe" -on hkcu\Software\Microsoft\Office\16.0\Common\Experiment -ot reg -actn restore -bckp "%~dp0\ExperimentACL.txt" -silent
reg delete HKCU\Software\Microsoft\Office\16.0\Common\Experiment\excel /f
reg delete HKCU\Software\Microsoft\Office\16.0\Common\Experiment\outlook /f
reg delete HKCU\Software\Microsoft\Office\16.0\Common\Experiment\sdxhelper /f
reg delete HKCU\Software\Microsoft\Office\16.0\Common\Experiment\word /f
reg delete HKCU\Software\Microsoft\Office\16.0\Common\ExperimentConfigs\ApplicationUpgradeCandidate /f
reg delete HKCU\Software\Microsoft\Office\16.0\Common\ExperimentConfigs\Ecs /f
reg delete HKCU\Software\Microsoft\Office\16.0\Common\ExperimentConfigs\ExternalFeatureOverrides /f
reg delete HKCU\Software\Microsoft\Office\16.0\Common\ExperimentConfigs\FirstSession /f
reg delete HKCU\Software\Microsoft\Office\16.0\Common\ExperimentConfigs\FirstSessionUpgradeCandidate /f
reg delete HKCU\Software\Microsoft\Office\16.0\Common\ExperimentConfigs\SDXInfo /f
reg delete HKCU\Software\Microsoft\Office\16.0\Common\ExperimentEcs\all /f
reg delete HKCU\Software\Microsoft\Office\16.0\Common\ExperimentEcs\excel /f
reg delete HKCU\Software\Microsoft\Office\16.0\Common\ExperimentEcs\outlook /f
reg delete HKCU\Software\Microsoft\Office\16.0\Common\ExperimentEcs\Overrides /f
reg delete HKCU\Software\Microsoft\Office\16.0\Common\ExperimentEcs\sdxhelper /f
reg delete HKCU\Software\Microsoft\Office\16.0\Common\ExperimentEcs\unknown_app /f
reg delete HKCU\Software\Microsoft\Office\16.0\Common\ExperimentEcs\word /f
This is the ExperimentACL.txt file:
"current_user\Software\Microsoft\Office\16.0\Common\Experiment",4,"D:AI(D;CI;DCLCWDWO;;;OW)"
"current_user\Software\Microsoft\Office\16.0\Common\ExperimentConfigs",4,"D:AI(D;CI;DCLCWDWO;;;OW)"
"current_user\Software\Microsoft\Office\16.0\Common\ExperimentEcs",4,"D:AI(D;CI;DCLCWDWO;;;OW)"
Ryan Gallier
11/13/2023, 5:12 PMDennis Parker
11/13/2023, 5:17 PMRyan Gallier
11/13/2023, 5:20 PMDennis Parker
11/21/2023, 4:44 PM