linux/doc/MS-Windows.md

28 lines
1.0 KiB
Markdown

Useful Utilities
================
* [Elevate](http://code.kliu.org/misc/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](http://frippery.org/busybox/)
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](http://joncraton.org/blog/46/netcat-for-windows/)
Arbitrary TCP and UDP connections and listens
* [dd](http://www.chrysocome.net/dd)
Copying and imaging tool
* [Notepad2](http://www.flos-freeware.ch/notepad2.html) / [Notepad2 Mod](https://github.com/XhmikosR/notepad2-mod/releases)
Single binary, fast and light-weight Notepad-like text editor with syntax highlighting.
Config
======
See [Windows config files](../conf/windows/).