Skip to content

emadadel4/ITT

Repository files navigation

Ceasefire Now

ITT (Install and Tweaks Tool) 🛠️ 🖥️

screen-install

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.

Usage

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

irm bit.ly/emadadel | iex

or

 iwr -useb bit.ly/emadadel | iex

running it directly from github

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

How to add a new App/Tweak/OST/Qoute/

  • Powershell 7 (Recommended) for build

  • Fork the repo

  • Open ITT directory in Powershell

  • Set-Location "C:\Users\$env:USERNAME\Documents\Github\ITT"
  • ..and choose what you will add.

Use this Command to add new App.

newApp.ps1

Use this Command to add a new Tweak. Note: you must know what you're doing when you add a new tweak, just be careful and test it before commit

newTweak.ps1

Use this Command to add a new Soundtrack.

newOST.ps1

Use this Command to add a new Quote.

newQuote.ps1

Developer

👤 Emad Adel

Show your support

Give a ⭐️ if this project helped you!