Wednesday, November 2, 2011

Run program always as an Admin

It become necessary to run the Visual Studio most of the time in Admin mode specially when working on Azure project. Instead of every time selecting “Run as administrator”


we can update the shortcut itself. It will save time! Select the shortcut property and in Compatibility tab set privilege level




Thanks to Deepak for sharing this tips.

Hold on Ctrl + Shift while clicking on an Task bar shortcut to open the app in Admin mode.

Thanks to Karunakar for this tips.

Teams PowerShell

 The PowerShell helps to get quick meta data around Teams. Install-Module -Name MicrosoftTeams Connect-MicrosoftTeams Get-TeamAllChannel...