fr-FR security-baseline computer

LSA Protection

Vérifié avec Microsoft Security Baseline (MSS / SecGuide) 25H2 — mis à jour le 10 juillet 2026

Pris en charge sur : Au minimum Windows Server 2012 R2, Windows 8.1 ou Windows RT 8.1

Chemin dans la console GPO

Configuration ordinateur\Modèles d'administration\MS Security Guide

Description

For Windows 11, version 22H2 and beyond a new setting is used to configure this. IT can be located at 'System\Local Security Authority\Configures LSASS to run as a protected process' which provides additional configuration options. Enable LSA protection. For more information, see http://technet.microsoft.com/en-us/library/dn408187.aspx

Registre

HKLM SYSTEM\CurrentControlSet\Control\Lsa

Nom de valeur : RunAsPPL

Activé : RunAsPPL = 1

Désactivé : RunAsPPL = 0

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: LSA Protection
; State: Enabled
; Supported on: Au minimum Windows Server 2012 R2, Windows 8.1 ou Windows RT 8.1

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa]
"RunAsPPL"=dword:00000001
Autres formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: LSA Protection
# State: Enabled
# Supported on: Au minimum Windows Server 2012 R2, Windows 8.1 ou Windows RT 8.1

$path = 'HKLM:\SYSTEM\CurrentControlSet\Control\Lsa'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'RunAsPPL' -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