asheroto / winget-install

Install winget tool using PowerShell! Prerequisites automatically installed. Works on Windows 10/11 and Server 2019/2022.
https://bit.ly/winget-install
GNU General Public License v3.0
272 stars 33 forks source link

WARNING: Error: The service cannot be started, either because it is disabled or because it has no enabled devices associated with it. #18

Closed CrappyText closed 1 year ago

CrappyText commented 1 year ago

what service do i need to enable for it to be working im using RekOs 0.4v Capture

asheroto commented 1 year ago

Looks like you might have an older version of the script. The latest version doesn't have that message. 😊

Run this to confirm...

winget-install -CheckForUpdate

Then update with this...

https://github.com/asheroto/winget-install#setup

Either way, that appears to be an issue with winget-cli itself, not the installer. This script is just an installer unaffiliated with Microsoft.

Check the troubleshooting section: https://github.com/asheroto/winget-install#troubleshooting

This issue looks similar: https://github.com/microsoft/winget-cli/issues/1103