Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to identify program creating large Visual Studio Extension files daily

I am having a space issue on my C drive. I found that large (~300 [MB]) Visual Studio Extension (vsix) files are landing at C:\Windows\Temp daily (at exactly the same time), and sometimes multiple times per day. I am not creating these. I was able to delete the existing ones to buy me some time. However, I want to identify the program / script that is creating these things, such that I can turn it off. How can I go about this?

like image 219
skyline01 Avatar asked Sep 14 '25 05:09

skyline01


1 Answers

It is probably Visual Studio tries to automatically update extensions:

enter image description here

And the program that actually download files is typically a scheduled task that you can try to locate in Windows Task Scheduler.

like image 123
Sergey Vlasov Avatar answered Sep 16 '25 00:09

Sergey Vlasov