Outlook 2019 and Outlook 365 Prompts for login when using Exchange
June 21st, 2020HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\AutoDiscover
Create a DWORD named ExcludeExplicitO365Endpoint
Set value to 1
Restart Outlook
Policy Preventing Known Folder Move Prevents OneDrive Backups
May 16th, 2020HKCU > Software > Microsoft > Windows > CurrentVersion > Policies > Explorer
DisablePersonalDirChange = (0)
Use Remote Desktop Connection instead of Remote Web Workplace
October 5th, 2016For SBS 2008 and 2011 users, an easy and more direct way to connect to your office computer is to configure your Remote Desktop Connection on the computer you want to use to connect to your office computer so that it can find your office computer and connect you without having to use Remote Web Workplace.
Here's How:
Open up your RDP connection, click on the Advanced Tab, then click on the Connect from anywhere Settings Button.
Next, click on the Use these RD Gateway server settings and enter the IP address of your SBS server or fully qualified domain to connect to it. Example: remote.yourdomain.com
Click OK, then in the General Tab, enter the computer name of the computer you are trying to access that is inside your office. Example: mycomputer-pc
Next, enter your domain user name and password, save the connection settings and login!
This is much easier than using Internet Explorer in compatibility view settings, replacing dll's as Microsoft patches them with incompatible versions, etc.
Remote Web Workplace connections to workstations using RDP broken after Windows 10 Anniversary Update
September 27th, 2016Here is a workaround for the updates for Windows 10 Anniversary update that breaks Remote Web Workplace users connectivity to their workstations:
On the computer used to connect to the remote computer:
I got it working as a workaround by replacing the mstscax.dll (Version 10.0.14393.0) in %windir%\SysWOW64\ with the "backup file" in "Windows.old\WINDOWS\SysWOW64" version (10.0.10586.494)
I had to take ownership of the file and give Administrators Full control access to be able to replace the file.
Remove ^M from linux files
July 22nd, 2016install dos2unix
dos2unix filenameToModify