SkillAgentSearch skills...

TweakList

✨Centralized tweaking/fine-tuning PowerShell module, importable with a single command!

Install / Use

/learn @couleur-tweak-tips/TweakList

README

</br> <p align="center"> <img align=center src="https://raw.githubusercontent.com/PowerShell/PowerShell/master/assets/ps_black_64.svg?sanitize=true" alt="PS7 logo" width="75" /> </br> <strong>TweakList</strong> </br> </br> Versatile PowerShell module that automate various post-install jobs you waste time on</br> <a href="https://github.com/couleur-tweak-tips/TweakList/blob/master/docs/TweakFuncs.md">Overview</a> • <a href="https://dsc.gg/ctt">Discord Server</a> • <a href="https://github.com/couleur-tweak-tips/TweakList/tree/master/docs">Docs</a> </p> <p align="center"> <a href="https://github.com/couleur-tweak-tips/TweakList"> <img src="https://img.shields.io/github/size/couleur-tweak-tips/TweakList/Master.ps1?label=Master%20script%20size&logo=PowerShell&logoColor=FFFFFF" alt="Code Size" /> </a> <a href="https://discord.com/invite/aPVMJy78Pa"> <img src="https://img.shields.io/discord/774315187183288411?color=7389D8&labelColor=6A7EC2&label=Discord&logo=discord&logoColor=white alt="Discord" /> </a> <a href="https://github.com/couleur-tweak-tips/TweakList/blob/master/LICENSE"> <img src="https://img.shields.io/github/license/couleur-tweak-tips/TweakList.svg" alt="License" /> </a> </p> </br>

TweakList is a PowerShell module aiming to regroup every impactful tweaks for fine tuning, stripping and optimizing Windows, each tweaks has its own file and can be put together as a "TweakScript"

Get started with a single command

Each function is in it's own file, but at each commit a script adds up all of them to a single file (Master.ps1) which you can download and import with the following command:

iex(irm tl.ctt.cx);

You can learn more about all the functions available in the /docs/ directory. </br>

It can do very useful stuff like:

📝Tweak Functions planned:

  • "Global checks" function that warns user if bloat is running (Synapse, iCue, OneDrive)
  • Use and parse autorunsc to parse every programs that runs at startup
  • Make combos that run multiple functions at once (e.g completly cleans the taskbar)
  • Disabling defender / mitigations / spectre & meltdown (with warnings of course)
  • Heavy stripping (with warnings of course)
  • Quick ways to download & run the latest version of DDU/NVCleanstall

💭 (This list will get longer as times goes on, this is what I remembered from the top of my head)

How TweakList works in the background:

  • Each Tweak Function has its own designated file, with a function declaration that has the exact same name as the file that hosts it
  • At each commit, GitHub actions will add up the content of every single file into a Master script that holds the latest version of every Tweak Function
  • Then people can open PowerShell and run the Master script, which will let the user be able to run every TweakList function, this can be used in a script (e.g your favorite e-sport player's tweaklist) or simply be typed from the command line

I've borrowed some stuff (with permission), from these scripts/lists:

View on GitHub
GitHub Stars151
CategoryDevelopment
Updated18d ago
Forks9

Languages

PowerShell

Security Score

100/100

Audited on Mar 17, 2026

No findings