无忧启动论坛

 找回密码
 注册
搜索
系统gho:最纯净好用系统下载站投放广告、加入VIP会员,请联系 微信:wuyouceo
查看: 9212|回复: 13
打印 上一主题 下一主题

[分享] 转移用户文件位置

  [复制链接]
跳转到指定楼层
1#
发表于 2018-8-6 20:25:10 | 显示全部楼层 |只看大图 回帖奖励 |倒序浏览 |阅读模式
不通位置请自行修改
  1. taskkill /im explorer.exe /f
  2. if exist d:\我的文档 (
  3. xcopy /s /h /k /y %userprofile%\Documents d:\我的文档
  4. rd %userprofile%\Documents /s /q
  5. mklink /d %userprofile%\Documents d:\我的文档
  6. ) else (
  7. if exist d:\Documents (
  8. xcopy /s /h /k /y %userprofile%\Documents d:\Documents
  9. rd %userprofile%\Documents /s /q
  10. mklink /d %userprofile%\Documents d:\Documents
  11. ) else (
  12. md d:\我的文档
  13. xcopy /s /h /k /y %userprofile%\Documents d:\我的文档
  14. rd %userprofile%\Documents /s /q
  15. mklink /d %userprofile%\Documents d:\我的文档
  16. )
  17. )

  18. if exist d:\桌面 (
  19. xcopy /s /h /k /y %userprofile%\desktop d:\桌面
  20. rd %userprofile%\desktop /s /q
  21. mklink /d %userprofile%\desktop d:\桌面
  22. ) else (
  23. if exist d:\desktop (
  24. xcopy /s /h /k /y %userprofile%\desktop d:\desktop
  25. rd %userprofile%\desktop /s /q
  26. mklink /d %userprofile%\desktop d:\desktop
  27. ) else (
  28. md d:\桌面
  29. xcopy /s /h /k /y %userprofile%\desktop d:\桌面
  30. rd %userprofile%\desktop /s /q
  31. mklink /d %userprofile%\desktop d:\桌面
  32. )
  33. )

  34. if exist d:\收藏夹 (
  35. xcopy /s /h /k /y %userprofile%\Favorites d:\收藏夹
  36. rd %userprofile%\Favorites /s /q
  37. mklink /d %userprofile%\Favorites d:\收藏夹
  38. ) else (
  39. if exist d:\Favorites (
  40. xcopy /s /h /k /y %userprofile%\Favorites d:\Favorites
  41. rd %userprofile%\Favorites /s /q
  42. mklink /d %userprofile%\Favorites d:\Favorites
  43. ) else (
  44. md d:\收藏夹
  45. xcopy /s /h /k /y %userprofile%\Favorites d:\收藏夹
  46. rd %userprofile%\Favorites /s /q
  47. mklink /d %userprofile%\Favorites d:\收藏夹
  48. )
  49. )
  50. explorer

复制代码



2#
 楼主| 发表于 2018-8-6 21:17:32 来自手机 | 显示全部楼层
嗯,一般都是连注册表一起改,我这个是不改注册表,利用软连接。
回复

使用道具 举报

3#
 楼主| 发表于 2018-8-6 21:19:30 来自手机 | 显示全部楼层
这段时间做的无盘活儿,d盘是映射网络磁盘,桌面启动网络磁盘的快捷方式会警告,变成连接到d盘就不会警告了。
回复

使用道具 举报

4#
 楼主| 发表于 2018-8-7 09:44:34 来自手机 | 显示全部楼层
开始菜单我觉得没必要,不爱用微信,这两天需要琢磨它,发现微信电脑版的问题,有的人有习惯把记录保存在电脑版上。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|捐助支持|无忧启动 ( 闽ICP备05002490号-1 )

闽公网安备 35020302032614号

GMT+8, 2025-11-11 08:12

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表