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?

More than 3 years have passed since last update.

共有サーバから閉め出されたときのコマンドの使い方(資格情報とかについて)

Posted at

症状

権限が限られてるタイプの共有サーバにアクセスしたい
→ユーザ名とパスワードを入力してアクセスしようとする
→使用したユーザにアクセス権限がなのでアクセスできない
→再度アクセスしようとしても、認証情報が残ってしまい、ポップアップが出るだけで認証情報入力し直せない
→認証情報消したいんだけどGUIの資格情報マネージャに何も表示されない
→コマンドプロンプトでやるっきゃねえ

やり方

net use [\\ネットワーク名] /delete
のあとに
klist purge

cmdkey /delete:ネットワーク名
とかもある

ダメだったら

再起動しかないのかもしれない……

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?