jessica Posted October 15, 2020 Posted October 15, 2020 (edited) Does anyone know how to get rid of the "Your Privacy Option" Popup when Office 2019 starts up? Edited October 15, 2020 by jessica
liverpoolit Posted October 24, 2020 Posted October 24, 2020 reg add "HKCU\Software\Microsoft\Office\16.0\Common" /v PrivacyNoticeShown /t REG_DWORD /d 2 /f 2
timbo343 Posted May 27, 2021 Posted May 27, 2021 This can also be configured in the Office2016 / 2019 / 365 ADMX Group Policy files. User > Policies > Admin Templates > Microsoft Office 2016 > Privacy > Trust Centre - Allow the use of additional optional connected experiences in Office - Allow the use of connected experiences in Office - Allow the use of connected experiences in Office that analyse Content I disabled these 3 policies and the message no longer shows when Office is ran. 1
timbo343 Posted December 2, 2021 Posted December 2, 2021 This can also be configured in the Office2016 / 2019 / 365 ADMX Group Policy files. User > Policies > Admin Templates > Microsoft Office 2016 > Privacy > Trust Centre - Allow the use of additional optional connected experiences in Office - Allow the use of connected experiences in Office - Allow the use of connected experiences in Office that analyse Content I disabled these 3 policies and the message no longer shows when Office is ran. Turns out that disabling these settings prevents the use of importing youtube videos into powerpoint. @liverpoolit reg hack works though. 1
BirtyBassett Posted March 22, 2022 Posted March 22, 2022 Has anyone had any success with the reg key on Office 2021? I am still seeing the Privacy prompt even with the reg key for some reason.
liverpoolit Posted March 22, 2022 Posted March 22, 2022 reg add "HKCU\SOFTWARE\Microsoft\Office\16.0\Common\General" /v ShownFirstRunOptin /t REG_DWORD /d 1 /f reg add "HKCU\SOFTWARE\Microsoft\Office\16.0\Common\Licensing" /v EulasSetAccepted /t REG_SZ /d "0,41," /f reg add "HKCU\SOFTWARE\Microsoft\Office\16.0\Common" /v SplashScreenLicense /t REG_DWORD /d 4 /f reg add "HKCU\SOFTWARE\Microsoft\Office\16.0\Common\Privacy\SettingsStore\Anonymous" /v OptionalConnectedExperiencesNoticeVersion /t REG_DWORD /d 2 /f 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now