Navigation
Work History Education Achivements Coding
Windows winks
** How to scare your friends **
open cmd and type:
@echo off setlocal enabledelayedexpansion set “enc=^0x4e6f682c20536169646b692048c36b6974756421” set “dec=” for %%a in (%%enc: = ) do set “dec=!dec!%%a” set /a dec=%dec% set “msg=” for /l %%i in (0,1,%dec%) do set “msg=!msg!%%~xi” msg * /sound beep !msg!
Change the Color of the Command Prompt Window
Launch CMD and Right-click on the title bar Click on “Properties” and in the separate window that opens, click on “Colors”` Here you can choose the colors for the screen text or background as well as for the popup text and background, and also change the transparency of the CMD window After you’re done choosing the most fitting colors for your personality, Click OK
List Every Driver Installed on Your Windows 10 PC
driverquery /FO list /v in CMD
Windows Recall
To see if it is on. Go in as Administrator into Powershell. change
Get-Mailbox -Identity
| Select-Object -ExpandProperty RecallEnabled
To Disable it
Set-Mailbox -Identity
-RecallEnabled $false
Recall check through CMD(admin)
dism /online /get-featureinfo /featurename:Recall