Powershell creates application group in metroUI

I need to create a folder in metroUI in a separate group. I can do it manually, like here , but I have to do it using powershell. Does anyone know how to do this?

+4
source share
1 answer

I think you need to use Export-StartLayout, change the XML and then use Import-StartLayout

http://technet.microsoft.com/en-us/library/dn283401(v=wps.630).aspx

0
source

Source: https://habr.com/ru/post/1502056/


All Articles