An open API service indexing awesome lists of open source software.

https://github.com/emadadel4/itt

ITT (Install Tweaks Tool) included most Windows 10/11 Software and Windows Tweaks & Remove Bloatwares & Windows activation
https://github.com/emadadel4/itt

automation debloat emadadel fmhy gaming install-tweaks-tool itt massgrave powershell python remove-bloatware tools windows windows-activation windows-deb windows-optimization windows10debloater windows11debloater windowsactivator windowsdebloat

Last synced: about 2 months ago
JSON representation

ITT (Install Tweaks Tool) included most Windows 10/11 Software and Windows Tweaks & Remove Bloatwares & Windows activation

Awesome Lists containing this project

README

        



Ceasefire Now


## Install Tweaks Tool

ITT (Install Tweaks Tool) included most Windows 10/11 Software and Windows Tweaks & Remove Bloatwares & Windows activation

![Endpoint Badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fittools-7d9fe-default-rtdb.firebaseio.com%2Fmessage.json)
![Visitors](https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fgithub.com%2Femadadel4%2Fitt%2F&countColor=%23263759&style=flat)
![Latest update](https://img.shields.io/badge/Latest%20update-04/13/2025-blue)

[![itt Community](https://img.shields.io/badge/Telegram%20-Join%20Community-26A5E4?logo=telegram)](https://t.me/ittcommunity)
[![Discord](https://img.shields.io/badge/Discord-Join%20Community-5865F2?logo=discord&logoColor=white)](https://discord.gg/Twyz2Wd5fB)
[![Reddit](https://img.shields.io/badge/Reddit-Join%20Community-FF4500?logo=reddit&logoColor=white)](https://www.reddit.com/r/ittea)

[![Arabic](https://img.shields.io/badge/Arabic-red)](/locales/ar.csv) [![Gaeilge](https://img.shields.io/badge/Gaeilge-green)](/locales/ga.csv) [![French](https://img.shields.io/badge/French-blue)](/locales/fr.csv) [![Turkish](https://img.shields.io/badge/Turkish-red)](/locales/tr.csv) [![Chinese](https://img.shields.io/badge/Chinese-red)](/locales/zh.csv) [![Korean](https://img.shields.io/badge/Korean-white)](/locales/ko.csv) [![German](https://img.shields.io/badge/German-red)](/locales/de.csv) [![Russian](https://img.shields.io/badge/Russian-blue)](/locales/ru.csv) [![Spanish](https://img.shields.io/badge/Spanish-red)](/locales/es.csv) [![Italian](https://img.shields.io/badge/Italian-green)](/locales/it.csv) [![Hindi](https://img.shields.io/badge/Hindi-orange)](/locales/hi.csv) [![Add your language](https://img.shields.io/badge/Add%20your%20language-white)](https://docs.google.com/spreadsheets/d/1Muy7iJbRm-7YpJKyS5lzP_v12TrCqlxr8_MY9iTnt-0/edit?usp=sharing)

###### ๐Ÿ–ฅ๏ธ 407 Apps โ€ข โš™๏ธ 49 Tweaks โ€ข ๐Ÿ”ง 14 Settings โ€ข ๐Ÿ’ฌ 110 Quote โ€ข ๐ŸŽต 28 Soundtrack โ€ข ๐ŸŒ 12 Localization

[![Typing SVG](https://readme-typing-svg.demolab.com?font=Fira+Code&pause=1000&center=true&vCenter=true&repeat=false&width=435&lines=Launch+Anytime+Anywhere!)](https://git.io/typing-svg)


ITT Demo


My GIF

Overview

- **๐Ÿš€ Automated Installation**: Say goodbye to manual software installations. ITT automates the process, saving you time and effort.
- **โš™๏ธ Windows Debloater**: Remove bloatware, boost performance, and customize Windows effortlessly with ITT. Optimize your system in minutes.
- **๐Ÿ‘ฉโ€๐Ÿ’ป Developer-Friendly**: Easy-to-use and clear documentation to add a new app or tweaks as you like, you can create a new method to download apps. Be creative. How to Contribute or App Request
- **๐ŸŽต Soundtracks**: Enjoy listening to the best music from games and movies while downloading your programs.

โšก Usage

On Windows 10/11:



  1. Right-click on the Start menu.

  2. Choose "PowerShell" and paste any of the following commands:

> [!CAUTION]
> **LAUNCH THE SCRIPT ONLY USING OFFICIAL COMMANDS FROM THIS REPOSITORY.**
> **IT'S NOT PORTABLE, SO DO NOT DOWNLOAD OR RUN IT ELSEWHERE.**

irm bit.ly/ittea | iex

irm cutt.ly/ittea | iex

> [!NOTE]
> `cutt.ly` `bit.ly` Those short links direct to `itt.ps1` file in this repository. You can test them in browser.

If the URL is blocked in your region try:


irm emadadel4.github.io/itt.ps1 | iex

irm raw.githubusercontent.com/emadadel4/ITT/main/itt.ps1 | iex

## โšก Quick Install Your Saved Apps (Run as Admin is recommended)
Example:

iex "& { $(irm bit.ly/ittea) } -i .\myapps.itt"



## ๐ŸŽฌ Watch Demo

[![Watch the video](https://raw.githubusercontent.com/emadadel4/itt/main/static/Images/thumbnail.jpg)](https://www.youtube.com/watch?v=QmO82OTsU5c)

# ๐Ÿค How to Contribute

1. **Make sure you have PowerShell 7 installed (recommended) for building. is available on ITT**

2. **Fork the repository and clone it using [Github desktop](https://desktop.github.com/download/). is available on ITT**

3. **Open the ITT directory in PowerShell 7 run as administrator:**

Set-Location "C:\Users\$env:USERNAME\Documents\Github\ITT"


  1. Choose what you want to add.

๐Ÿ“ฆ Add a New App

.\newApp.ps1

โš™๏ธ Add a New Tweak

.\newTweak.ps1

> [!NOTE]
> Ensure you understand the tweak you are adding and test it before committing.

๐ŸŒ Add your native language


.\newLocale.ps1

> Edit locale.csv file using [edit-csv extension ](https://marketplace.visualstudio.com/items?itemName=janisdd.vscode-edit-csv)

๐ŸŽจ Create your own theme

.\newTheme.ps1

๐ŸŽต Add a New Soundtrack

.\newOST.ps1

๐Ÿ“œ Add a New Quote

.\newQuote.ps1

๐Ÿ› ๏ธ Build and debug

.\build.ps1 -Debug

> [!NOTE]
> Test your changes before you submit the Pull Request


# ๐Ÿ› ๏ธ You're not a developer?

#### If you'd like to add an app, you can fill out the request form using the following link: [๐Ÿ“ Request Form](https://docs.google.com/forms/d/e/1FAIpQLSeT_hrvfesDE4hb8p9XyvLM4vAsXAYm1csOcmN_lCrQ4OsaUA/viewform?usp=dialog)

#### Help translate ITT to your native language: [๐ŸŒ Add Your Language](https://docs.google.com/spreadsheets/d/1Muy7iJbRm-7YpJKyS5lzP_v12TrCqlxr8_MY9iTnt-0/edit?usp=sharing)




# ๐ŸŒŸ Support

**Love the project?** Show your support by clicking the โญ (top right) and joining our community of [stargazers](https://github.com/emadadel4/itt/stargazers)!

[![Stargazers repo roster for @emadadel4/itt](https://reporoster.com/stars/dark/emadadel4/itt)](https://github.com/emadadel4/itt/stargazers)




# Resistance Struggling for Justice in an Authoritarian World

[![Typing SVG](https://readme-typing-svg.demolab.com?font=Fira+Code&pause=5000&color=F70000&width=435&lines=%23STOP_GENOCIDE!;%23StandWithPalestine)](https://git.io/typing-svg)

![luisricardo](https://media1.giphy.com/media/v1.Y2lkPTc5MGI3NjExYmY0ZWE5cnd5djVoaG12OHVteWI0Nm1zMzlpZGtxM2JwZmNwdG9iMCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/iUNO3pXpfqiZ8JQ1Jo/giphy.gif)

Donโ€™t hesitate to speak up and join the conversation about Palestine. In this age, each of us has a role in raising awareness. Every post or message can inspire or educate others. Donโ€™t fear expressing yourself, as words are a powerful force to change reality. Make your platforms spaces for dialogue and contribute to creating change. Together, we raise the voices of the oppressed and work toward global justice. Letโ€™s unite for Palestine and restore hope to those who need it.


Donate to the Palestinian Red Crescent



Other way to support (Boycott)



### Recommended videos.





"YouTube continues to remove recommended videos!"


If you can't lift the injustice, at least tell everyone about it.

ุฅุฐุง ู„ู… ุชุณุชุทุน ุฑูุน ุงู„ุธู„ู…ุŒ ูุนู„ู‰ ุงู„ุฃู‚ู„ ุฃุฎุจุฑ ุงู„ุฌู…ูŠุน ุนู†ู‡.