diff --git a/FAQ.mediawiki b/FAQ.mediawiki
index f713cb8..62116c2 100644
--- a/FAQ.mediawiki
+++ b/FAQ.mediawiki
@@ -54,6 +54,16 @@ Almost. We plan to be.
== error: ambiguous overload for `operator[]` in `Json::Value` ==
Sorry. [http://stackoverflow.com/questions/18901781/jsoncpp-ambiguous-overload-only-in-windows See discussion].
+== py amalgamate.py does not work on windows console ==
+How to Fix :
+The shebang (top line) is preventing windows from running the script correctly.
+Take out the shebang on windows and run the command with
+```
+py amalgamate.py COMMAND_LINE_ARGUMENTS
+```
+The script will work as expected.
+Thanks [https://github.com/TheMaverickProgrammer @TheMaverickProgrammer] in [https://github.com/open-source-parsers/jsoncpp/issues/1129 Issue#1129]
+
= Other platforms =
== How do I cross-compile for ARM? ==
Try ideas in issue #243: