-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Apply to existing installation #475
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…o live Windows installation Co-authored-by: Donovoi <24791115+Donovoi@users.noreply.github.com>
Co-authored-by: Donovoi <24791115+Donovoi@users.noreply.github.com>
Add Invoke-Tiny11Cleanup.ps1 - Apply tiny11 modifications to existing Windows installations
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This pull request introduces a new PowerShell script that applies tiny11 optimizations directly to an existing Windows installation without requiring WIM image manipulation or reinstallation. This provides users with a convenient way to clean up already-installed Windows 11 systems.
- Added
Invoke-Tiny11Cleanup.ps1
script for live system cleanup - Updated README with instructions for the new cleanup method
- Implemented safety checks, user prompts, and logging functionality
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
File | Description |
---|---|
README.md | Added documentation for new cleanup script with usage instructions and warnings |
Invoke-Tiny11Cleanup.ps1 | New PowerShell script that removes bloatware, disables telemetry, and applies registry tweaks to running Windows installations |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This pull request introduces a new script,
Invoke-Tiny11Cleanup.ps1
, which enables users to apply tiny11 optimizations directly to an existing Windows installation without the need for a WIM image or reinstallation. The README has been updated with instructions for using this new live cleanup method, making it easier for users to reduce bloat and apply tweaks to already-installed systems.New Script Addition and Documentation:
Invoke-Tiny11Cleanup.ps1
, a PowerShell script that removes bloatware, disables telemetry, and applies registry tweaks and optimizations to a running Windows installation. The script includes safety checks, user prompts, and logs actions for transparency.README.md
to document the new script, including a description, usage instructions, and warnings about modifying a live system. [1] [2]User Experience Improvements: