Share via

How do I display c:\Program Files (x86)

Reported
Anonymous
2020-05-14T20:33:03+00:00

How do I display c:\Program Files (x86) in command prompt?

Windows for home | Windows 10 | Files, folders, and storage

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

5 answers

Sort by: Most helpful
  1. John DeV 161.8K Reputation points Independent Advisor
    2020-05-14T20:38:02+00:00

    Hello gegjr,

    I'm John an Independent Advisor and a Microsoft user like you. I understand you want to display c:\Program Files (x86) in command prompt.

    Press Start then search Command Prompt

    Right click then run as administrator

    Type: or you can copy and paste the command directly

    cd C:\Program Files (x86)

    Hit Enter

    I hope this helps! Please let me know if you have any further concerns.

    Sincerely

    John DeV

    Independent Advisor

    0 comments No comments
  2. Anonymous
    2020-05-14T20:44:27+00:00

    How do I display c:\Program Files (x86) in command prompt?

    Use this command:

    dir  /s  /a  /p  "C:\Program Files (x86)"

    0 comments No comments
  3. Anonymous
    2020-05-14T21:53:59+00:00

    While in the command prompt type "cd", then enter. From there type "cd\program" then hit the tab button until you see "c:\program files (x86)", then hit enter.

    Sorry to say so but your first command is superfluous and the second command will not work. The correct command would be (note the space!):

    cd  \program

    then hit the tab button.

    0 comments No comments
  4. Anonymous
    2020-05-14T20:41:53+00:00

    Hello gegjr,

    My name is Dave, and I’m a volunteer, and a Microsoft Customer like you. I’d be glad to assist with your issue.

    While in the command prompt type "cd", then enter. From there type "cd\program" then hit the tab button until you see "c:\program files (x86)", then hit enter.

    Please kindly vote or mark this post if it helps you solve the issue.

    Kind regards,

    Dave

    0 comments No comments
  5. Anonymous
    2020-05-14T22:11:35+00:00

    Hi Fredrick,

    Good catch on the typo.

    Thanks,

    Dave

    0 comments No comments