Im trying to find the name of the file windows 7 is stored in

Kfitzpatrick1 41 Reputation points
2020-10-28T20:46:15.633+00:00

Like theres windows and microsoft files in my local disc but which one exactly holds the windows 7 application

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
5,384 questions
0 comments No comments
{count} votes

Accepted answer
  1. Joy Qiao 4,896 Reputation points Microsoft Employee
    2020-10-30T06:36:25.937+00:00

    Hi,

    Run this command from the Run box (Windows-R) to access the Application Data folder: %appdata%

    Also many third party softwares by default get installed on folder Program Files

    On 32 bit system:
    C:\Program Files;

    On 64 bit system:
    C:\Program Files(x86) path for 32 bit softwares;
    C:\Program Files path for 64 bit softwares;

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.
    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.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Anonymous
    2020-10-28T20:48:21.183+00:00

    Windows by default is install in C:\Windows directory. From cmd.exe you can echo %windir% to confirm this

    --please don't forget to Accept as answer if the reply is helpful--

    0 comments No comments

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.