Monday, November 23, 2015

How to Clean Up and Compress WinSxS Folder in Windows 8

Hello dear readers


I already posted an article about How to Clean up the WinSxS Directory and Free Up Disk Space on Windows Server 2008 R2.
Today, you'll find hereunder the extra bonus part 2 for those want to clean more and need to get extra free space!

Wish you a nice reading!

Tuesday, November 10, 2015

Sign in as Different User missing in SharePoint 2013

Today I want to share a very nice quick and easy way to the missing "Sign in as Different User in SharePoint 2013"

Yes, we could launch the navigator with a different account, that's possible, but this is just "turning around the problem" :)
Hereunder the whole article, and solution, tested, easily working!
Thanks to Nick Grattan's for sharing.
Hope you a nice reading!

It’s been noted that the “Sign in as a Different User” menu command is missing in SharePoint 2013 

This “Sign in as Different User” menu item is very useful when testing applications, but it can lead to problems especially when opening documents, say in Microsoft Word. So, it may be for these reasons that the option has been removed in SharePoint 2013.
You can add the menu item back in, but I would suggest only doing this on test or development SharePoint servers. To do this, repeat this edit on all servers in your SharePoint farm:
  • Locate the file \15\TEMPLATE\CONTROLTEMPLATES\Welcome.ascx and open in a text editor.
  • Add the following element before the existing element with the id of “ID_RequestAccess”:
1
2
3
4
5
6
7
 Text="<%$Resources:wss,personalactions_loginasdifferentuser%>"
 Description="<%$Resources:wss,personalactions_loginasdifferentuserdescription%>"
 MenuGroupId="100"
 Sequence="100"
 UseShortId="true"
 />
  • Save the file.
Now, the menu item shall be displayed: