7

I have noticed that when I add credentials for a shared drive as Generic Credentials instead of Windows Credentials to the Windows Credentials Manager they don't work, but when they are added as the latter they do work.

Why is this? What are their differences?

Keep in mind the credentials I'm adding are like in this example:

Address: \\192.168.0.1

User: user

Password: password

1 Answers1

2

According to the link: Kinds of Windows 10 Credentials, the Generic Credentials are used by the applications for authentication and security, directly, without delegating Windows Operating System to do that.

The Windows Operating System level credentials or the Domain Credentials are used by the OS and then authenticated by the Local Security Authority.

The Certificate Credentials are credentials that Azure Active Directory allow applications to authenticate within applications using their own certificates.

See: Active Directory Certificate Credentials and How to add a certificate to the Windows Credential Manager?

There are also other credentials, that are used by devices so that they do not have to authenticate again and again.

Have a great day ahead!