i there,
To help you troubleshoot any problems with the VDS, you must first capture the VDS trace to converge on steps.
To capture a VDS trace, follow these steps:
-Open an elevated command prompt, and then run the following commands:
md %systemroot%\system32\LogFiles\VDS
Logman start vds -o %systemroot%\system32\LogFiles\VDS\VdsTrace.etl -ets -p {012F855E-CC34-4da0-895F-07AF2826C03E} 0xffff 0xff
-Reproduce the problem.
-After repro, go back to the command prompt from step 1 and run the following command to stop the VDS trace:
Logman stop vds -etsTrace file Vds
Use TraceView.exe to browse the file or send the VdsTrace.etl file to Microsoft customer support to troubleshoot further.
--If the reply is helpful, please Upvote and Accept it as an answer–