windows中的一些系統路徑

系統根目錄:%HOMEDRIVE%或%SystemRoot%
打開方法:file://%SystemRoot%"\

Cursors: 存放系统的鼠标主题
所在路径: %systemroot%"Cursors

Downloaded Program Files: 上网时安装的IE插件,如Flash插件之类的
所在路径: %systemroot%"Downloaded Program Files

Themes: 存放系统主题
所在路径: %systemroot%"Resources"Themes

用户图片: 就是存放做为我们每个用户标志的图片
所在路径: X:"Documents and Settings"All Users"Application Data"Microsoft"User Account Pictures"Default Pictures

Media: 存放系统声音文件
所在路径: %systemroot%"Media
转移方法: HKEY_LOCAL_MACHINE"SOFTWARE"Microsoft"Windows"CurrentVersion 把MediaPath的键值改为目标文件夹的路径,如: D:"sound

Cookies:
所在路径: %userprofile%"Cookies
转移方法: HKEY_CURRENT_USER"Software"Microsoft"Windows"CurrentVersion"Explorer"Shell Folders 把Cookies的键值改为目标文件夹的路径,如 D:"Cookies

Wallpaper: 存放我们的桌面墙纸文件
所在路径: %systemroot%"Web"Wallpaper
转移方法: HKEY_LOCAL_MACHINE"SOFTWARE"Microsoft"Windows"CurrentVersion 将WallpaperDir的键值改为目标文件夹的路径

Fonts: 字体文件夹,存放我们编辑排版用的字体
所在路径: %systemroot%"fonts
转移方法: HKEY_USERS".DEFAULT"Software"Microsoft"Windows"CurrentVersion"Explorer"Shell Folders 将Fonts的键值改为目标文件夹的路径,如D:"fonts  (★注意要将字体都移到新文件夹上)

Favorites: 收藏夹
所在路径:%userprofile%"Favorites
转移方法: HKEY_CURRENT_USER"Software"Microsoft"Windows"CurrentVersion"Explorer"Shell Folders 更改Favorites的键值

Temporary Internet Files: (隐藏)这个大家应该都知道是Internet临时文件夹
所在路径: %userprofile%"Local Settings"Temporary Internet Files
转移方法: 1.Internet选项-Internet文件夹|设置|移动文件夹  

History: 保存你上网的"历史"
所在路径: %userprofile%"Local Settings"History
转移方法:  HKEY_CURRENT_USER"Software"Microsoft"Windows"CurrentVersion"Explorer"Shell Folders 更改History的键值

OE存储文件夹(隐藏)
所在路径: %userprofile%"Local Settings"Application Data"Identities"{08B50A1B-DCC9-4EF0-A63B-DCE11BA79829}"Microsoft"Outlook Express ({}里的内容不一定相同)
更改方法: 1.在OE选项中 维护|存储文件夹|更改
          2.将HKEY_CURRENT_USER"Identities"{08B50A1B-DCC9-4EF0-A63B-DCE11BA79829}"Software"Microsoft"Outlook Express"5.0下的Store Root更改为目标文件夹的路径

Local Settings文件夹
所在路径: %userprofile%"Local Settings
更改方法:  HKEY_CURRENT_USER"Software"Microsoft"Windows"CurrentVersion"Explorer"Shell Folders 将Local Settings的键值改为目标文件夹的路径,如D:"Internet.


摘自:Trackback: http://tb.blog.csdn.net/TrackBack.aspx?PostId=792443
原文地址:https://www.cnblogs.com/scottckt/p/966637.html