Skip to content

Latest commit

 

History

History
343 lines (239 loc) · 11.2 KB

README.md

File metadata and controls

343 lines (239 loc) · 11.2 KB
 __        __ _         _  __ _  _    
 \ \      / /(_) _ __  | |/ /(_)| |_  
  \ \ /\ / / | || '_ \ | ' / | || __| 
   \ V  V /  | || | | || . \ | || |_  
    \_/\_/   |_||_| |_||_|\_\|_| \__|  
WinKit

Version 1.0 Windows 11 GitHub license Maintenance Active

🛠️ Supercharge your Windows 11 experience with WinKit - the all-in-one solution for managing, optimizing, and customizing your system! 🚀

📚 Table of Contents

🚀 Key Features 🛠️ Installation 🖥️ Usage
🛠️ Contributing 🗺️ Roadmap 📄 License
📊 Repository Stats ⚠️ Disclaimer Show Support

📊 Repository Stats

🌟 Activity

GitHub stars GitHub forks Last Commit Commit Activity

🐛 Issues

GitHub issues GitHub closed issues

📦 Size and Contributors

Repo Size Code Size Contributors

🌐 Community

Discussions Total Downloads


🚀 Key Features

App Management System Optimization Privacy Controls Software Installation
🖥️ 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


🛠️ Installation

Windows Terminal PowerShell

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

🖥️ Usage

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

🛠️ Contributing

Contributions Welcome Issues Welcome

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

🗺️ Roadmap

Roadmap

  • 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:

  1. Visit our GitHub Discussions page
  2. Look for the "Feature Requests" category
  3. Vote on existing features or suggest new ones

Top-voted features will be prioritized in our development roadmap!


⚠️ Disclaimer

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.


📄 License

This project is licensed under the MIT License - see the LICENSE file for details.


⭐ Show Your Support

Star this repo Fork this repo

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