VirtualBox

Changeset 37447 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Jun 14, 2011 3:46:03 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
72254
Message:

GuestCtrl/Execute: Added NoProfile flag for executing processes without loading the user's profile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlExec.cpp

    r37020 r37447  
    865865                if (fFlags & RT_BIT(2))
    866866                    uProcFlags = RTPROC_FLAGS_HIDDEN;
     867                /* Process Main flag "ExecuteProcessFlag_NoProfile". */
     868                if (fFlags & RT_BIT(3))
     869                    uProcFlags = RTPROC_FLAGS_NO_PROFILE;
    867870            }
    868871
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