Index: /trunk/src/VBox/ValidationKit/testboxscript/win/readme.txt
===================================================================
--- /trunk/src/VBox/ValidationKit/testboxscript/win/readme.txt	(revision 64677)
+++ /trunk/src/VBox/ValidationKit/testboxscript/win/readme.txt	(revision 64678)
@@ -9,5 +9,5 @@
 2. Install the win32 extension for python.
 
-3. Append C:\Python27 to the system PATH.
+3. Append C:\Python27 to the system PATH (tail).
 
 4. Disable UAC.
@@ -81,4 +81,6 @@
         CustomDumpFlags [dword] = 0
 
+   mkdir C:\CrashDumps
+
    See also http://msdn.microsoft.com/en-us/library/windows/desktop/bb787181%28v=vs.85%29.aspx
 
@@ -88,4 +90,6 @@
    HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Setup\
         LogLevel        [dword] = 0xFF (255)
+
+   If it already exists (typical on W10), just OR 0xff into the existing value.
 
 8. Install firefox or chrome, download the latest testboxscript*.zip from
@@ -127,4 +131,10 @@
     and append '--nested-paging'
 
+27. Enable RDP access by opening "System Properties" and selecting "Allow
+    remote connections to this computer" in the "Remote" tab.  Ensure that
+    "Allow connections only from computers running Remote Desktop with Network
+    Level Authentication" is not checked or rdesktop can't access it.
+
+
 That's currently it.
 
