- Timestamp:
- Nov 15, 2016 10:16:11 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testboxscript/win/readme.txt
r64668 r64678 9 9 2. Install the win32 extension for python. 10 10 11 3. Append C:\Python27 to the system PATH .11 3. Append C:\Python27 to the system PATH (tail). 12 12 13 13 4. Disable UAC. … … 81 81 CustomDumpFlags [dword] = 0 82 82 83 mkdir C:\CrashDumps 84 83 85 See also http://msdn.microsoft.com/en-us/library/windows/desktop/bb787181%28v=vs.85%29.aspx 84 86 … … 88 90 HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Setup\ 89 91 LogLevel [dword] = 0xFF (255) 92 93 If it already exists (typical on W10), just OR 0xff into the existing value. 90 94 91 95 8. Install firefox or chrome, download the latest testboxscript*.zip from … … 127 131 and append '--nested-paging' 128 132 133 27. Enable RDP access by opening "System Properties" and selecting "Allow 134 remote connections to this computer" in the "Remote" tab. Ensure that 135 "Allow connections only from computers running Remote Desktop with Network 136 Level Authentication" is not checked or rdesktop can't access it. 137 138 129 139 That's currently it. 130 140
Note:
See TracChangeset
for help on using the changeset viewer.