Update README.md

This commit is contained in:
Ryan Newington
2023-02-04 11:26:37 +11:00
committed by GitHub
parent bbe270d49c
commit 39d346a840
+2 -2
View File
@@ -192,14 +192,14 @@ public class MyTile : CredentialTile2
## Installing the credential provider
You can use our PowerShell module to automatically register your credential provider.
```ps
```powershell
Install-Module Lithnet.CredentialProvider.Management
Register-CredentialProvider -File C:\path-to-your-provider.dll
```
You can disable, enable, and uninstall the provider with the following commands
```ps
```powershell
Disable-CredentialProvider -File C:\path-to-your-provider.dll
Enable-CredentialProvider -File C:\path-to-your-provider.dll
Unregister-CredentialProvider -File C:\path-to-your-provider.dll