Generate a Self Signed SSL Certificate with Powershell
Enter the following powershell command. This will place a certificate in the "Personal" store for theĀ Computer. Change the AddYears variable as needed.
New-SelfSignedCertificate āDnsName my.fqdn.com -NotAfter ...
Google Chrome All Pages Crash with Untitled
This is a broad problem with the Chrome release, as of 5/21/2021. The fix found on Reddit, due to OriginTrials 1.0.0.7 with our additions is ...
Get Bitlocker Encryption Status with manage-bde
Manage-bde is the command to manage everything Bitlocker related. To view your encryption status:
From an elevated command prompt (right click, run as administrator):
manage-bde -status
Here's the ...