Visual Studio 2015 Tries to Access Optical Drive After Debug Finished
You could disable the Standard Collector Service with following steps.
- Download a Windows Service Manager from this link: http://tools.sysprogs.org/srvman/
- Find the Visual Studio Standard Collector Service using the Service Manager UI. The Name of the service is "VSStandardCollectorService140".
- Select the VSStandardCollectorService140 service in Server Manager and click the Properties button in the UI to disable this service.
Now no matter when starting debug or stop debugging, this service could not be started.
VS2019
You don't have to install anything. Just do the following:
- ⊞ Win + R
- services.msc
- Find
Visual Studio Standard Collector Service
- double-click it and set
Startup type
todisabled
Currently I am not aware of any side effects.
Leave a comment if you experience any, I will update the answer.