一,在c:\users\duan\路径下新建文件夹,命名Pictures
二,在Pictures文件夹里新建两个文件夹,分别命名为Saved Pictures和Camera Roll
三,右键Pictures文件夹——属性——自定义——优化此文件夹——下拉列表选择“图片”——更改图标——选择“图片”图案——确定

四,打开资源管理器——查看——选项——查看——”隐藏受保护的操作系统文件“取消勾选——确定
五,打开Pictures文件夹里的desktop.ini文件,清空里面内容,空一行,复制粘贴以下内容,关闭——保存
[.ShellClassInfo]
LocalizedResourceName=@%SystemRoot%\system32\shell32.dll,-21779
InfoTip=@%SystemRoot%\system32\shell32.dll,-12688
IconResource=%SystemRoot%\system32\imageres.dll,-113
IconFile=%SystemRoot%\system32\shell32.dll
IconIndex=-236
六,右键Pictures文件夹里的Saved Pictures文件夹——属性——自定义——优化此文件夹——下拉列表选择“图片”——确定,注:如果已经默认为“图片”就直接点“确定”
七,打开Saved Pictures文件夹里的desktop.ini文件,清空里面内容,空一行,复制粘贴以下内容,关闭——保存
[.ShellClassInfo]
LocalizedResourceName=@%SystemRoot%\system32\windows.storage.dll,-34583
八,右键Pictures文件夹里的Camera Roll文件夹——属性——自定义——优化此文件夹——下拉列表选择“图片”——确定,注:如果已经默认为“图片”就直接点“确定”
九,打开Camera Roll文件夹里的desktop.ini文件,清空里面内容,空一行,复制粘贴以下内容,关闭——保存
[.ShellClassInfo]
LocalizedResourceName=@%SystemRoot%\system32\windows.storage.dll,-21824
十,右键开始菜单,打开windows powershell(管理员),逐条复制粘贴以下命令,每粘贴一条按回车键
1,reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders" /v "My Pictures" /t reg_sz /d C:\Users\duan\Pictures /f
2,reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" /v "My Pictures" /t reg_expand_sz /d %USERPROFILE%\Pictures /f
3,reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" /v "{0DDD015D-B06C-45D5-8C4C-F59713854639}" /t reg_expand_sz /d %USERPROFILE%\Pictures /f
4,reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" /v "{3B193882-D3AD-4EAB-965A-69829D1FB59F}" /t reg_expand_sz /d "%USERPROFILE%\Pictures\Saved Pictures" /f
5,reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" /v "{AB5FB87B-7CE2-4F83-915D-550846C9537B}" /t reg_expand_sz /d "%USERPROFILE%\Pictures\Camera Roll" /f
十一,重启计算机,把d:\user_xixi\picture\路径下你觉得有用的图片复制到c:\users\duan\Pictures\Saved Pictures的文件夹里,把d:\user_xixi\Camera Roll\路径下你觉得有用的图片复制到c:\users\duan\Pictures\Camera Roll的文件夹里
*注意:如果你以后想把c:\users\duan\路径下的图片文件夹移动到别处,如D盘,必须在D盘根目录新建一个文件夹,命名什么名字都行,也就是说,必须移动到一个文件夹里才行!!!另外注释一下,“Saved Pictures”就是“保存的图片”,“Camera Roll”就是“本机照片”完毕,如有疑问留言。