Forum Discussion
One Drive for business stopped working on Windows 7
- cgigate1460Aug 12, 2021Brass Contributor
Yes, finally, the dead OneDrive for business on Windows 7 back to work
simple two steps: no need to run "easytool"
1. Install the Windows Update KB3140245
2. change registry
"[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp]
"DefaultSecureProtocols"=dword:00000aa0
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings]
"SecureProtocols"=dword:00000a80
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"SecureProtocols"=dword:00000a80
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.1\Client]
"DisabledByDefault"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client]
"DisabledByDefault"=dword:00000000"
you can copy and paste to a reg file, one click to inject your registry
Reboot, done
it also resolves my PowerShell connection issues on Windows 7.
Special credit to popolou to make it possible resolve the issue