Windows Vista 中是由图片上传精灵
Windows XP中得图片发布向导非常好用, 利用该功能便使得图片上传变得容易许多, 只需要在文件管理器中选中需要发布得图片或者文件夹, 然后在资源管理器得左侧就会出现“图片发布向导”, 不过该功能在vista 中被阉割了,不知道盖子是怎么想的。。。
那么在windows vista 中实现图片发布向导是否不可能呢? 答案是否定的, 只需要在注册表中做一点小小得改动便可以实现vista下得图片发布向导,如下:
XP系统相关注册表:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\PublishingWizard\PublishingWizard\Providers\bestcarshow.cn]
“displayname”=”www.yoursite.cn”
“description”=”"
“href”=”http://www.yoursite.cn/xx” //这是发布得网页URL
“icon”=”http://www.yoursite.cn/favicon.ico”
VISTA注册表
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\PublishingWizard\InternetPhotoPrinting\Providers\bestcarshow.cn]
“displayname”=”www.yoursite.cn”
“description”=”"
“href”=”http://www.yoursite.cn/xx” //这是发布得网页URL
“icon”=”http://www.yoursite.cn/favicon.ico”
修改之后在vista 的Photo Gallery中选择“在线打印”即可。
转载自:FLYBLOG [http://www.flyblog.info]
本文链接地址:http://www.flyblog.info/catinternet/55.html
相关文章