I was wondering if you can use Mono static compilation on Windows. If so, what should I do?
Yes maybe
http://www.mono-project.com/AOT#Supported_Platforms
To statically compile your code, you use the `mkbundle 'tool.
The mkbundle tool requires cygwin to be installed (to build a static binary, it requires a collector, linker, and compiler).