Why not login to Qiita and try out its useful features?

We'll deliver articles that match you.

You can read useful information later.

6
3

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.

StylezAdvent Calendar 2020

Day 4

Windows 端末で Nextcloud の WebDAV マウントを行う場合の留意点

Last updated at Posted at 2020-12-03

WebDAV を Windows 10 でマウントさせる際の問題

Windows 10 で Nextcloud などのオンラインストレージを WebDAV を利用してネットワークドライブマウントさせた後、サインアウトやマシン再起動をした後に再接続ができなくなることがあります。
image.png
orz...

対策方法

Windows の WebClient サービスを自動起動するように設定すると再接続できるようになります ( サインアウトやマシン再起動後の初回は WebDAV の認証が必要です ) 。

GUI による設定方法

  1. 「サービス」を起動します。検索 ( 虫眼鏡アイコン ) から サービス で検索すると早いです。
    image.png
  2. サービスの一覧から "WebClient" を探します。これを右クリックし、「プロパティ」をクリックします。
    image.png
  3. 「全般」タブの中にある「スタートアップの種類」のプルダウンで「自動」を選択します。
    image.png
  4. 「OK」をクリックします。
    image.png
  5. "WebClient" の「スタートアップの種類」が 自動 (トリガー開始) になっていれば完了です。
    image.png

コマンドライン による設定方法

コマンドプロンプト
sc config "WebClient" start= auto
Powershell
Set-Service -Name 'WebClient' -StartupType 'Automatic'
6
3
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
6
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Login to continue?

Login or Sign up with social account

Login or Sign up with your email address