对于 Windows 7 RTM,使用 RSS 作为源的桌面幻灯片在哪里?

对于 Windows 7 RTM,使用 RSS 作为源的桌面幻灯片在哪里?

我听说你可以根据照片的目录或位置来更改桌面背景。很酷。

这个帖子说位置可以是 RSS 提要 -> 太棒了!

示例 RSS feed 可以是美国宇航局今日图片

那么...在 Windows 7 RTM 中我该怎么做?我找不到这个选项,在哪?

答案1

以下是快速操作指南,这是将 NASA 每日图像作为背景的快速简便方法。有关更多资源,请查看我开始做某事制作我们如果您无法使其工作,可以获得一些有用的故障排除提示。

替代文本

  1. 将此文本复制到记事本中:

    [Theme] 
    DisplayName=NASA 
    
    [Slideshow] 
    Interval=1800000 
    Shuffle=1 
    RssFeed=http://www.nasa.gov/rss/lg_image_of_the_day.rss
    
    [Control Panel\Desktop] 
    TileWallpaper=0 
    WallpaperStyle=0 
    Pattern=
    
    [Control Panel\Cursors] 
    AppStarting=%SystemRoot%\cursors\aero_working.ani 
    Arrow=%SystemRoot%\cursors\aero_arrow.cur 
    Crosshair= 
    Hand=%SystemRoot%\cursors\aero_link.cur 
    Help=%SystemRoot%\cursors\aero_helpsel.cur 
    IBeam= 
    No=%SystemRoot%\cursors\aero_unavail.cur 
    NWPen=%SystemRoot%\cursors\aero_pen.cur 
    SizeAll=%SystemRoot%\cursors\aero_move.cur 
    SizeNESW=%SystemRoot%\cursors\aero_nesw.cur 
    SizeNS=%SystemRoot%\cursors\aero_ns.cur 
    SizeNWSE=%SystemRoot%\cursors\aero_nwse.cur 
    SizeWE=%SystemRoot%\cursors\aero_ew.cur 
    UpArrow=%SystemRoot%\cursors\aero_up.cur 
    Wait=%SystemRoot%\cursors\aero_busy.ani 
    DefaultValue=Windows Aero 
    Link=
    
    [VisualStyles] 
    Path=%SystemRoot%\resources\themes\Aero\Aero.msstyles 
    ColorStyle=NormalColor 
    Size=NormalSize 
    ColorizationColor=0X6B74B8FC 
    Transparency=1
    
    [MasterThemeSelector] 
    MTSM=DABJDKT
    
  2. 将文件保存为“NASA.theme”

  3. 激活主题。双击 NASA.theme 文件以启动它。在“订阅 RSS 源?”提示中,单击“下载附件”。

完成上述三个步骤后,您现在将看到 NASA 主题出现在屏幕上。它还将存储在您的个性化选项的“我的主题”部分中。

编辑:我将其更改为 NASA,但我不确定 RSS 提要是否像这样工作,或者您可以加载 feedburner 链接。

答案2

这有效。我以“Bing.theme”示例为基础,并根据 Ivo 的回答更改了 RssFeed url。

[[Theme]
DisplayName=Bing

[Slideshow]
Interval=1800000
Shuffle=1
RssFeed=http://www.nasa.gov/rss/lg_image_of_the_day.rss

[Control Panel\Desktop]
TileWallpaper=0
WallpaperStyle=0
Pattern=

[Control Panel\Cursors]
AppStarting=%SystemRoot%\cursors\aero_working.ani
Arrow=%SystemRoot%\cursors\aero_arrow.cur
Crosshair=
Hand=%SystemRoot%\cursors\aero_link.cur
Help=%SystemRoot%\cursors\aero_helpsel.cur
IBeam=
No=%SystemRoot%\cursors\aero_unavail.cur
NWPen=%SystemRoot%\cursors\aero_pen.cur
SizeAll=%SystemRoot%\cursors\aero_move.cur
SizeNESW=%SystemRoot%\cursors\aero_nesw.cur
SizeNS=%SystemRoot%\cursors\aero_ns.cur
SizeNWSE=%SystemRoot%\cursors\aero_nwse.cur
SizeWE=%SystemRoot%\cursors\aero_ew.cur
UpArrow=%SystemRoot%\cursors\aero_up.cur
Wait=%SystemRoot%\cursors\aero_busy.ani
DefaultValue=Windows Aero
Link=

[VisualStyles]
Path=%SystemRoot%\resources\themes\Aero\Aero.msstyles
ColorStyle=NormalColor
Size=NormalSize
ColorizationColor=0X6B74B8FC
Transparency=1

[MasterThemeSelector]
MTSM=DABJDKT

相关内容