Skip to content
Wh0ami010 edited this page Jul 7, 2024 · 4 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.
  • System Tweaks: Customize your Windows environment with ease. ITT provides scripts to apply system tweaks for enhanced performance and usability.
  • 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.
  • Soundtracks: Enjoy listening to the best music from games and movies while downloading your programs.

Features

  • Program Installation: ITT automates the installation of various software applications commonly used in Windows environments. This includes web browsers, productivity tools, developer tools, media players, and more.

  • Windows Tweaks: ITT includes scripts to tweak Windows settings for optimal performance and user experience. These tweaks may include registry modifications, disabling unnecessary services, and adjusting system configurations.

  • Customization: Users can customize ITT according to their specific needs by modifying the scripts or adding new ones to suit their preferences.

ITT provides a simple interface for installing programs and tweaking Windows settings. Users can execute individual scripts or run a master script to perform multiple tasks in one go.

Example Usage:

On Windows/10/11: Right-click on the start menu. Choose "PowerShell" or "Terminal" and paste any command of these.

irm bit.ly/emadadel | 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