From 39d346a840b7619e92b5f66627b23d241995e062 Mon Sep 17 00:00:00 2001 From: Ryan Newington Date: Sat, 4 Feb 2023 11:26:37 +1100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6dceab9..aa510f4 100644 --- a/README.md +++ b/README.md @@ -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