FIX: Print screen key not working anymore for Greenshot

Print screen key no longer works for Greenshot Did you try the options on the official Greenshot site:My PrntScreen key no longer works with Greenshot…. why? (getgreenshot.org) And did none of these work for you? Hopefully this helps you then! After upgrading from Windows 10 to Windows 11, I was no longer able to use … Continue reading FIX: Print screen key not working anymore for Greenshot

FIX: The system cannot find the file specified Azure Web Service

Which file should the system find? What are we talking about? As I have often said, in a development, test (demo), (recently no longer acceptance), and production environment. Because we wanted to be able to deploy an environment with 1 push of a button, we now have the option to deploy our own development environment.This … Continue reading FIX: The system cannot find the file specified Azure Web Service

FIX: Cannot find built-in module that is compatible with the edition

Microsoft.PowerShell.Utility & Microsoft.PowerShell.Management Cannot find the built-in module that is compatible with the edition. Please make sure the PowerShell built-in modules are available. They usually come with the PowerShell package under the $PSHOME module path, and are required for PowerShell to function properly. If you made this error, you screwed up big time.But luckily, it’s … Continue reading FIX: Cannot find built-in module that is compatible with the edition

How to remove Gallery from File Explorer

The new Gallery icon in Windows 11 and how to remove it The Gallery is a new feature in Windows 11 where you can easily manage your photos and galleries. This is basically a shortcut to the Photos app.By default, the photos are shown in your Pictures folder. I saw that on Microsoft Tech forums … Continue reading How to remove Gallery from File Explorer

FIX: Importing Azure SQL database OK button does nothing

Import Azure SQL Database does nothing and does not show any error We work in the form of development, test, accept, and production, where the dev is on your local device or in a development tenant. We can roll out a new environment whenever we want and as a result, I am often busy exporting … Continue reading FIX: Importing Azure SQL database OK button does nothing

How to create a maintenance mode in Azure Automation

An emergency button to ensure that your runbooks stop running without disconnecting the schedule in Azure Automation Disclaimer: This post can be seen as satire. There are probably better ways, but because we were so limited with the customer at the time, we opted for a hobby approach: ‘Maintenance mode the creative way‘. What if… … Continue reading How to create a maintenance mode in Azure Automation

FIX: Conflict with Cloud Update in office application

This product can’t be installed on the selected channel due to the conflict with Cloud Update Are you trying to install an Office 365 application, or all applications, and do you get the error message below? FIX: Conflict with Cloud Update This product can’t be installed on the selected channel due to the conflict with … Continue reading FIX: Conflict with Cloud Update in office application

How to open links in Microsoft Teams in a different browser

How to open URLs in Teams in other browsers or Microsoft Edge Microsoft Teams can open websites in either the default browser or Microsoft Edge. Most likely the reason for only these two options is because Microsoft owns Microsoft Edge. I think Microsoft Edge is also installed on new devices these days (mine is so … Continue reading How to open links in Microsoft Teams in a different browser

FIX: Get-AzContext missing ‘subscription’ Az.Accounts PowerShell

Get-AzContext missing a ‘subscription’ while using Set-AzContext We use the command below as standard in our scripts, but I have also discovered that this is not entirely useful. But for more about that you should go to another section on this blog (see the Table of Contents). You probably found this blog cause of an … Continue reading FIX: Get-AzContext missing ‘subscription’ Az.Accounts PowerShell

How to import PowerShell 7 runbooks in Azure Automation

Import a PowerShell 7.XX runbook in Azure Automation via PowerShell You cannot currently choose PowerShell 7.XX runtime via the standard cmdlet New-AzAutomationRunbook in the Az.Automation module. This limits you to using the Azure portal. You can upload runbooks via a workaround with runtime 7.XX. This only applies to powershell script files located in an Azure … Continue reading How to import PowerShell 7 runbooks in Azure Automation