I recently updated to Windows 10 and I'm quite fine with it.
Except for apps like Mail or Calendar. Upon starting them, they ask me which accounts should be used.
So I'd like to add my Google account, as this is my main calendar.
I press "Add", where it lists several possible services. Upon clicking on "Google", it instantly throws me an error, without prompting me for credentials:
"Just put some happy fluffy clouds here..." - Windows 10 Mail app Designers
This should be the translated error message:
Something went wrong
We're sorry, but we weren't able to do that.
Error code 0x8007042b.
The results of research on the interwebs often recommend to first create a 2-hand-shake-password if turned on in Google. Well, that won't suffice, as I don't have any option to make anything. I just click on "Add Google Account" and the error instantly appears.
How can I get Google services working on Windows 10?
This worked for me:
Then:
I needed to do two things here.
https://myaccount.google.com/security
Then go into "App Passwords" (under "Password and sign in method") and follow the prompts to create a password. You choose "Mail" on my "Windows Computer" from the dropdowns.
Leave that password on the screen, I needed it for the next step.
I couldn't connect to my Google account directly. I got the same error as you. None of the fixes I found on the web worked. So I created a new IMAP account. Go to
Settings (Cog icon) -> Accounts -> Add Account -> Advanced Setup -> Internet Email
Now fill in the details. These are the values I used:
I have used the settings which work for people with a google apps account. If you have problems connecting to the gmail IMAP server, perhaps you need different settings. Google walks you through the settings here:
https://support.google.com/mail/troubleshooter/1668960?hl=en&ref_topic=3397500
Good luck!
These steps worked for me whereas all others did not.
I've rechecked this thread and missed how people have generated a password and entered it not how I have done where I was only presented with 3 options.
So, I've done the same but except for the calendar app. Mail worked fine using this method so I thought this might, but no.
So I ran this command in PowerShell
Get-Service -Name "*Credential*" | Format-List -Property Name, DependentServices
This gave me a list of services and any dependent services which came back with
CredentialEnrollmentManagerUserSvc_1c445e
No sign of the other. Which makes me wonder if this is an account problem. My OS is tied to my MS online account.
Then I tried:
Stop-Service -Name "Credential*" -Force -Confirm
in PowerShellServices
.
Right-click on Services
and select Run as Administrator
.Credential Manager Service
and Stop it.Set-Service -Name CredentialEnrollmentManagerUserSvc_1c445e -StartupType Automatic
in PowerShell but I didn't have the access to this, even though I'm the only admin.Not sure what else to try but this info might serve others well.
See screenshot of the services window and PowerShell output for others to check if your results are similar.
User contributions licensed under CC BY-SA 3.0