GrouchyAdmin Posted October 4, 2021 Share Posted October 4, 2021 I read through the docs and can see how to install it, but how can I uninstall it. Is it just as simple as PasswordStateCredentialProvider.exe /u ? Also, are there any plans to make the installer an MSI, it would massively ease SCCM deployments. Link to comment Share on other sites More sharing options...
support Posted October 4, 2021 Share Posted October 4, 2021 Hello GrouchyAdmin, We need to do some work again soon on the credential provider, to support Edge instead of IE, so we will explore the MSI option at that time. To uninstall the WCP, this could be put into a batch file, and computer needs reboot as part of the uninstall process. This is tested and working but please note the path changes for each version of the credential provider we have installed. To find the uninstall string, look in the registry under HKLM\Software\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall for the Passwordstate Credential Provider key This must be running "As Administrator" to work correctly. Batch file to execute "C:\ProgramData\{66E41BAF-6B77-467E-9AB4-F9B2F5ED50FD}\PasswordstateCredentialProvider.exe" REMOVE=TRUE MODIFY=FALSE /s del /f c:\windows\system32\Passwordstatecp_config.ini We hope this helps. Link to comment Share on other sites More sharing options...
GrouchyAdmin Posted October 5, 2021 Author Share Posted October 5, 2021 Thanks, so if I wanted to just modify it, could I run it from SCCM again as I do now to install it and do something like PasswordStateCredentialProvider.exe REMOVE=FALSE MODIFY=TRUE /S Text="Update my account" URL="https://aka.ms/sspr" I've tested the command and it works as I want it to, so I think this should be an alternative to an uninstall. I've also figured out that if you run the exe on its own with no options, it uninstalls itself, which is a bit weird. Link to comment Share on other sites More sharing options...
GrouchyAdmin Posted October 5, 2021 Author Share Posted October 5, 2021 Thanks, I've found a way to edit it using SCCM that works, so the uninstall, which was a fallback option, isn't needed now. Thanks for pointing me in the right direction. Link to comment Share on other sites More sharing options...
support Posted October 5, 2021 Share Posted October 5, 2021 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now