# move-chocolatey-package **Repository Path**: yushulx/move-chocolatey-package ## Basic Information - **Project Name**: move-chocolatey-package - **Description**: No description available - **Primary Language**: PowerShell - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-08-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Chocolatey Move If you don't have a licensed Chocolatey edition, all packages will be installed to **C:\ProgramData\chocolatey**. Using **PowerShell** script can quickly move packages to other locations. ## How to Use Set a disk: ```ps $partition = "e:" ``` Select your package: ```ps $appName = "dbr" ``` Run PowerShell as **administrator**. Check PowerShell version: ```ps $PSVersionTable.PSVersion ``` ![Check PowerShell version](screenshots/powershell-version.PNG) Set **ExecutionPolicy**: ```ps Set-ExecutionPolicy RemoteSigned ``` Run the script: ```ps .\choco-move.ps1 ``` ![Move chocolatey packages with PowerShell script](screenshots/powershell-chocolatey-package.PNG)