User Tools

Site Tools


windows_quick_command

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
windows_quick_command [2010/11/30 22:16]
k2patel
windows_quick_command [2020/08/10 02:35] (current)
Line 55: Line 55:
  
 Above command add IP range **192.168.1.1** to **192.168.1.200** to Interface "​**Local Area Connection**"​\\ Above command add IP range **192.168.1.1** to **192.168.1.200** to Interface "​**Local Area Connection**"​\\
 +For loop setup \\
 +"first number is starting number"​\\
 +"​second number is stepping"​\\
 +"third number is ending number"​\\
 Make sure you modify your interface name according to need.\\ Make sure you modify your interface name according to need.\\
 As it must match existing one.\\ As it must match existing one.\\
  
 [[http://​www.howconfig.com/​windows/​batch-adding-multiple-ip-addresses-to-windows-server-with-netsh| Information used at]] [[http://​www.howconfig.com/​windows/​batch-adding-multiple-ip-addresses-to-windows-server-with-netsh| Information used at]]
 +
 +==== List all Scheduled Task ====
 +
 +In windows there is two command which can used to schedule task.
 +
 +<code bash>
 +schtasks
 +at
 +</​code>​
 +
 +Simply use help for above command to get more detail on how to use
 +
windows_quick_command.1291155401.txt.gz ยท Last modified: 2020/08/10 02:29 (external edit)