This repository contains scripts for managing system packages using PowerShell. The primary script, choco2winget.ps1
, is designed to help migrate from Chocolatey to Winget.
- Getting Started
- Usage
- Contributing
- License
These instructions will help you get a copy of the project up and running on your local machine.
- PowerShell 5.1 or higher
- Chocolatey
- Winget
Clone the repository to your local machine:
git clone https://github.com/osamaalassiry/choco2winget.git
Run the choco2winget.ps1 script in PowerShell with administrative privileges:
.\choco2winget.ps1
The script will prompt for confirmation before uninstalling each package.
This project is licensed under the MIT License. See the LICENSE file for details.