@@ -110,6 +110,7 @@ public void Disable()
110110#### Exceptions
111111
112112[ ConfigManagerException] ( ./nefarius.utilities.devicemanagement.exceptions.configmanagerexception.md ) <br >
113+ CM API failure occurred.
113114
114115### <a id =" methods-enable " />** Enable()**
115116
@@ -122,6 +123,7 @@ public void Enable()
122123#### Exceptions
123124
124125[ ConfigManagerException] ( ./nefarius.utilities.devicemanagement.exceptions.configmanagerexception.md ) <br >
126+ CM API failure occurred.
125127
126128### <a id =" methods-equals " />** Equals(PnPDevice)**
127129
@@ -276,7 +278,7 @@ public void InstallCustomDriver(string infName)
276278#### Parameters
277279
278280` infName ` [ String] ( https://docs.microsoft.com/en-us/dotnet/api/system.string ) <br >
279- The INF file name as found in C:\Windows\INF directory. It must be the name only, not a relative
281+ The INF file name as found in ` C:\Windows\INF ` directory. It must be the name only, not a relative
280282 or absolute path.
281283
282284** Remarks:**
@@ -295,7 +297,7 @@ public void InstallCustomDriver(string infName, ref Boolean rebootRequired)
295297#### Parameters
296298
297299` infName ` [ String] ( https://docs.microsoft.com/en-us/dotnet/api/system.string ) <br >
298- The INF file name as found in C:\Windows\INF directory. It must be the name only, not a relative
300+ The INF file name as found in ` C:\Windows\INF ` directory. It must be the name only, not a relative
299301 or absolute path.
300302
301303` rebootRequired ` [ Boolean&] ( https://docs.microsoft.com/en-us/dotnet/api/system.boolean& ) <br >
@@ -381,7 +383,7 @@ This call DOES NOT invoke device and driver uninstall routines, as soon as the d
381383
382384### <a id =" methods-removeandsetup " />** RemoveAndSetup()**
383385
384- Attempts to restart this device by removing it from the device tree and causing re-enumeration afterwards .
386+ Attempts to restart this device by removing it from the device tree and causing re-enumeration afterward .
385387
386388``` csharp
387389public void RemoveAndSetup ()
@@ -390,10 +392,11 @@ public void RemoveAndSetup()
390392#### Exceptions
391393
392394[ ConfigManagerException] ( ./nefarius.utilities.devicemanagement.exceptions.configmanagerexception.md ) <br >
395+ CM API failure occurred.
393396
394397** Remarks:**
395398
396- Device restart may fail if it has open handles that currently can not be force-closed.
399+ Device restart may fail if it has open handles that currently cannot be force-closed.
397400
398401### <a id =" methods-restart " />** Restart()**
399402
0 commit comments