Outlook 2016 compatibility tab

In Microsoft Office 2016 apps DPI scaling system renders all office products looking like blurry messes and you definitely need to disable DPI scaling via the compatibility tab – but the problem is there isn`t compatibility tab anymore in app properties. Instead of that, you have to use Troubleshoot compatibility wizard. Go through the wizard and select the option for ‘The program opens but doesn’t display correctly’. This will turn off the DPI zoom

Remove Sign In link from SharePoint 2013 welcome page

I recently made some customization for SharePoint 2013 website. One of the requirement was to remove default Sign In link from the top of the master page. There is no options in Site Settings for such a thing, and the only was is to use CSS code or to the something easier:

Find and delete the following peace of code:

<!--MS:<SharePoint:SPSecurityTrimmedControl runat="server" AuthenticationRestrictions="AnonymousUsersOnly">--><!--MS:<wssucw:Welcome runat="server" EnableViewState="false">--><!--ME:</wssucw:Welcome>--><!--ME:</SharePoint:SPSecurityTrimmedControl>-->