Share via

About Windows PowerShell

テクノロジー メガ 0 Reputation points
2026-02-06T00:43:46.88+00:00

When I create a new user in Windows 11 Pro and start PowerShell, it is located in \WINDOWS\system32. It should be located in \Users[user name]. Has the specification changed?

Windows for home | Other | Apps
0 comments No comments
{count} votes

4 answers

Sort by: Most helpful
  1. Lucus-V 5,700 Reputation points Microsoft External Staff Moderator
    2026-02-15T19:41:44.4866667+00:00

    Hi テクノロジー メガ,
    Welcome to Microsoft Q&A forum. I'm happy to help.

    The PowerShell starts with the location C:\Windows\System32 is probably because it's currently in elevate mode and having Administrator permission.

    If you start PowerShell in user mode, its location should be your user folder.

    I hope that above information is helpful to you.

    0 comments No comments

  2. Sumit D - IA 161K Reputation points Independent Advisor
    2026-02-06T03:04:52.8733333+00:00

    Hi,

    It opens the profile folder for me.

    I wanted to ask whether there are any special characters in your English username?

    I’m eager to hear back and work together to find a solution.

    0 comments No comments

  3. テクノロジー メガ 0 Reputation points
    2026-02-06T00:48:22.7233333+00:00

    2025年7月の時点では\Users[user name] になっていたのですが、なぜでしょうか。明らかに動作が変わっています。

    0 comments No comments

  4. Q&A Assist
    2026-02-06T00:43:53.57+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    When you start PowerShell on Windows 11, it typically opens in the C:\WINDOWS\system32 directory by default. This behavior has not changed; it is standard for Windows PowerShell to launch from this system directory regardless of the user account being used. The location of PowerShell itself is not in the user directory, but rather in the system directory, which is why you see it starting there.

    If you want to change the starting directory of PowerShell to your user directory, you can do so by modifying the properties of the PowerShell shortcut or by using commands within PowerShell to change the directory after it starts.


    References:

    0 comments No comments

Your answer

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