Skip to content

WinSwift v2.2.0

Choose a tag to compare

@BiosSystem BiosSystem released this 11 Jul 19:11

[2.2.0] - 2026-07-11

Added

  • Competitive Gaming Mode (-EnableCompetitiveGaming): Ultimate Performance power plan, high-precision timer resolution (GlobalTimerResolutionRequests), BCD useplatformtick/disabledynamictick, MMCSS NetworkThrottlingIndex=0xFFFFFFFF and SystemResponsiveness=0, MMCSS Games task GPU 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): Remove MicrosoftWindows.Client.WebExperience package, kill data collection process, set Group Policy AllowNewsAndInterests=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 -SkipUpdateCheck to 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 correct irm -OutFile + & pattern in README.