WSManConnectionInfo.NoMachineProfile Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If true
then Operating System won't load the user profile (i.e. registry keys under HKCU) on the remote server
which can result in a faster session creation time. This option won't have any effect if the remote machine has
already loaded the profile (i.e. in another session).
public:
property bool NoMachineProfile { bool get(); void set(bool value); };
public:
property bool NoMachineProfile { bool get(); void set(bool value); };
public bool NoMachineProfile { get; set; }
member this.NoMachineProfile : bool with get, set
Public Property NoMachineProfile As Boolean