Unable to locate and open visual studio anywhere

The Green Brick 0 Reputation points
2024-08-01T16:18:07.9666667+00:00

I installed Microsoft Visual Studio on my PC but can't find it at all anywhere. I tried uninstalling and reinstalling visual studio, but that didn't fix it. I tried launching it using the command prompt and nothing happened. Can someone tell me what I'm doing wrong? Thanks.

Developer technologies | Visual Studio | Other
{count} votes

1 answer

Sort by: Most helpful
  1. Tianyu Sun-MSFT 34,456 Reputation points Microsoft External Staff
    2024-08-02T03:51:14.75+00:00

    Hello @The Green Brick ,

    Welcome to Microsoft Q&A forum.

    Are you using Visual Studio 2022?

    Visual Studio 2022 is installed, by default, in this directory C:\Program Files\Microsoft Visual Studio\2022\<edition>\Common7\IDE.

    There are several ways to open Visual Studio:

    1. If you can’t find and start VS, you can directly run(double click) this file C:\Program Files\Microsoft Visual Studio\2022\<edition>\Common7\IDE\devenv.exe.

    User's image

    1. Visual Studio can also be launched from VS Installer(open Visual Studio Installer > click Launch).

    User's image

    1. Visual Studio can be launched from "Developer Command Prompt for Visual Studio"(search in Windows Search box and open it) by running start devenv command.

    User's image

    1. You can also search "Visual Studio" in Windows Search box to launch Visual Studio.

    User's image

    1. VS Installer can be found by opening Control Panel > Programs > Programs and Features > find VS Installer > right-click it > Change

    User's image

    I tried uninstalling and reinstalling Visual Studio, but that didn’t fix it. I tried launching it using the command prompt and nothing happened.

    If you were unable to locate VS, how did you uninstall it? Looks like you can find it, but VS just fail to launch?

    Is there any limitation on your machine, such as antivirus, permission limitation and group policy, which may block VS from launching(try to run VS as admin and see if this works)?

    Besides, did you change any path, environment variables, system files or configuration files?

    Best Regards,

    Tianyu


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.