mirror of
https://github.com/NexusOne23/noid-privacy.git
synced 2026-02-07 12:11:53 +01:00
Fix: Edge 24 policies, AntiAI 15 features in module manifests
This commit is contained in:
parent
cd4d7188fc
commit
31bcf46b0c
4 changed files with 4 additions and 4 deletions
|
|
@ -5,7 +5,7 @@
|
|||
Author = 'NexusOne23'
|
||||
CompanyName = 'Open Source Project'
|
||||
Copyright = '(c) 2025 NexusOne23. Licensed under GPL-3.0.'
|
||||
Description = 'Comprehensive Windows 11 AI deactivation - Disables all 8+ AI features using official Microsoft policies (Recall, Copilot, Paint AI, Notepad AI, Click to Do, Settings Agent). Maximum compliance mode with enterprise-grade Recall protection.'
|
||||
Description = 'Comprehensive Windows 11 AI deactivation - Disables all 15 AI features using official Microsoft policies (Recall, Copilot, Paint AI, Notepad AI, Click to Do, Settings Agent, etc.). Maximum compliance mode with enterprise-grade Recall protection.'
|
||||
PowerShellVersion = '5.1'
|
||||
|
||||
FunctionsToExport = @(
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
Copyright = '(c) 2025 NexusOne23. Licensed under GPL-3.0.'
|
||||
|
||||
# Description of the functionality provided by this module
|
||||
Description = 'Microsoft Edge Security Hardening based on MS Edge v139 Security Baseline. Applies 20 security policies to harden Microsoft Edge browser using native PowerShell (no LGPO.exe dependency). Includes SmartScreen enforcement, site isolation, SSL/TLS hardening, extension blocking, and IE mode restrictions.'
|
||||
Description = 'Microsoft Edge Security Hardening based on MS Edge v139 Security Baseline. Applies 24 security policies to harden Microsoft Edge browser using native PowerShell (no LGPO.exe dependency). Includes SmartScreen enforcement, site isolation, SSL/TLS hardening, extension blocking, and IE mode restrictions.'
|
||||
|
||||
# Minimum version of the PowerShell engine required by this module
|
||||
PowerShellVersion = '5.1'
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
.DESCRIPTION
|
||||
Native PowerShell implementation - no LGPO.exe dependency.
|
||||
Applies 20 Microsoft Edge v139 Security Baseline policies directly to registry.
|
||||
Applies 24 Microsoft Edge v139 Security Baseline policies directly to registry.
|
||||
|
||||
Policies include:
|
||||
- SmartScreen enforcement (no override)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
Apply Microsoft Edge v139 Security Baseline
|
||||
|
||||
.DESCRIPTION
|
||||
Applies all 20 Microsoft Edge Security Baseline policies using native PowerShell:
|
||||
Applies all 24 Microsoft Edge Security Baseline policies using native PowerShell:
|
||||
- SmartScreen enforcement (no override allowed)
|
||||
- Site isolation (SitePerProcess) for process-per-site security
|
||||
- SSL/TLS error override blocking
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue