Changeset 67957 in vbox for trunk/src/VBox/ValidationKit/testboxscript
- Timestamp:
- Jul 14, 2017 7:18:48 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testboxscript/win/readme.txt
r66820 r67957 108 108 for /L %i in (5000,1,5032) do netsh firewall add portopening UDP %i "NetPerf %i UDP" 109 109 110 20. Setup time server to "wei01-time.de.oracle.com" and update date/time.110 12. Setup time server to "wei01-time.de.oracle.com" and update date/time. 111 111 112 21. Activate windows. "https://linserv.de.oracle.com/vbox/wiki/MSDN Volume License Keys"112 13. Activate windows. "https://linserv.de.oracle.com/vbox/wiki/MSDN Volume License Keys" 113 113 114 22. Windows 2012 R2: If you experience mouse pointer problems connecting with rdesktop,114 14. Windows 2012 R2: If you experience mouse pointer problems connecting with rdesktop, 115 115 open the mouse pointer settings and disable mouse pointer shadow. 116 116 117 23. Enable RDP access by opening "System Properties" and selecting "Allow117 15. Enable RDP access by opening "System Properties" and selecting "Allow 118 118 remote connections to this computer" in the "Remote" tab. Ensure that 119 119 "Allow connections only from computers running Remote Desktop with Network … … 124 124 Change DWORD Hex '2' -> '1' 125 125 126 23b. While you're in "System Properties", in the "Hardware" tab, button126 15b. While you're in "System Properties", in the "Hardware" tab, button 127 127 "Driver Signing" tell it to ignore logo testing requirements. 128 129 W10: Doesn't exist any more. 128 130 129 131 The install (as user vbox): 130 132 131 24. Disable loading CONIME. Set "HKEY_CURRENT_USER\Console\LoadConIme" to 0.133 16. Disable loading CONIME. Set "HKEY_CURRENT_USER\Console\LoadConIme" to 0. 132 134 133 25. Unzip (/ copy) the content of the testboxscript-*.zip to C:\testboxscript.135 17. Unzip (/ copy) the content of the testboxscript-*.zip to C:\testboxscript. 134 136 135 26. Copy C:\testboxscript\testboxscript\win\autoexec-testbox.cmd to C:\.137 18. Copy C:\testboxscript\testboxscript\win\autoexec-testbox.cmd to C:\. 136 138 137 27. Create a shortcut to C:\autoexec-testbox.cmd and drag it into139 19. Create a shortcut to C:\autoexec-testbox.cmd and drag it into 138 140 "Start" -> "All Programs" -> "Startup". 139 141 140 142 W10: Find startup folder by hitting Win+R and entering "shell:startup". 141 143 142 2 8. If this is an Intel box and the CPU is capable of Nested Paging, edit C:\autoexec-testbox.cmd144 20. If this is an Intel box and the CPU is capable of Nested Paging, edit C:\autoexec-testbox.cmd 143 145 and append '--nested-paging' 144 146
Note:
See TracChangeset
for help on using the changeset viewer.