Open PowerShell terminal as Administrator from CLI

Type PowerShell and select run as Administrator from windows context menu. Open PowerShell terminal as Administrator (GUI) On keyboard, press Windows button ([win]) and [x]. The windows tool menu will pop up. [win] + x Open PowerShell terminal as admin from CMD (CLI)...

How to get Windows 10 activation KEY for my PC?

Perhaps you already tried to obtain Windows 10 key from CMD with a command you found on the Internet, but it did not work. I had the same problem. CMD simple did not work. I got blank output. So I tried to look for different solution. Below, I present a solution that...

How to protect PHP source Code?

When to keep your PHP code logic secret? Whenever you need to pass a script to a client, but you are afraid that it will get copied and reused elsewhere without your permission. How to protect your PHP code? You could implement code “blockers”. Provide a...