Conversation
merybist
commented
Feb 23, 2026
Owner
Author
merybist
left a comment
There was a problem hiding this comment.
Performance:
- SvcHostSplitThresholdInKB auto-set to detected RAM size (reduces svchost count)
- SystemResponsiveness 20 → 10 (more CPU to foreground via MMCSS)
- PowerThrottlingOff = 1 (disable CPU throttling for background processes)
- WaitToKillServiceTimeout 5000 → 2000, WaitToKillAppTimeout 2000, HungAppTimeout 3000
- StartupDelayInMSec = 0 (remove artificial startup delay)
Network:
- IRPStackSize = 32 (LanmanServer, up from default 15)
- QoS NonBestEffortLimit = 0 (remove 20% bandwidth reservation)
- TCP: global Nagle off, TcpAckFrequency=1, Tcp1323Opts=1, ECN on, DefaultTTL=64
- Interactive DNS picker: Cloudflare / Google / Quad9
Explorer & UI:
- MenuShowDelay 400ms → 50ms (faster right-click and cascading menus)
- Classic Win11 context menu restored via CLSID registry key
- OneDrive removed from Explorer sidebar
- NoLowDiskSpaceChecks = 1
Other:
- Remove Gaming Mode module entirely
- Add [B] registry backup option to main menu
- Run ALL now backs up registry automatically before applying tweaks
- Set-Reg helper consolidates all registry writes
- Inline comments explain what each tweak does and why
…n, script file, or operable program.
- Add startup scan via `winget list` that detects installed packages;
installed apps highlighted green with [+] marker in the TUI
- Add installed count to status bar
- Replace dumb fallback (open browser) with 3-stage smart fallback:
1. Silent download from FallbackURL with async progress bar
2. Silent install attempt — /VERYSILENT /NORESTART (Inno) then /S (NSIS),
/qn /norestart for MSI, Add-AppxPackage for .msixbundle,
auto-extract for .zip/.7z archives
3. Last resort: launch GUI installer, wait for user confirmation
- Update FallbackURL entries across all categories to direct .exe/.msi
links instead of download pages
- Fix missing winget exit code -1978335212 (already installed, newer
version present) — no longer falls through to fallback incorrectly
- Add exit codes -1978335141, -1978335239, -1978335227
- Rename Run-Fallback -> Invoke-SmartFallback
- Mark app as installed in $installedIDs after successful install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
cat dev,cat:gaming,category media