Flush DNS Cache for PowerShell and WSL

When using Windows 10+ in combination with WLS(2) (Window Subsystem for Linux), you probably will stumble over some DNS resolution issues. For example: when you’ve changed the A-record for an IP and  you try to ping or dig the targeted domain. If you still get old IPs there, it could be caused by cached DNS […]

Create Symlinks in Windows 10

This short tutorial shows how to create Symlinks in Windows 10 using the standard command prompt (cmd) or the Microsoft PowerShell as well.

Windows – Reboot

Reboot On command line (PowerShell): shutdown -t 0 -r -f Shortcut: Ctrl + Alt + End or: Ctrl + Alt + ESC Then you can use the shutdown menu.