Pinned Loading
-
PoshBot.Spark.Backend
PoshBot.Spark.Backend PublicA very rough Cisco Spark backend for PoshBot
PowerShell 1
-
-
Repairs the MpsSvc service registry ...
Repairs the MpsSvc service registry key permissions... if they're missing 1$keyPath = "SYSTEM\CurrentControlSet\Services\MpsSvc\Parameters\AppCs"
2$permissionCheck = [Microsoft.Win32.RegistryKeyPermissionCheck]::ReadWriteSubTree
3$registryRights = [System.Security.AccessControl.RegistryRights]::ChangePermissions
4$key = [Microsoft.Win32.Registry]::LocalMachine.OpenSubKey($keyPath,$permissionCheck,$registryRights)
5$acl = $key.GetAccessControl()
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.