Click here to Skip to main content
15,881,877 members

Comments by cariolihome (Top 61 by date)

cariolihome 8-Nov-15 4:20am View    
No, You haven't to call credential provider.
It's been called by system during showing logon screen.
cariolihome 7-Nov-15 13:29pm View    
No, You cant using PowerShell
You have to implement several interfaces and register credential provider
Its link to Microsoft sample: https://www.microsoft.com/en-us/download/details.aspx?id=4057
cariolihome 7-Nov-15 13:04pm View    
You have to implement own Credential Provider (https://msdn.microsoft.com/en-us/library/windows/desktop/bb648647(v=vs.85).aspx)
cariolihome 12-Dec-14 17:30pm View    
Try add :: (which means global context) to function calls:
::GetDC(::GetDesktopWindow())
Yes, You can:
http://msdn.microsoft.com/en-us/library/ms235282.aspx
cariolihome 4-Dec-14 16:30pm View    
Did You look at setupapi log files on both machines ?