Delete old Network Profiles in Windows
Start regedit.exe Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles
Start regedit.exe Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles
Start Windows Powershell Execute one of the following blocks Office 2007 New-ItemProperty -Path HKCU:\Software\Microsoft\Office\12.0\Outlook\AutoDiscover -Name ExcludeScpLookup -Value 1 -PropertyType DWORD -Force New-ItemProperty -Path HKCU:\Software\Microsoft\Office\12.0\Outlook\AutoDiscover -Name ExcludeHttpsRootDomain -Value 1 -PropertyType DWORD -Force New-ItemProperty -Path HKCU:\Software\Microsoft\Office\12.0\Outlook\AutoDiscover -Name ExcludeSrvRecord -Value 1 -PropertyType DWORD -Force New-ItemProperty -Path HKCU:\Software\Microsoft\Office\12.0\Outlook\AutoDiscover -Name EnableOffice365ConfigService -Value 1 -PropertyType DWORD -Force New-ItemProperty -Path HKCU:\Software\Microsoft\Office\12.0\Outlook\AutoDiscover -Name…
Læs mere
Start cmd.exe Execute the following command reg.exe add “HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32” /f /ve Restart Windows 11