Fsutil reparsepoint


Applies To: Windows Server 2003 R2,Windows 7,Windows Vista,Windows Server 2003,Windows Server 2000,Windows Server 2008,Windows Server 2008 R2

Queries or deletes reparse points. The fsutil reparsepoint command is typically used by support professionals.

For examples of how to use this command, see Examples.

Syntax


Copy Code

fsutil reparsepoint [query] <FileName>
fsutil reparsepoint [delete] <FileName>

Parameters

Parameter

Description

query

Retrieves the reparse point data that is associated with the file or directory identified by the specified handle.

delete

Deletes a reparse point from the file or directory that is identified by the specified handle, but does not delete the file or directory.

<FileName>

Specifies the full path to the file including the file name and extension, for example C:\documents\filename.txt.

Remarks

Examples

To retrieve reparse point data associated with C:\Server, type:


Copy Code

fsutil reparsepoint query c:\server

To delete a reparse point from a specified file or directory, use the following format:


Copy Code

fsutil reparsepoint delete c:\server

Additional references

Command-Line Syntax Key

Fsutil