MicrosoftDocs / windows-dev-docs

Conceptual and overview content for developing Windows apps
Creative Commons Attribution 4.0 International
667 stars 1.18k forks source link

Multiple dev drive filters require quotes #4956

Open ianleeder opened 2 months ago

ianleeder commented 2 months ago

Type of issue

Typo

Feedback

The documentation has example commands to set filters. However when multiple filters are specified, they must be surrounded by quotation marks (as-per documentation, testing on Windows CMD and Powershell):
image

The following command is found in the documentation, and does not work as-is:

fsutil devdrv setfiltersallowed PrjFlt, MsSecFlt, WdFilter, bindFlt, wcifs, FileInfo, ProcMon24

Techinically the example should have quotes too:

fsutil devdrv setfiltersallowed Filter-01, Filter-02

Page URL

https://learn.microsoft.com/en-us/windows/dev-drive/

Content source URL

https://github.com/MicrosoftDocs/windows-dev-docs/blob/docs/hub/dev-drive/index.md

Author

@mattwojo

Document Id

bfda7965-bc34-ab88-fdc9-efef4a5d8a9e

mattwojo commented 2 months ago

Checking on this. Thanks for filing!