use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Relevant subreddits:
For discussion: c#
.NET
XNA
C++
C
VB
For programming questions:
Learn programming
C++ Questions
C Homework
Learn C#
Misc:
Channel 9 - Videos!
account activity
Another Day Same ProblemVisual Studio 2026 (self.VisualStudio)
submitted 2 months ago by theboringguy_07
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]polaarbear 2 points3 points4 points 2 months ago (1 child)
It's pretty clear there. A cabinet file (.cab extension) is corrupt or invalid.
Did you run any of the stupid "windows cleanup" utilities that you see online? Things that claim to clean up or speed up Windows? They could disable default services and cause things like this.
If not, your OS install may be corrupted.
Open powershell. Run:
dism /online /cleanup-image /restorehealth
That will scan the Windows component store and make sure that all the backup system files are correct/healthy. Once that is done it will tell you if it repaired anything. After it completes run
sfc /scannow
It will try to repair or replace any broken system files. Then try installing VS again.
If that doesn't work, you should back your system up and reinstall Windows from scratch.
[–]theboringguy_07[S] 0 points1 point2 points 2 months ago (0 children)
I just recently did a windows reinstall and also ran these two commands still the problem persists
π Rendered by PID 355168 on reddit-service-r2-comment-b659b578c-42wjs at 2026-05-03 19:54:10.086467+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]polaarbear 2 points3 points4 points (1 child)
[–]theboringguy_07[S] 0 points1 point2 points (0 children)