Import-StartLayout不会更改任何内容
我正在尝试使用Export / Import-StartLayout命令在Windows 10上创建布局模板。 这就是我所做的。 打开一个管理PowerShell窗口。 运行Export-StartLayout -Path layout.xml。 从我的开始菜单中取消固定一些图块 跑 Import-StartLayout -LayoutPath layout.xml -MountPath C:\ 现在,当我查看开始菜单时,删除的磁贴还没有回来。导入命令不会给我任何错误。 我使用的命令是否错误?在此之前/之后,我还有其他需要做的事情吗? 这是layout.xml的内容 <LayoutModificationTemplate Version="1" xmlns="http://schemas.microsoft.com/Start/2014/LayoutModification"> <DefaultLayoutOverride> <StartLayoutCollection> <defaultlayout:StartLayout GroupCellWidth="6" xmlns:defaultlayout="http://schemas.microsoft.com/Start/2014/FullDefaultLayout"> <start:Group Name="" xmlns:start="http://schemas.microsoft.com/Start/2014/StartLayout"> <start:DesktopApplicationTile Size="2x2" Column="4" Row="0" DesktopApplicationID="C:\Users\Jozsef\AppData\Roaming\Spotify\Spotify.exe" /> <start:DesktopApplicationTile Size="2x2" Column="0" Row="2" DesktopApplicationID="{6D809377-6AF0-444B-8957-A3773F02200E}\NetBeans 8.0.2\bin\netbeans64.exe" /> <start:DesktopApplicationTile Size="2x2" Column="2" Row="0" DesktopApplicationID="{6D809377-6AF0-444B-8957-A3773F02200E}\HeidiSQL\heidisql.exe" /> <start:DesktopApplicationTile …