File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 11# TinyUtils
22A collection of tiny Windows utilities.
33
4- ## Bitness
4+ ## Download
5+ To get the portable apps, [ click here] ( https://github.com/therezin/TinyUtils/releases/latest ) .
6+
7+ ## Contents
8+ ### Bitness
59Command line program that reads the PE and COFF headers of an assembly to find the machine type it was compiled for.
610
711#### Usage
812` Bitness [path to assembly] ` will output the machine type.
913
10- ## MouseSpeed
14+ ### MouseSpeed
1115Get and/or set Windows' mouse speed from the command line.
1216
1317#### Usage
1418` MouseSpeed ` - enter interactive mode. Tells you the current mouse speed and prompts for a new one.
1519
1620` MouseSpeed [speed] ` - set the mouse speed to ` [speed] ` directly.
1721
18- ## Measure
22+ ### Measure
1923Windows Forms application that lets you measure distances on screen.
2024
21- ## MachineKeyGenerator
25+ ### MachineKeyGenerator
2226Windows Forms application to generate cryptographically secure machine keys for ASP.Net web apps that require them, such as those hosted in web farms.
You can’t perform that action at this time.
0 commit comments