0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

PowerShellのスクショを公開するときにユーザー名を非表示にするコマンド

Posted at

PowerShellの画面をスクリーンショットで公開する際、
C:\Users\ユーザー名 が表示されると個人情報が漏れる可能性があります。

公開前に以下のコマンドを実行しておけば安心です:

cd C:\

これでプロンプトが PS C:\> となり、ユーザー名が非表示になります

0
0
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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?