VirtualBox

source: vbox/trunk/src/VBox/ValidationKit/testboxscript/win/readme.txt@ 64529

最後變更 在這個檔案從64529是 59549,由 vboxsync 提交於 9 年 前

Validation Kit: Documentation.

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 4.6 KB
 
1$Id: readme.txt 59549 2016-02-01 15:57:21Z vboxsync $
2
3
4Preparations:
5
61. Install Python 2.7.x from python.org to C:\Python27. Matching bit count as
7 the host windows version.
8
92. Install the win32 extension for python.
10
113. Append C:\Python27 to the system PATH.
12
134. Disable UAC.
14
15 Windows 8 / 8.1 / Server 2012: Set the following key to zero:
16 "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system\EnableLUA"
17
185. Disable Automatic updates. (No rebooting during tests, thank you!)
19
206. Go to the group policy editor (gpedit.msc) and change "Computer Configuration"
21 -> "Windows Settings" -> "Security Settings" -> "Local Policies"
22 -> "Security Options" -> "Network security: LAN Manager authentication level"
23 to "Send LM & NTLM- use NTLMv2 session security if negotiated". This fixed
24 passing the password as an argument to "NET USE" (don't ask why!).
25
266b. While in the group policy editor, make sure that "Computer Configuration"
27 -> "Windows Settings" -> "Security Settings" -> "Local Policies"
28 -> "Account Policy" -> "Password must meet complexity requirements" is
29 disabled so the vbox account can be created later one.
30
317. Need to disable the error popups blocking testing.
32
33 Set "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Windows\ErrorMode"
34 to 2. This immediately disables hard error popups (missing DLLs and such).
35
36 Then there are the sending info to microsoft, debug, dump, look for solution
37 questions we don't want. Not entirely sure what's required here yet, but
38 the following stuff might hopefully help (update after testing):
39
40 On Windows XP:
41
42 Go "Control Panel" -> "System Properties" -> "Advanced"
43 -> "Error Reporting" and check "Disable error reporting"
44 and uncheck "But notify me when critical erorr occurs".
45
46 On Windows Vista and later:
47
48 In gpedit change the following settings under "Computer Configuration"
49 -> "Administrative Templates" -> "Windows Components"
50 -> "Windows Error Reporting":
51 1) Enable "Prevent display of the user interface for critical errors".
52 ... -> "Advanced Error Reporting Settings":
53 1) Enable "Configure Report Archive" and set it to "Store All" for
54 up to 500 (or less) reports.
55 2) Disable "Configure Report Queue".
56
57 Run 'serverWerOptin /disable'.
58
59 Then set "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\DontShowUI"
60 to 1. (Could do all the above from regedit if we wanted...)
61
627b. Configure application crash dumps on Vista SP1 and later:
63
64 Set the following values under the key
65 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps:
66 DumpFolder [string] = C:\CrashDumps
67 DumpCount [dword] = 10
68 DumpType [dword] = 1 (minidump)
69 CustomDumpFlags [dword] = 0
70
71 See also http://msdn.microsoft.com/en-us/library/windows/desktop/bb787181%28v=vs.85%29.aspx
72
737c. Enable verbose driver installation logging (C:\Windows\setupapi.dev.log):
74
75 Create the following value under the key
76 HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Setup\
77 LogLevel [dword] = 0xFF (255)
78
798. Install firefox or chrome, download the latest testboxscript*.zip from
80 the build box.
81
829. Create a user named "vbox" with password "password". Must be an
83 Administrator user!
84
8510. Configure user "vbox" to log in automatically via "control userpasswords2".
86
8711. Open up the port ranges 6000-6100 (VRDP) for TCP traffic and 5000-5032
88 (NetPerf) for both TCP and UDP traffic in the Windows Firewall.
89 From the command line (recommended in vista):
90 for /L %i in (6000,1,6100) do netsh firewall add portopening TCP %i "VRDP %i"
91 for /L %i in (5000,1,5032) do netsh firewall add portopening TCP %i "NetPerf %i TCP"
92 for /L %i in (5000,1,5032) do netsh firewall add portopening UDP %i "NetPerf %i UDP"
93
9420. Setup time server to "wei01-time.de.oracle.com" and update date/time.
95
9621. Activate windows. "https://linserv.de.oracle.com/vbox/wiki/MSDN Volume License Keys"
97
9822. Disable loading CONIME. Set "HKEY_CURRENT_USER\Console\LoadConIme" to 0.
99
10023. Windows 2012 R2: If you experience mouse pointer problems connecting with rdesktop,
101 open the mouse pointer settings and disable mouse pointer shadow.
102
103The install:
104
10523. Unzip (/ copy) the content of the testboxscript-*.zip to C:\testboxscript.
106
10724. Copy C:\testboxscript\testboxscript\win\autoexec-testbox.cmd to C:\.
108
10925. Create a shortcut to C:\autoexec-testbox.cmd and drag it into
110 "Start" -> "All Programs" -> "Startup".
111
11226. If this is an Intel box and the CPU is capable of Nested Paging, edit C:\autoexec-testbox.cmd
113 and append '--nested-paging'
114
115That's currently it.
116
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette