From 18823c4a80b033e35583d6196f052a1379d6469e Mon Sep 17 00:00:00 2001 From: Jeffrey <9938813+Raphire@users.noreply.github.com> Date: Mon, 9 Mar 2026 01:47:32 +0100 Subject: [PATCH] Import Microsoft.PowerShell.Security module --- Win11Debloat.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Win11Debloat.ps1 b/Win11Debloat.ps1 index 3b81f7f..1be2cc3 100755 --- a/Win11Debloat.ps1 +++ b/Win11Debloat.ps1 @@ -101,6 +101,8 @@ param ( +Import-Module Microsoft.PowerShell.Security -SkipEditionCheck + # Define script-level variables & paths $script:Version = "2026.03.07" $script:AppsListFilePath = "$PSScriptRoot/Config/Apps.json"