
Удаление встроенных приложений в Windows 10
Для того чтобы посмотреть полный список всех установленных встроенных приложений в PowerShell используется команда: Get-AppxPackage | Select Name, PackageFullName Для удаления конкретного приложения, можно использовать как короткое, так и полное…
Read more »
Access Control List в PowerShell
The Get-Acl cmdlet gets objects that represent the security descriptor of a file or resource. The security descriptor contains the access control lists (ACLs) of the resource. The ACL specifies…
Read more »