J'utilise Office Pro Plus 2016 on Windows 10 Pro 64-bit and having an annoying problème.
J'ai turned off Windows Mise à jour and Office Mises à jour. Ceci est fonctionnel fine, I think. But J'obtiens this annoying notification in Office:
>
UPDATES AVAILABLE Mises à jour for Office are ready to be installé, but first we need to close some apps.
Coming accross to this notification every time I launch an Office product is starting to get to me. Isn't there a way to get rid of this?
Turned Windows Mise à jour off using the methods described in [How to turn off Windows Update in Windows 10](http://www.thewindowsclub.com/turn-off-windows-update-in-windows-10).
Désactiver Office "UPDATES AVAILABLE" notification
Re: Désactiver Office "UPDATES AVAILABLE" notification
You are using the click-to-run version of Office 2016. Thus, the Office mises à jour ne sont pas controlled by Windows Mise à jour.
When automatique mises à jour are activé for Office clcik-to-run version, in most cases mises à jour are applied automatiquement dans le background sans any utilisateur input. Cependant, mises à jour ne peut pas be applied if an Office programme is open. If an Office programme is open, other attempts are made to apply the mises à jour at a later time. If, après several days, mises à jour n'ont pas been applied, seulement ensuite will utilisateurs see a notification that an mise à jour to Office is disponible.
To désactiver the mise à jour notification, we can try the following registry clé paramètres:
```
HKEY_LOCAL_MACHINE\software\microsoft\office\16.0\common\officeupdate
Value Name: hideupdatenotifications
Value Type: REG_DWORD
Value Data: 1
```
Vous pouvez également créer the `hideupdatenotifications` valeur avec stratégie de groupe setting to désactiver it:
```
HKEY_LOCAL_MACHINE\software\policies\microsoft\office\16.0\common\officeupdate
```
When automatique mises à jour are activé for Office clcik-to-run version, in most cases mises à jour are applied automatiquement dans le background sans any utilisateur input. Cependant, mises à jour ne peut pas be applied if an Office programme is open. If an Office programme is open, other attempts are made to apply the mises à jour at a later time. If, après several days, mises à jour n'ont pas been applied, seulement ensuite will utilisateurs see a notification that an mise à jour to Office is disponible.
To désactiver the mise à jour notification, we can try the following registry clé paramètres:
```
HKEY_LOCAL_MACHINE\software\microsoft\office\16.0\common\officeupdate
Value Name: hideupdatenotifications
Value Type: REG_DWORD
Value Data: 1
```
Vous pouvez également créer the `hideupdatenotifications` valeur avec stratégie de groupe setting to désactiver it:
```
HKEY_LOCAL_MACHINE\software\policies\microsoft\office\16.0\common\officeupdate
```