Skip to content
Wh0ami010 edited this page May 11, 2024 · 4 revisions

ITT (Install and Tweak Tool)

Overview

ITT (Install and Tweak Tool) is a collection of PowerShell scripts designed to automate the installation of programs and apply Windows tweaks. It simplifies the process of setting up a new Windows environment by providing a streamlined method for installing commonly used software and customizing system settings.

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