linux/doc/MS-Windows.md

1.0 KiB

Useful Utilities

  • Elevate
    This utility executes a command with UAC privilege elevation. This is useful for working inside command prompts or with batch files.

  • Busybox for Windows
    The Swiss Army Knife of Embedded Linux
    BusyBox combines tiny versions of many common UNIX utilities into a single small executable. It provides minimalist replacements for most of the utilities you usually find in GNU coreutils, util-linux, etc.

    Use this as a cmd.exe replacement: busybox ash -l

  • Netcat
    Arbitrary TCP and UDP connections and listens

  • dd
    Copying and imaging tool

  • Notepad2 / Notepad2 Mod
    Single binary, fast and light-weight Notepad-like text editor with syntax highlighting.

Config

See Windows config files.