Windows Server VSS error ID 513

 

Run in command prompt as administrator.

sc sdshow mslldp

Get the string and paste before (A;;CCLCSWLOCRRC;;;SU) and run

sc sdset mslldp [PASTE STRING HERE] (A;;CCLCSWLOCRRC;;;SU) 

 

Monitoring response time with curl

   curl -s -o /dev/null -w "Conecction: %{time_connect}s | Start transfer: %{time_starttransfer}s | Total time: %{time_total}s\n" ...

Mais vistos