Skip to content
Emad Adel edited this page Feb 11, 2025 · 7 revisions

ITT (Install and Tweak Tool)

Overview

ITT (Install Tweak Tool)

  • 🚀 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: Right-click on the start menu. Choose "PowerShell" or "Terminal" and paste any command of these.

irm bit.ly/ittea | iex
irm bit.ly/emadadel | iex
irm cutt.ly/ittea | iex

Or run it directly from GitHub if the URL is blocked in your region:

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

💡 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. is available on ITT

  3. Open the ITT directory in PowerShell 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 CSV file using edit-csv extension

🎨 Create your own theme

.\newTheme.ps1

🎵 Add a New Soundtrack

.\newOST.ps1

📜 Add a New Quote

.\newQuote.ps1

🏃 Build and run

.\build.ps1 -debug
Clone this wiki locally