admin管理员组

文章数量:1536472

修改注册表

新建1.reg文件 ,输入下面的代码

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters]
"AcceptOfficeAndTahoeServers"=dword:00000001
"BasicAuthLevel"=dword:00000002
"ClientDebug"=dword:00000000
"FileAttributesLimitInBytes"=dword:000f4240
"FileSizeLimitInBytes"=dword:ffffffff
"InternetServerTimeoutInSec"=dword:0000001e
"LocalServerTimeoutInSec"=dword:0000000f
"SendReceiveTimeoutInSec"=dword:0000003c
"ServerNotFoundCacheLifeTimeInSec"=dword:0000003c
"ServiceDebug"=dword:00000000
"ServiceDll"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,\
  00,74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,\
  77,00,65,00,62,00,63,00,6c,00,6e,00,74,00,2e,00,64,00,6c,00,6c,00,00,00
"ServiceDllUnloadOnStop"=dword:00000001
"SupportLocking"=dword:00000001

 

 双击运行

启动服务

新建1.bat文件,输入下面的代码

net stop webclient
net start webclient

用管理员运行

挂载网络路径

此电脑,右键,映射网络驱动器

输入服务器路径 ,点击完成

服务器路径:http://127.0.0.1/Backups/

效果展示

查看服务器上文件,出现下图说明挂载成功

我们可以从服务器上拷贝文件出来,也可以拷贝文件到服务器

本文标签: 功能文件系统网络Windows