https://github.com/duckyonquack-999/winkit
WinKit is a comprehensive toolkit designed to streamline system maintenance and optimization tasks on Windows systems. It offers a collection of utilities and scripts aimed at enhancing performance, resolving common issues, and optimizing system settings.
https://github.com/duckyonquack-999/winkit
colors customization powershell powershell-script theme themes theming windows windows-11 windows-11-optimization windows-colors windows-customization windows-optimization windows-optimization-tool windows-optimizer windows-theme windows-tool windows-tweaker windows-tweaks windows11-theme
Last synced: 3 months ago
JSON representation
WinKit is a comprehensive toolkit designed to streamline system maintenance and optimization tasks on Windows systems. It offers a collection of utilities and scripts aimed at enhancing performance, resolving common issues, and optimizing system settings.
- Host: GitHub
- URL: https://github.com/duckyonquack-999/winkit
- Owner: DuckyOnQuack-999
- License: gpl-3.0
- Created: 2024-04-27T13:51:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-28T13:14:45.000Z (7 months ago)
- Last Synced: 2025-02-01T19:39:18.447Z (4 months ago)
- Topics: colors, customization, powershell, powershell-script, theme, themes, theming, windows, windows-11, windows-11-optimization, windows-colors, windows-customization, windows-optimization, windows-optimization-tool, windows-optimizer, windows-theme, windows-tool, windows-tweaker, windows-tweaks, windows11-theme
- Language: PowerShell
- Homepage:
- Size: 96.7 KB
- Stars: 14
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```
__ __ _ _ __ _ _
\ \ / /(_) _ __ | |/ /(_)| |_
\ \ /\ / / | || '_ \ | ' / | || __|
\ V V / | || | | || . \ | || |_
\_/\_/ |_||_| |_||_|\_\|_| \__|
```
![]()
![]()
![]()
![]()
![]()
π οΈ Supercharge your Windows 11 experience with WinKit - the all-in-one solution for managing, optimizing, and customizing your system! π---
## π Table of Contents
| π [Key Features](#-key-features) | π οΈ [Installation](#οΈ-installation) | π₯οΈ [Usage](#οΈ-usage) |
|:---------------------------------:|:----------------------------------:|:---------------------:|
| π οΈ [Contributing](#οΈ-contributing) | πΊοΈ [Roadmap](#οΈ-roadmap) | π [License](#-license) |
| π [Repository Stats](#-repository-stats) | β οΈ [Disclaimer](#οΈ-disclaimer) | β [Show Support](#-show-your-support) |---
## π Repository Stats
### π Activity



#
### π Issues

#
### π¦ Size and Contributors


#
### π Community

---
## π Key Features
![]()
![]()
![]()
![]()
π₯οΈ 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
![]()
![]()
Ensure PowerShell 5.1+ is installed on your Windows 11 system
Open PowerShell as Administrator
Clone the repository:
```powershell
git clone https://github.com/DuckyOnQuack-999/WinKit.git
```Navigate to WinKit directory:
```powershell
cd WinKit
```Run the main script:
```powershell
.\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 settingsAlways 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
![]()
![]()
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 RequestPlease 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
![]()
- [x] 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](https://github.com/DuckyOnQuack-999/WinKit/discussions) page
2. Look for the "Feature Requests" category
3. Vote on existing features or suggest new onesTop-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](LICENSE) file for details.
---
## β Show Your Support
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:
- [PowerShell](https://github.com/PowerShell/PowerShell)
- [Windows Terminal](https://github.com/microsoft/terminal)
- [Chocolatey](https://chocolatey.org/)
- [Scoop](https://scoop.sh/)
- [Windows Package Manager (winget)](https://github.com/microsoft/winget-cli)Your contributions to the open-source community have been invaluable in the development of WinKit.
---
Made with β€οΈ by DuckyOnQuack-999---