VirtualBox

Changeset 67940 in vbox for trunk/src/VBox/Installer/common


Ignore:
Timestamp:
Jul 12, 2017 3:13:53 PM (8 years ago)
Author:
vboxsync
Message:

Unattended/NT6+: reg isn't a cmd built in command but c:\windows\system32\reg.exe, so we can start it directly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/common/unattended_templates/win_nt6_unattended.xml

    r67939 r67940  
    124124                    <Order>1</Order>
    125125                    <Description>Turn Off Network Selection pop-up</Description>
    126                     <CommandLine>cmd /c reg add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NewNetworkWindowOff"</CommandLine>
     126                    <CommandLine>reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NewNetworkWindowOff"</CommandLine>
    127127                </SynchronousCommand>
    128128@@VBOX_COND_IS_INSTALLING_ADDITIONS@@
Note: See TracChangeset for help on using the changeset viewer.

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