windows_quick_command
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| windows_quick_command [2010/10/02 00:07] – k2patel | windows_quick_command [2020/08/10 02:35] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 39: | Line 39: | ||
| ALT+DELETE: Display the Windows menu | ALT+DELETE: Display the Windows menu | ||
| - | CTRL+ALT+Minus sign (-): Place a snapshot of the entire client window area on the Terminal server clipboard and provide the same functionality as pressing ALT+PRINT SCREEN on a local computer (ALT+PRT SC) | + | CTRL+ALT+Minus sign (-): Place a snapshot of the entire client window area on the Terminal server |
| + | clipboard and provide the same functionality as pressing ALT+PRINT SCREEN on a local computer (ALT+PRT SC) | ||
| - | CTRL+ALT+Plus sign (+): Place a snapshot of the active window in the client on the Terminal server clipboard and provide the same functionality as pressing PRINT SCREEN on a local computer (PRT SC) | + | CTRL+ALT+Plus sign (+): Place a snapshot of the active window in the client on the Terminal server |
| + | | ||
| </ | </ | ||
| + | |||
| ==== Batch IP Alias Add using netsh ==== | ==== Batch IP Alias Add using netsh ==== | ||
| Line 48: | Line 51: | ||
| <code cmd> | <code cmd> | ||
| - | FOR /L %I IN (1,1,200) DO netsh interface ip add address "Local Area Connection" | + | FOR /L %I IN (1,1,200) DO netsh interface ip add address "Local Area Connection" |
| </ | </ | ||
| Above command add IP range **192.168.1.1** to **192.168.1.200** to Interface " | Above command add IP range **192.168.1.1** to **192.168.1.200** to Interface " | ||
| + | For loop setup \\ | ||
| + | "first number is starting number" | ||
| + | " | ||
| + | "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:// | [[http:// | ||
| + | |||
| + | ==== List all Scheduled Task ==== | ||
| + | |||
| + | In windows there is two command which can used to schedule task. | ||
| + | |||
| + | <code bash> | ||
| + | schtasks | ||
| + | at | ||
| + | </ | ||
| + | |||
| + | Simply use help for above command to get more detail on how to use | ||
windows_quick_command.1285978035.txt.gz · Last modified: 2020/08/10 02:29 (external edit)
