Automations Scripts
Home
SAP
A
B
C
VB Script
A
B
C
Excel VBA
A
B
C
C#
A
B
C
Sql Server
A
B
C
About Me
Contact Us
Automations Scripts
Sunday, 17 February 2019
How to Change Sleep Mode of System
February 17, 2019
No comments
Set
wshShell=WScript.CreateObject(
"WScript.Shell"
)
Do
WScript.Sleep
60000
wshShell.SendKeys
"{NUMLOCK}"
wshShell.SendKeys
"{NUMLOCK}"
loop
Email This
BlogThis!
Share to X
Share to Facebook
Share to Pinterest
Older Post
Home
0 comments:
Post a Comment
Subscribe to:
Post Comments (Atom)
Popular
Tags
Blog Archives
Face Book Like
How to select SAP layout with name
session.findById( "wnd[0]/tbar[1]/btn[33]" ).press Set Layout = session.findById( "wnd[1]/usr/ssubD0500_SUBSCREEN:SAPLSLVC...
What is RPA-Life cycle and team structure
What is RPA-Life cycle and team structure a.) Analysis Life cycle in RPA begins with analysis phase. Business team and RPA strategi...
How to Unhide Sheet all tab from Excel
On Error Resume Next 'vMasterFilePath=WScript.Arguments(0) 'vLogPath=WScript.Arguments(1) vMasterFilePath= "C:\Use...
How to Change Sleep Mode of System
Set wshShell=WScript.CreateObject( "WScript.Shell" ) Do WScript.Sleep 60000 wshShell.SendKeys "{NUMLOCK}" ...
How to filter and delete rows in excel vba
How to filter and delete rows in excel vba Note -: Here we will discuss How to filter and delete rows in excel vba with log and error h...
Powered by
Blogger
.
About Me
Online Script
View my complete profile
Followers
Blog Archive
▼
2019
(3)
▼
February
(2)
How to Change Sleep Mode of System
How to Unhide Sheet all tab from Excel
►
January
(1)
►
2018
(2)
►
April
(2)
Followers
About Me
Online Script
View my complete profile
Blog Archive
▼
2019
(3)
▼
February
(2)
How to Change Sleep Mode of System
How to Unhide Sheet all tab from Excel
►
January
(1)
►
2018
(2)
►
April
(2)
Total Pageviews
Search This Blog
0 comments:
Post a Comment