Articles by Mike
To enable TLS 1.1 and TLS 1.2 in Windows 7 and Windows 8.1, assuming all of the latest updates for your system are already installed. Open Notepad Copy the following into Notepad Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp] “DefaultSecureProtocols”=dword:00000a00 [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp] “DefaultSecureProtocols”=dword:00000a00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.1\Client] “DisabledByDefault”=dword:00000000 “Enabled”=dword:00000001 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client] “DisabledByDefault”=dword:00000000 “Enabled”=dword:00000001 Save the file as […]
If you are trying to add a printer to a computer where the user is not an Administrator of the computer you can open Command Prompt as a Administrator, provide a Administrator login credentials and then at the prompt type in rundll32 printui.dll,PrintUIEntry /il This will start the Add Printer wizard in Windows so you […]
There are a variety of commands in PowerShell that you can use to make changes for individuals and for your entire organization Below are the commands to issue in PowerShell to connect to your account, the user that signs in should be a Administrator for your Office 365 organization. This will focus on Exchange features […]
Microsoft on September 16, 2021 announced that Microsoft Office 2021 LTSC and Microsoft Office 2021 for Mac LTSC had been released to open licensing as a finished product. The official sale date for consumers to purchase Microsoft Office 2021 and Microsoft Office 2021 for Mac is on October 5, 2021. This is considered to be […]