Powered By Blogger

Friday, April 6, 2012

Windows 7 and WebDav

http://social.technet.microsoft.com/Forums/en-US/w7itpronetworking/thread/67c361c0-ed6a-4e82-81df-da149c96492b/

The correct way to set up and use WebDAV in Windows 7 takes some steps. After you have figured it out, it works fast and even better than in Windows XP (at least for me it does).

Follow these steps:

1. Start -> Run -> Services.msc
2. Start your Webclient service. Set the properties so it will start automatically next time you boot Windows 7

For shortcuts to your folders or files:

1. Rightclick anywhere on your desktop and choose 'new shortcut'
2. Use this format for WebDAV folders: \\your_webdav_server_domain@SLL\rootwebdavfolder\path\to\folder. For example, mine looks like this: \\livelink.mydomain.nl@SLL\livelinkdav\nodes\1758347

Your shortcurt will be created and you wuill have direct access to your webdav folder using Windows 7. If you don't know the correct path, browse to your webdav folder using Windows XP and look at the address and use this in your above shortcut.

Now for the fun part

You can actually map networkdrives to webdav locations. To do so use this:

1. Open Windows Explorer
2. Rightclick on 'Computer'
3. Go to 'map network drive'
4. Choose station/drive letter
5. Use this link to your WebDAV location: \\your_webdav_server_domain@SLL\rootwebdavfolder\path\to\folder
6. Press OK and your set.

The nice part of mapping your networkdrive is that you can use it for synchronisation (online/offline files).

I have skipped Windows Vista so I don't know if this would have worked under Vista. Also I use the Dutch version of Windows 7 so the terms I used above may be slightly different in English.

3 comments:

  1. Hi,
    This did not work for me. When I try to created shortcut with URL path as per the format you mentioned, its giving me message "The File cannot be found.

    ReplyDelete
  2. Hi Advait,
    Follow below steps,
    Make sure the Webclient Service is running:
    1. Start -> Services.msc
    2. Start the Webclient service
    Adjust your Basic Authentication Level key
    1. Start -> regedit
    2. HKLM\SYSTEM\CurrentControlSet\Services\WebClient\Parameters\
    3. BasicAuthLevel = 2

    ReplyDelete
  3. No way, doesn't work for me neither.
    Webclient service started
    Basic authentification level set to 2
    Using UNC or http address

    What's next ???

    ReplyDelete