我正在尝试以编程方式更改(使用 AHK)Windows 10 设置中显示的壁纸文件夹位置(相册)。Personalization > Background
我读到这里位于slideshow.ini
的文件%APPDATA%\Microsoft\Windows\Themes
包含该位置的信息,但它“在 PCIDLIST_ABSOLUTE 结构中被 uuencoded”。我尝试使用在线 uudecoding 工具,但它们无法解码。我该怎么做?
我正在尝试以编程方式更改(使用 AHK)Windows 10 设置中显示的壁纸文件夹位置(相册)。Personalization > Background
我读到这里位于slideshow.ini
的文件%APPDATA%\Microsoft\Windows\Themes
包含该位置的信息,但它“在 PCIDLIST_ABSOLUTE 结构中被 uuencoded”。我尝试使用在线 uudecoding 工具,但它们无法解码。我该怎么做?