3
2

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.

コマンドラインからPowerShellを使用してGUIDを生成

Last updated at Posted at 2016-11-07
コマンド プロンプト
powershell -Command "[Guid]::NewGuid()"

Guid
----
2876541a-22c1-4add-bebe-033b139f783d

Visual Studio 2013 がインストールされていれば...
C:\Program Files (x86)\Windows Kits\8.1\bin\x86\uuidgen.exe があるので

開発者コマンドプロンプト for VS2013
C:\Program Files (x86)\Microsoft Visual Studio 12.0>uuidgen
7c702e10-b2aa-4623-bef2-0eb071e0ad30
3
2
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
3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?