Ветеран
Сообщения: 1758 Благодарности: 966
Профиль | Цитировать
$xmlfile = gi ".\strings.xml" $xml = new-object xml $xml.load($xmlfile.fullname) $xml.resources.string | ? { $_.name -match "lockscreen_unlock_guide_text" } | % { $_."#text" = '' } $xml.save($xmlfile.fullname)
Отправлено: 20:35, 03-01-2012 | #3