Remove vcpkg

If you want to remove vcpkg from your system, run one of the following commands:

    

        
        

rmdir /s  %USERPROFILE%\.vcpkg
  

    
    

        
        

Remove-Item -Recurse -Force -Path ~\.vcpkg
  

    
    

        
        

rm -rf ~/.vcpkg
  

    
Back
Next