Discover the ultimate Windows setup script that streamlines your PC experience effortlessly. Install essential apps, optimize system performance with a click, and supercharge productivity—all in one go. Perfect for beginners and power users alike. Get started today and unleash the full potential of your PC!
This script automates the installation of various apps and basic configuration settings on Windows. It provides an interactive menu to choose which applications to install and optionally optimize Windows settings for better performance.
- App Installation: Choose from a list of productivity apps, development tools, and web browsers to install.
- PIP Packages: Option to install essential Python packages using pip.
- Windows Optimization: Ability to optimize Windows settings for improved performance:
- Enable high performance mode.
- Adjust visual effects for best performance.
- Disable selected startup apps.
-
Running the Script:
- Double-click
setup.bat
to start the script. - Follow the on-screen instructions to select apps for installation.
- Double-click
-
Choosing Apps:
- Enter numbers separated by commas to choose multiple apps.
- Type
25
to install all listed apps.
-
PIP Packages (Optional):
- Respond with
y
to install basic Python packages using pip.
- Respond with
-
Optimizing Windows (Optional):
- Respond with
y
to optimize Windows settings for better performance.
- Respond with
- Ensure you have administrative privileges to install apps and make system changes.
- Customize the script by adding or modifying app IDs in the installation sections.
- Review and adjust registry settings (
:optimize_windows_settings
section) based on your specific requirements.
This script is licensed under the MIT License. See LICENSE for more details.
Feel free to modify this README.md
file to suit your script's specific functionalities and details. Include additional sections as needed, such as troubleshooting tips or dependencies.