How to unlock bitlocker when it no longer accepts recovery keys

To resolve the BitLocker recovery loop, you can follow these steps to suspend BitLocker from within the Windows Recovery Environment (WinRE): manage-bde -status c: manage-bde -unlock c: -rp Your 48-digit … Read More

Visual studio code cmd error: Cannot be loaded because running scripts is disabled on this system

This article will show you, via a series of examples, how to fix the Cannot Be Loaded Because Running Scripts Is Disabled On This System Visual Studio Code problem that … Read More

How to check the current/change MSSQL port

To assign a TCP/IP port number to the SQL Server Database Engine follow the steps below: STEP 1: Open the SQL Server Management Studio and login to your Database locally.

How to solve Error “Access denied for user ‘root’@’localhost’” of MySql

This solution does not need to drop any tables or no need to change any user permission. just two line of code and then you will able to login into … Read More

Exec format error: exec of .woff’ failed in Apache

For display fonts in website, browser must receive font files with correct http headers.If the server does not set the required fonts path in headers browser can report errors in … Read More