Windows 10 中有没有办法通过使用命令行(以编程方式)应用给定的 .theme 或 .themepack 文件?在 Windows 7 中,我可以使用类似以下内容:rundll32.exe %SystemRoot%\system32\shell32.dll,Control_RunDLL %SystemRoot%\system32\desk.cpl desk,@Themes /Action:OpenTheme /file:"C:\Windows\Resources\Themes\aero.theme"但在 Windows 10 中,这会打开另一个对话框。
另外,有没有办法在 Windows 10 中通过命令行更改桌面壁纸?