VirtualBox

Changeset 975 in vbox


Ignore:
Timestamp:
Feb 19, 2007 12:33:17 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
18749
Message:

enable Vista privilege elevation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/VirtualBoxImpl.cpp

    r972 r975  
    22622262        RTPROCESS pid = NIL_RTPROCESS;
    22632263
    2264         /// @todo (r=dmik) running the process as privileged on Vista doesn't
    2265         //  really help to create TAP interfaces there (they can be created,
    2266         //  but cannot be used). Therefore, d->privileged is ignored for now
    2267         //  to avoid the annoying Run As dialog box.
    2268 #if 0
     2264        /// @todo avoid annoying runas dialog on Win < Vista
    22692265        if (d->privileged)
    22702266        {
     
    23032299        }
    23042300        else
    2305 #endif
    23062301        {
    23072302            const char *args[] = { exePath, "/Helper", client.name(), 0 };
Note: See TracChangeset for help on using the changeset viewer.

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