Windows Tab

Windows+Tab is a similar keyboard shortcut to Alt+Tab. It opens the Task View interface, which offers a thumbnail view of your open windows and even multiple desktops you can arrange them on. It also includes the Windows Timeline, but you can disable it if you prefer. Sources: https://www.howtogeek.com/429223/master-windows-10s-alttab-switcher-with-these-tricks/

Windows + G

Windows 10 includes a “Game bar” that users can bring up with a simple shortcut, Windows key + G, for quick access to gaming features. Sources: https://www.polygon.com/2015/7/31/9081715/windows-10-game-bar-how-to-record-screen-video

Installing .NET 5 for IIS

https://dotnet.microsoft.com/download https://dotnet.microsoft.com/download/dotnet/current/runtime Error: HTTP Error 500.30 – ASP.NET Core app failed to start

Install IIS

Go to Program and Features part of Control Panel, on the left hand side click on the “Turn Windows features on or off” link. Now click on the Internet Information Services check box. If you’re a developer you are going to want to expand it and explore the sub-components as well. By default it installs... » read more

Enable Windows Task Scheduler History

Set Task Scheduler History Using Windows GUI Open an elevated Task Scheduler (right-click on the Task Scheduler icon and choose Run as administrator) In the Actions pane (right pane, not the actions tab), click Enable All Tasks History Sources: https://medium.com/techygeekshome/enable-windows-task-scheduler-history-996a601a178c

Allow Inbound Port for Azure VM

From portal.azure.com … Go to “Networking” section of VM. Add Inbound port rule … Port: xxxxx Protocol: Any Note: There maybe firewall port that needs to be open as well. For this, go to “Windows Defender Firewall with Advanced Security” to add new inbound rule for port xxxxx.

Uninstall Visual Studio

You can also find the Visual Studio Installer in the following location: C:\Program Files (x86)\Microsoft Visual Studio\Installer\vs_installer.exe Sources: https://docs.microsoft.com/en-us/visualstudio/install/uninstall-visual-studio?view=vs-2019

Add a User to Local Administrator Group

Add user to local administrator group via computer management Step 1: Press Win +X to open Computer Management Step 2: In the console tree, click Groups.Computer Management\System Tools\Local Users and Groups\Groups Step 3: Right-click the group to which you want to add a member, click Add to Group, and then click Add. Step 4: In the Select Users (Computers, or Groups) dialog box, do the following: To add a... » read more