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

他の端末のファイルへアクセス時にログインユーザーを間違えてしまってアクセスできなくなった際の対応(Windows)

Last updated at Posted at 2019-02-09

結論

Windowsのコマンドプロンプトからnet useコマンドを使用しログアウトして、やり直す

net use * /delete

説明

アクセスするユーザを間違えた

他の端末のフォルダへエクスプローラでアクセスする際にログインを求められ、
アクセス権限のないユーザ等でログインしてしまいファイルが参照できませんでした。

ここで問題が起きます。

フォルダを再度開きなおしても、認証画面が表示されず権限エラーが発生する

一度ログインするとそのユーザでログインした状態が保たれてしまい
アクセスできなくなります。

他端末へのアクセス時のユーザをログアウトする

コマンドプロンプトを開き、下記コマンドを実行する。

net use * /delete

参考:
別のユーザー名で共有フォルダを利用する「net use」

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