WSManConnectionInfo.NoMachineProfile Property

Definition

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

Property Value

Applies to