0
1

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 3 years have passed since last update.

【Windows】Windowsに表示される組織名と使用者名の変更方法【cmd】

Last updated at Posted at 2021-04-05

regeditで

HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion

組織名:RegisterdOrganization
使用者名:RegisterdOwner

を編集する。

コマンドによる実行
REM 組織名の編集
reg add HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion /v RegisterdOrganization /t REG_SZ /d 組織名

reg add HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion /v RegisterdOwner /t REG_SZ /d 使用者名 
0
1
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
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?