__ __ _ _ __ _ _
\ \ / /(_) _ __ | |/ /(_)| |_
\ \ /\ / / | || '_ \ | ' / | || __|
\ V V / | || | | || . \ | || |_
\_/\_/ |_||_| |_||_|\_\|_| \__|
π οΈ Supercharge your Windows 11 experience with WinKit - the all-in-one solution for managing, optimizing, and customizing your system! π
π Key Features | π οΈ Installation | π₯οΈ Usage |
---|---|---|
π οΈ Contributing | πΊοΈ Roadmap | π License |
π Repository Stats | β Show Support |
π₯οΈ App Management
- Get-InstalledStoreApps: Retrieve and display installed Windows Store apps
- Repair-StoreApp: Fix issues with selected Windows Store apps
- Uninstall-App: Remove apps locally or globally
- Update-StoreApps: Automatically update all installed Store apps
- Export-AppList: Generate a list of installed apps for easy reinstallation
π Local Group Policy
- Reset-LocalGroupPolicy: Restore default local group policy settings
- Clear-Logs & Refresh-Logs: Manage log displays effectively
- Export-GroupPolicy: Save current group policy settings for backup
- Import-GroupPolicy: Restore group policy settings from a backup
π¦ Installers
- Install-VisualCppRedistributable: Get the latest Visual C++ Redistributables
- Install-DirectX: Update or install DirectX
- Install-DotNetSDKs: Set up multiple .NET SDK versions
- Install-WindowsSubsystemForLinux: Set up WSL with your preferred Linux distribution
- Install-PackageManager: Install and configure popular package managers (Chocolatey, Scoop, Winget)
π§ Tweaks
- Disable-Telemetry: Enhance privacy by turning off data collection
- Enable-DarkMode: Activate system-wide dark theme
- Disable-Cortana: Turn off Windows virtual assistant
- Optimize-WindowsSearch: Improve search functionality and reduce resource usage
- Customize-StartMenu: Personalize your Start menu layout and functionality
π Optimization
- Clean-TemporaryFiles: Free up disk space
- Defragment-Drives: Improve system performance
- Optimize-Startup: Speed up boot times
- Manage-WindowsServices: Fine-tune system services for better performance
- Analyze-SystemPerformance: Get detailed reports on system bottlenecks and suggestions for improvement
π Privacy
- Disable-ActivityHistory: Stop Windows from tracking your activity
- Manage-AppPermissions: Control data access for apps
- Clear-BrowsingData: Clean up your browsing history and cache
- Configure-WindowsFirewall: Set up advanced firewall rules for better security
- Encrypt-PersonalData: Set up BitLocker encryption for your drives
Ensure PowerShell 5.1+ is installed on your Windows 11 system
Open PowerShell as Administrator
Clone the repository:
git clone https://github.com/DuckyOnQuack-999/WinKit.git
Navigate to WinKit directory:
cd WinKit
Run the main script:
.\WinKit.ps1
Launch WinKit and use its intuitive interface to:
- Manage and repair Windows Store apps
- Reset and manage local group policies
- Install essential software components
- Apply system tweaks and optimizations
- Enhance your privacy settings
Always review changes before applying and consider creating a system restore point for safety.
π Performance Metrics
Track your system's performance improvements with WinKit:
- Boot Time: Measure and compare boot times before and after optimization
- Disk Space: Monitor freed up disk space after cleaning temporary files
- Memory Usage: Track RAM usage improvements
- CPU Utilization: Analyze CPU performance enhancements
- Battery Life: For laptops, measure battery life improvements
π Automatic Updates
WinKit now includes an auto-update feature:
- Check for updates:
.\WinKit.ps1 -CheckForUpdates
- Apply updates:
.\WinKit.ps1 -Update
- Configure update frequency in the settings menu
We welcome contributions! Here's how:
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Please ensure your code adheres to our standards and includes appropriate documentation.
π§ͺ Testing
Before submitting a pull request:
- Run all unit tests:
.\Tests\Run-UnitTests.ps1
- Perform integration tests:
.\Tests\Run-IntegrationTests.ps1
- Update documentation if you've added new features or changed existing functionality
- Initial Release with core features
- Enhanced App Management (ETA: Q4 2024)
- Batch app repair and uninstallation
- Detailed app health diagnostics
- Advanced System Tweaks (ETA: Q1 2025)
- Custom power plans
- Registry optimization tools
- Multi-language Support (ETA: Q2 2025)
- Interface localization
- Region-specific optimizations
- Performance Analytics (ETA: Q3 2025)
- Real-time system performance monitoring
- Automated optimization recommendations
π Feature Voting
Help us prioritize future features:
- Visit our GitHub Discussions page
- Look for the "Feature Requests" category
- Vote on existing features or suggest new ones
Top-voted features will be prioritized in our development roadmap!
While we strive for safety and effectiveness, use WinKit at your own risk. Always back up your system before making significant changes. The authors and contributors are not responsible for any damage or data loss.
This project is licensed under the MIT License - see the LICENSE file for details.
If you find WinKit helpful, please consider giving it a star β It helps the project grow and improve!
π Acknowledgements
We'd like to thank the following projects and communities:
Your contributions to the open-source community have been invaluable in the development of WinKit.
Made with β€οΈ by DuckyOnQuack-999