How to take a screenshot on Windows 10

1. Press PrtScn. This copies the entire screen to your clipboard. 

2. Press Alt + PrtScn. This copies the active window to your clipboard.

3. Press the Windows key + Shift + S. The screen will dim and the mouse pointer will change. You can drag to select a portion of the screen to capture. The screenshot will be copied to your clipboard.

4. Press the Windows key + PrtScn. This saves the entire screen as an image file.

Batch Command to Change DNS

Save the code below and paste in Notepad and save to .bat
  
@ECHO OFF 
TITLE Batch Command to Change DNS

:retry
ECHO Welcome girl! 
SET /P no= So do what you want! press 1 for Google DNS, 2 for Cloudflare DNS, 3 for Automatic Dynamic DNS :

IF "%no%"=="1" GOTO Google DNS
IF "%no%"=="2" GOTO Cloudflare DNS
IF "%no%"=="3" GOTO Automatic Dynamic DNS
exit /b 0


:Google DNS
netsh interface ip set dns "WiFi" dhcp
netsh interface ip add dns name="WiFi" addr=8.8.8.8
netsh interface ip add dns name="WiFi" addr=8.8.4.4 index=2
pause
exit /b 0

:Cloudflare DNS
netsh interface ip set dns "WiFi" dhcp
netsh interface ip add dns name="WiFi" addr=1.1.1.1
netsh interface ip add dns name="WiFi" addr=1.0.0.1 index=2
pause
exit /b 0

:Automatic Dynamic DNS
rem netsh interface ip set address "WiFi" dhcp
netsh interface ip set dns "WiFi" dhcp
pause
  

Not look a day over

 : to appear to be no older that (a certain age)

Example.

John : Hi! Jane, How old are you?

Jane : 35 why?

John : Really? You do not look a day over 25.   

Bachelor Party VS Bachelorette Party ?

 What is the difference between a "Bachelor Party" and "Bachelorette Party"?

Bachelor Party : is for the groom to celebrate his last days of freedom with his friends.

Bachelorette Party : is for the bride to celebrate with her closest friends for her last days of being a single woman.

Dream away

Meaning : to waste time for something or a period of time having fantasies.

We can use a "noun" or "pronoun" between "dream" and "away"

Example

- I just want to sit here in the mountain and dream the day away.

- Do not dream away your future.

How to stop Microsoft OneNote from showing in the system tray ?

1. Open OneNote

2. Go to File 

3. Then, Options. 

4. Now under Display tab, uncheck the "Place OneNote icon in the notification area of the taskbar".

Windows batch script

The following command cause Windows Media Player to open and play the audio file test.mp3.

start wmplayer "c:\mp3\test.mp3"

English Verb Tenses

 


Past

Present

Future

Simple

V2

V1 (s,es)

Will, shall + V1

Continuous

Was, were + Ving

Is, am, are + Ving

Will, shall + be + Ving

Perfect

Had + V3

Has, have + V3

Will, shall + have + V3

Perfect Progressive

Had been +Ving

Has, have + Ving

Will have been +Ving