Jump to content

encryption log in screen does not recognize my new Windows password for SSO


Maxx2777

Recommended Posts

My laptop had Win 7 installed.  I upgraded to Win 10 v1803.  SSO was working.  I changed my Windows password via Ctl/Alt/Del menu, but Deslock still wants my old encryption password.  I have tried syncing & rebooting multiple times.  

Link to comment
Share on other sites

  • 1 month later...

DESlock SSO "Sync" breaks after every cumulative windows 10 update since Windows doesn't properly re-register the .dll

hxxp://support.deslock.com/KB396

You can write an Powershell scrip, or repair it manually: 

if
    (!(get-item -Path registry::hklm\SYSTEM\CurrentControlSet\Services\dlpwpflt\NetworkProvider -ea SilentlyContinue))
    {write-host -fore red "Not exists";Start-Process -FilePath "regsvr32.exe" -ArgumentList '/S "C:\Program Files\DESlock+\dlpwpflt.dll"'}
    
    
else
    {Write-Host -fore green "exists"}

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...