Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ Unlock the full potential of your hardware with specialized tuning profiles.

## 📖 Technical Documentation

For an in-depth look at our architecture, registry modifications, deployment methods, and security practices, please consult our comprehensive technical wiki.
For an in-depth look at our architecture, registry modifications, deployment methods, and security practices, see the technical wiki.

> 👉 **[Read the WinSwift Technical Wiki](docs/WIKI.md)**

Expand Down
2 changes: 1 addition & 1 deletion Scripts/Helpers/ResolveUserProfilePath.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function NormalizeUserLookupValue {
return ''
}

# Remove zero-width characters and normalize whitespace for robust comparisons.
# Remove zero-width characters and normalize whitespace before comparing.
$normalized = $Value -replace '[\u200B-\u200D\uFEFF]', ''
$normalized = $normalized.Trim() -replace '\s+', ' '
return $normalized
Expand Down
2 changes: 1 addition & 1 deletion UPSTREAM.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Upstream does not provide OOBE bypass tooling or silent software installation. W
|---|---|---|---|---|---|
| **Architecture** | Native PowerShell 5.1 modular engine | PowerShell 5.1 script | PowerShell + WPF GUI | PowerShell module suite | AME Playbook / stripped ISO |
| **Execution footprint** | Pure in-memory, no install required | Pure in-memory | Web download + package manager | Local module import required | Full OS wipe + clean install |
| **Gaming latency stack** | Comprehensive (0.5ms timer, BCD clock, Nagle, MMCSS, HAGS, core unparking) | None | Basic (power plan + Game Mode) | Service toggles only | Varies per build |
| **Gaming latency stack** | Full stack (0.5ms timer, BCD clock, Nagle, MMCSS, HAGS, core unparking) | None | Basic (power plan + Game Mode) | Service toggles only | Varies per build |
| **Anti-cheat compatibility** | 100% verified (Vanguard, EAC, BattlEye, FACEIT) | 100% safe | 100% safe | 100% safe | High risk (stripped components trigger bans) |
| **24H2 BitLocker guard** | Dedicated registry fix | None | Partial (recent micro-patch) | Registry-based | Stripped at ISO level |
| **24H2 AI purge depth** | Granular non-destructive GPO suppression | Basic Copilot removal | Recall and Copilot toggle | Granular service disables | Total binary removal (risk of shell crashes) |
Expand Down
2 changes: 1 addition & 1 deletion WinSwift-Standalone.ps1

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/WIKI.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# WinSwift Technical Wiki

Welcome to the comprehensive technical documentation for **WinSwift**. This wiki covers the internal architecture, core features, deployment methods, and security practices of the WinSwift engine.
Technical documentation for **WinSwift**. This wiki covers the internal architecture, core features, deployment methods, and security practices of the WinSwift engine.

## 🏗️ Architecture

Expand Down
2 changes: 1 addition & 1 deletion docs/WINDOWS_OS_DISCOVERY_REPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ To audit the current Windows 11 optimization landscape, specifically regarding t
* **Code Patch**: Modernized `ExtendedAIPurge.ps1` by adding explicit system-wide registry blocks for Windows Copilot via `HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsCopilot`.

## 4. Conclusion
`WinSwift` remains robust against 24H2 and maintains a safe debloating architecture. It relies heavily on official AppxPackage uninstall techniques rather than destructive deletion, and its execution flow properly protects users with system restore checkpoints. The AI/Telemetry purge capabilities are now fully comprehensive.
`WinSwift` holds up against 24H2 and maintains a safe debloating architecture. It relies heavily on official AppxPackage uninstall techniques rather than destructive deletion, and its execution flow properly protects users with system restore checkpoints. The AI and telemetry purge now covers the full 24H2 surface.