Releases: BiosSystem/WinSwift
Releases · BiosSystem/WinSwift
Release list
WinSwift v2.4.0
[2.4.0] - 2026-07-11
Added
autounattend.xmlGenerator (-GenerateUnattend): Generates an offline Windows installation answer file (atC:\autounattend.xmlor custom-UnattendOutPath) that skips the Microsoft Account requirement, disables OOBE telemetry prompts, and bypasses Windows 11 setup limitations.
WinSwift v2.2.0
[2.2.0] - 2026-07-11
Added
- Competitive Gaming Mode (
-EnableCompetitiveGaming): Ultimate Performance power plan, high-precision timer resolution (GlobalTimerResolutionRequests), BCDuseplatformtick/disabledynamictick, MMCSSNetworkThrottlingIndex=0xFFFFFFFFandSystemResponsiveness=0, MMCSS Games taskGPU Priority=8/Priority=6/Scheduling=High, CPU core parking disable, optional Memory Integrity/VBS disable (-DisableMemoryIntegrity). - Settings App Ads Kill (
-DisableSettingsAds): Suppress all 25H2 Settings suggestions, personalized tips, post-OOBE nags (ScoobeSystemSettingEnabled), Windows Backup nudge, Teams reinstall prompts, and silent app installs by Microsoft. - Widgets Deep Disable (
-DisableWidgetsDeep): RemoveMicrosoftWindows.Client.WebExperiencepackage, kill data collection process, set Group PolicyAllowNewsAndInterests=0(survives Windows Update), disable taskbar widget button. - Auto-Update Check: On every launch, WinSwift silently queries the GitHub releases API and displays a banner if a newer version is available. Pass
-SkipUpdateCheckto suppress. - Bios-System attribution signatures in all four new modules.
Added
- Gaming Mode (
-EnableGamingMode): High Performance power plan, Nagle disable, raw mouse input, HAGS, maintenance disable, startup delay removal. - Performance Tweaks (
-EnablePerformanceTweaks): Disable SysMain/Superfetch, WSearch indexing, Hibernate (frees hiberfil.sys), Aero Shake, WER. NumLock ON, seconds in clock. - Security Hardening (
-EnableSecurityHardening): Disable SMBv1, RDP, AutoRun, TLS 1.0/1.1. Block ports 135/139/445. Disable Windows Script Host. - Extended AI Purge (
-EnableExtendedAIPurge): 24H2/25H2 targets - Recall snapshots, Phone Link deep-disable, Windows Ink AI, Sluggishness Telemetry tasks, OneDrive silent sign-in, Cloud Clipboard. - Kill Windows Ads (
-DisableWindowsAds): Lock screen Spotlight, File Explorer banners, Start menu suggested apps, Advertising ID, device-usage personalization, Windows Spotlight. - Bios-System attribution signatures embedded in all new feature modules for fork attribution.
Fixed
- Quick-run one-liner (
irm ... | iex) broken due to[CmdletBinding()]at top level. Replaced with correctirm -OutFile + &pattern in README.
WinSwift v2.1.0
[2.1.0] - 2026-07-11
Added
- Gaming Mode (
-EnableGamingMode): High Performance power plan, Nagle disable, raw mouse input, HAGS, maintenance disable, startup delay removal. - Performance Tweaks (
-EnablePerformanceTweaks): Disable SysMain/Superfetch, WSearch indexing, Hibernate (frees hiberfil.sys), Aero Shake, WER. NumLock ON, seconds in clock. - Security Hardening (
-EnableSecurityHardening): Disable SMBv1, RDP, AutoRun, TLS 1.0/1.1. Block ports 135/139/445. Disable Windows Script Host. - Extended AI Purge (
-EnableExtendedAIPurge): 24H2/25H2 targets - Recall snapshots, Phone Link deep-disable, Windows Ink AI, Sluggishness Telemetry tasks, OneDrive silent sign-in, Cloud Clipboard. - Kill Windows Ads (
-DisableWindowsAds): Lock screen Spotlight, File Explorer banners, Start menu suggested apps, Advertising ID, device-usage personalization, Windows Spotlight. - Bios-System attribution signatures embedded in all new feature modules for fork attribution.
Fixed
- Quick-run one-liner (
irm ... | iex) broken due to[CmdletBinding()]at top level. Replaced with correctirm -OutFile + &pattern in README.
WinSwift v2.0.0
[2.0.0] - 2026-07-11
Added
- Standalone Bundler:
build.ps1compiles the entire project into a single self-containedWinSwift-Standalone.ps1executable - no extraction or folder structure required. - AI/Copilot Purge Module: Comprehensive purge of Microsoft Copilot, Windows Recall, Click to Do, Edge AI, Paint AI, Notepad AI, and the underlying
WSAIFabricSvcservice. - Version Constant:
WINSWIFT_VERSIONembedded directly inWinSwift.ps1for runtime version reporting. - Git Branching Strategy: Production-ready
master, activedev, and legacy-archiveclassicbranches. - Full Documentation: Initialized
CHANGELOG.md,SECURITY.md,CONTRIBUTING.md, architecture Mermaid diagram, and feature overview inREADME.md.
Changed
- Rebranding: All project references migrated from
Win11DebloattoWinSwiftacross all scripts, schemas, and assets. - UI Redesign: Re-engineered the GUI from a 3-column to a responsive 2-column grid layout to drastically reduce vertical scrolling.
- UI Styling: Adjusted Category Card margins and padding; updated
ComboBoxhigh-contrast background colors for both light and dark themes. - Code Modularization: Extracted admin verification and path initialization into
Ensure-Admin.ps1andInitialize-Environment.ps1. - Credit: Added explicit attribution to Raphire/Win11Debloat in README.
Fixed
- Broken
readme-typing-svgdomain link in README. - Path resolution bug introduced by dev branch refactoring.
WinSwift v1.0.0
[1.0.0] - 2026-07-04
Initial release of WinSwift.
Added
- Initial fork of Raphire/Win11Debloat.
- Base rebranding to WinSwift across all scripts.