3.6 64-bits Win7的动态桌面
http://scz.617.cn/windows/201203141114.txt
Q:
在32-bits Win7的桌面上右键,个性化->桌面背景->图片位置,这个下拉列表里有三 项:
Windows桌面背景 纯色 Windows
但在64-bits Win7上,下拉列表里只有两项:
Windows桌面背景 纯色
选择浏览,但所选目录并不会自动增加到这个下拉列表里。原始需求是将几张JPG图 片设为桌面背景,以幻灯片形式播放。
A:
下拉列表里的"Windows桌面背景"对应如下注册表项:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Wallpapers\knownfolders\0\Windows Wallpapers\MergeFolders] "%SystemRoot%\web\wallpaper"=hex(2):00,00 "%SystemRoot%\web\wallpaper\Architecture"=hex(2):00,00 "%SystemRoot%\web\wallpaper\Characters"=hex(2):00,00 "%SystemRoot%\web\wallpaper\Landscapes"=hex(2):00,00 "%SystemRoot%\web\wallpaper\Nature"=hex(2):00,00 "%SystemRoot%\web\wallpaper\Scenes"=hex(2):00,00 "%SystemRoot%\web\wallpaper\Windows"=hex(2):00,00
可以将自己的JPG图片放在"%SystemRoot%\web\wallpaper\Windows"里。其余操作同 32-bits Win7。