
ITT (Install Tweaks Tool) included most Windows 10/11 Software and Windows Tweaks & Remove Bloatwares & Windows activation
- ๐ Automated Installation: Get all your apps installed quietly in one go
- โ๏ธ Windows Debloater: Remove bloatware and optimize performance.
- ๐จโ๐ป Developer-Friendly: Add apps, tweaks, themes, Locals and more.
- ๐ต Can you hear the music: Chill with tracks from the world of entertainment during setup.
- Right-click on the Start menu.
- 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 FROM ELSEWHERE.
irm bit.ly/ittea | iex
irm emadadel4.github.io/itt.ps1 | iex
irm raw.githubusercontent.com/emadadel4/itt/main/itt.ps1 | iex
Note
All links point directly to the itt.ps1 file in this repository. You can test all links in browser, make sure the link starts with https://
Example:
iex "& { $(irm bit.ly/ittea) } -i .\myapps.itt"
โโโ itt/
โ โโโ static/ > Static files (e.g., apps, settings, images, etc.)
โ โโโ Initialize/ > Scripts to set up default registry keys and launch the WPF app window
โ โโโ locales/ > Localization files for different languages
โ โโโ scripts/ > Core functionality scripts (e.g., install, script blocks, utility scripts)
โ โโโ templates/ > Template files (e.g., README.md or other templates)
โ โโโ themes/ > Theme files that define the application's visual style
โ โโโ xaml/ > UI elements and windows (XAML files)
โ โโโ build.ps1 > Builds the project and generates the final output script
โ โโโ itt.ps1 > This is the script that you run using the commands above
-
Make sure you have PowerShell 7 installed (recommended) for building. is available on ITT
-
Clone the repository:
git clone https://github.com/emadadel4/itt.git
- Open ITT Directory in PowerShell 7 (Run as Administrator)
Set-Location "C:\Users\$env:USERNAME\Documents\Github\ITT"
- Choose what you want to add.
.\newApp.ps1
Ensure you understand the tweak you are adding and test it before PR.
.\newLocale.ps1
Edit
locale.csv
file using edit-csv extension
.\newTheme.ps1
To add a new audio track to the playlist, simply append your .mp3 URL at the end of the .m3u file.
Click here to edit the playlist
.\newQuote.ps1
.\build.ps1 -Debug
Note
Test your changes before you submit the Pull Request