infosystem.dk ● Mylius Erichsens Vej 11 ● 7000 Fredericia ● Danmark
+45 20 45 99 15
admin@infosystem.dk

IT Support

Delete old Network Profiles in Windows

Start regedit.exe Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles  

Force Outlook to sign in to Hosted Exchange instead of Microsoft 365

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

Enable Full Context Menus in Windows 11

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