fr-FR office computer

Maximum days of stale Office allowed before Windows Update remediation

Vérifié avec Microsoft 365/Office 5568.1000 — mis à jour le 2 septembre 2026

Microsoft 365/Office 5568.1000

Pris en charge sur : Au minimum Windows Server 2008 R2 ou Windows 7

Chemin dans la console GPO

Configuration ordinateur\Modèles d'administration\Microsoft Office 2016 (ordinateur)\Mises à jour

Description

This policy setting controls the maximum number of days an Office installation can go without being updated before it becomes eligible for Windows Update remediation. This policy setting does not automatically update users. It only sets the staleness threshold that the Windows Update remediation logic uses when deciding which older Office installations to update. If you enable this policy setting, you can specify a value from 1 to 3 months. Office installations that have not been updated within the configured number of months will be considered eligible for Windows Update remediation. If you disable this policy setting, Windows Update remediation will use the default staleness threshold determined by Office. If you do not configure this policy setting, Windows Update remediation will use the default staleness threshold determined by Office. Note: This policy setting only applies to Office products that are installed by using Click-to-Run.

Registre

HKLM software\policies\microsoft\office\16.0\common\officeupdate

Plus d'options disponibles

Options

Days:
maxstaledays decimal - plage 1-90

Générateur d'exports

BETA

Configurez l'état, la portée et les options, puis générez les sorties .reg, PowerShell, Intune et SCCM — ou ajoutez le paramètre à une collection multi-paramètres.

Ces exports écrivent le registre — ce n'est pas une GPO managée.

Fichier .reg

Windows Registry Editor Version 5.00

; Exported from gporais.com
; Policy: Maximum days of stale Office allowed before Windows Update remediation
; State: Enabled
; Supported on: Au minimum Windows Server 2008 R2 ou Windows 7

[HKEY_LOCAL_MACHINE\software\policies\microsoft\office\16.0\common\officeupdate]
"maxstaledays"=dword:00000001
Autres formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Maximum days of stale Office allowed before Windows Update remediation
# State: Enabled
# Supported on: Au minimum Windows Server 2008 R2 ou Windows 7

$path = 'HKLM:\software\policies\microsoft\office\16.0\common\officeupdate'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'maxstaledays' -Value 1 -Type DWord

Vous construisez une collection multi-paramètres ? Ajoutez ce paramètre et générez des exports combinés (.reg, PowerShell, GPO).

Ouvrir le Builder

Intégrer cette GPO sur votre site

Contenu à intégrer
Thème

Ajoute une ligne de script : le thème suit l’apparence de votre site et la hauteur s’ajuste au contenu. Si votre site bloque les scripts, l’intégration suit le thème du système du visiteur.

Aperçu