Changeset 40746 in vbox for trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditions.nsi
- Timestamp:
- Apr 2, 2012 1:23:47 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditions.nsi
r40711 r40746 948 948 ; Tune TcpWindowSize for a better network throughput 949 949 WriteRegDWORD HKLM "SYSTEM\CurrentControlSet\Services\Tcpip\Parameters" "TcpWindowSize" 64240 950 951 ; Add Sun Ray client info keys 952 ; Note: We only need 32-bit keys (HKLM\Software / HKLM\Software\Wow6432Node), 953 ; so no need to switch registry views here 954 WriteRegStr HKLM "SOFTWARE\Oracle\Sun Ray\ClientInfoAgent\ReconnectActions" "" "" 955 WriteRegStr HKLM "SOFTWARE\Oracle\Sun Ray\ClientInfoAgent\DisconnectActions" "" "" 950 956 951 957 DetailPrint "Installation completed."
Note:
See TracChangeset
for help on using the changeset viewer.