#Context menu with Powershell
for ($i = 1; $i -le 500; $i++) {
[System.Windows.Forms.SendKeys]::SendWait("^+{F10}")
Write-Host "Iteration: $i"
}
Online Home
#Context menu with Powershell
for ($i = 1; $i -le 500; $i++) {
[System.Windows.Forms.SendKeys]::SendWait("^+{F10}")
Write-Host "Iteration: $i"
}
1) Download Node JS in nodejs.org
2) Go to downloads
3) Download msi file
4) At last after finish installation, Click on close while install Additional Tools for Node.js
ref:- https://nodesource.com/blog/installing-nodejs-tutorial-windows
After installing, you can generate subtitles for videos in node js by below link
sample video link, below
ref:-https://storage.googleapis.com/aai-web-samples/aai-overview.mp4
Private Declare Function SetCursorPos Lib "user32" (ByVal x As Long, ByVal y As Long) As Long
Private Declare Sub mouse_event Lib "user32" (ByVal dwFlags As Long, ByVal dx As Long, ByVal dy As Long, ByVal cButtons As Long, ByVal dwExtraInfo As Long)
' Define the mouse events
Public Const MOUSEEVENTF_LEFTDOWN = &H2
Public Const MOUSEEVENTF_LEFTUP = &H4
Public Const MOUSEEVENTF_ABSOLUTE = &H8000
Public Const MOUSEEVENTF_MOVE = &H1
Sub SimulateLeftClick(ByVal x As Long, ByVal y As Long)
' Move the cursor to the specified coordinates (screen coordinates)
SetCursorPos x, y
' Perform the left click (Down and then Up)
mouse_event MOUSEEVENTF_LEFTDOWN, 0, 0, 0, 0
mouse_event MOUSEEVENTF_LEFTUP, 0, 0, 0, 0
End Sub
Sub TestClick()
' Clicks at screen coordinates X=50, Y=50
Call SimulateLeftClick(40, 200)
End Sub
Enter below text in Chrome URL
data:text/html, <title>Notepad</title><body contenteditable style="font-size:18px;line-height:1.6;font-family:sans-serif;">
>Open Windows Explorer
> Go to View
> Uncheck navigation Pane