Reply
Send mail via VB Script and Telnet
VB Script:
Option explicit
Dim oShell
set oShell= Wscript.CreateObject(“WScript.Shell”)
oShell.Run “telnet”
WScript.Sleep 1000
oShell.Sendkeys “open mail.server 25~”
WScript.Sleep 1000
oShell.Sendkeys “helo test~”
WScript.Sleep 500
oShell.Sendkeys “mail from:from@domain.com~”
WScript.Sleep 500
oShell.Sendkeys “rcpt to:to@domain.com~”
WScript.Sleep 500
oShell.Sendkeys “Data~”
WScript.Sleep 500
oShell.Sendkeys “Subject: Subject for the mail~”
oShell.Sendkeys “From: Sender~”
oShell.Sendkeys “TO: Reciver~”
oShell.Sendkeys “.~”
WScript.Sleep 5000
oShell.Sendkeys “quit~”
Wscript.Quit
Disable browser choice Windows 8
Sticky Notes Keyboard Shortcut
| Ctrl+B | Bold text |
| Ctrl+I | Italic text |
| Ctrl+T | Strikethrough |
| Ctrl+U | Underlined text |
| Ctrl+Shift+L | Bulleted (press once) or Numbered (press twice) list |
| Ctrl+Shift+> | Increased text size |
| Ctrl+Shift+< | Decreased text size |
| Ctrl+A | Select all |
| Ctrl+Shift+A | Toggles all caps |
| Ctrl+L | Left aligns text |
| Ctrl+R | Right aligns text |
| Ctrl+E | Centers text |
| Ctrl+Shift+L | Small Alpha list (3rd), Capital Alpha list (4th), small roman (5th), Capital roman (6th) |
| Ctrl+Scroll Wheel | Increase/Decrease text size |
| Ctrl+1 | Single-space lines |
| Ctrl+2 | Double-space lines |
| Ctrl+5 | Set 1.5-line spacing |
| Ctrl+= | Subscript |
| Ctrl+Shift++ | Superscript |
| Ctrl+Z | Undo |
| Ctrl+Y | Redo |
| Ctrl+X | Cut |
| Ctrl+C | Copy |
| Ctrl+V | Paste |
| Ctrl+N | New sticky note |
Kålhøgen
Get rid of Metro IE, Windows 8
Little standalone Webserver for Windows
Default port Oracle TNS
TCP 1521
Default port KMS
The default port for Windows KMS – TCP 1688
IP filter Wireshark
Filter all traffic from and to an IP
ip.addr == 10.43.54.65
Filter traffic from an IP
ip.src == 10.43.54.65
Filter traffic to an IP
ip.dst == 10.43.54.65

