Was able to remove it manually using powershell with admin rights:
Get-WmiObject -query "Select * From __Namespace Where Name='subscription'" -Namespace "root" | Remove-WmiObject
Get-WmiObject -query "Select * From __Namespace Where Name='subscription'" -Namespace "root" | Remove-WmiObject
Комментариев нет:
Отправить комментарий