ComputerInfo.OsPortableOperatingSystem 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.
Specifies whether the operating system booted from an external USB device. If true, the operating system has detected it is booting on a supported locally connected storage device
public:
property Nullable<bool> OsPortableOperatingSystem { Nullable<bool> get(); };
public bool? OsPortableOperatingSystem { get; }
member this.OsPortableOperatingSystem : Nullable<bool>
Public ReadOnly Property OsPortableOperatingSystem As Nullable(Of Boolean)