20
21

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

%USERPROFILE%フォルダについて

Last updated at Posted at 2017-12-04

Windowsの一般のユーザーアカウントの場合、ユーザー環境変数USERPROFILEC:\USER\(アカウント名)のパスがセットされている。
例えばhogeという名前のアカウントであれば、C:\USER\hogeとなる。

ただし、ビルトインアカウントの場合は以下のパスになる。

アカウント パス
System C:\Windows\System32\config\systemprofile
System(WOW641) C:\Windows\SysWOW64\config\systemprofile
LocalService C:\Windows\ServiceProfiles\LocalService
NetworkService C:\Windows\ServiceProfiles\NetworkService

Windowsサービスなど、ビルトインアカウントで動作させるプログラムでファイルを扱う場合には頭に入れておきたい。

  1. WOW64 - Wikipediaを参照。

20
21
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
20
21

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?