Monday, 17 January 2022

Shortcuts to open Google Apps

Type in Google chrome address bar

sheet.new  or sheets.new

slide.new

cal.new

doc.new

note.new- Keep

form.new

Google Cloud

ca.new

word.new

excel.new

ppt.new

post.new

meet.new - New Google Meet  

https://whats.new/shortcuts/#productivity



Friday, 17 December 2021

Google Chrome Shortcuts

 In address press

G then enter - opens gmail.com

q then enter opens quora.com

f then enter opens fb.com

a then enter opens amazon

Sunday, 15 August 2021

Keyboard Shortcuts

 Use / to goto search bar - Google.com , Youtube.com, Gmail, Google Keep



Saturday, 12 June 2021

Google Assistant Voice Commands

Turn on Bluetooth
Turn on wifi
Turn on Hotspot
Turn on flashlight



Turn off BlueTooth
Turn off Wifi

Open <App Name>
Open Mi Fit
Open Youtube

Set a timer for 5 mins./ timer for 5 minutes
Cancel 15 min timer


Call Mom /Dad

Custom commands

Open tracker


Battery Alert Using Batch Program

:repeat
Goto get-battery
Echo "%Ba%"
:Next
TIMEOUT /T 600  
if "%Ba%"  GEQ "80" Goto Alert
goto repeat
 
:Alert
echo Your battery has finished charging
mshta javascript:alert("Unplug charger");close();
TIMEOUT /T 500
goto repeat
 
:get-battery
for /f "tokens=2 delims==" %%E in ('wmic path Win32_Battery get EstimatedChargeRemaining /value') do (set "Ba=%%E")
Goto Next


Save the above code in a .bat file. Place this file in startup (shell:startup)