The Fsutil reparsepoint command in Windows
Applies to : Windows Server (Semi-Annual Channel), Windows Server 2016, Windows Server 2012 R2, Windows Server 2012. Windows 10, Windows 8.1, Windows 8, Windows Server 2008 R2, Windows 7, Windows 2008, Windows Vista.
The Fsutil reparsepoint command queries or deletes the reparse points.The Fsutil reparsepoint command is often used by support professionals.To learn how to use this command, please see the example below.
Syntax command Fsutil reparsepoint
fsutil reparsepoint [query] fsutil reparsepoint [delete]
Parameters
Parameters Describe the query Accessing the reparse point data is linked to the file or directory, specified by the specified handle. delete Delete a reparse point from the file or directory specified by the specified handle, but do not delete the file or directory. Specify the full path to the file including the file name and extension, eg C: documentsfilename.txt.Note
Reparse points are objects in the NTFS file system, there is an attribute defined by user-specified data and they are used to extend functionality in the input / output subsystem (I / O). .
Reparse points are used for junction point folders (junction point is a symbolic link to a folder) and drive mount points.They are also used by filter drivers in the file system, to mark certain files that are specific to that driver.
When a reparse point program, it stores this data, plus a reparse tag, specifying the data it is storing is unique.When the file system opens a file with a reparse point, it tries to find the associated file system filter.If a file system filter is found, the filter will process the file according to the instructions of the reparse data.If the file system filter is not found, the file opening operation will fail.
For example
To access the reparse point data associated with C: Server, enter:
fsutil reparsepoint query c:server
To delete a reparse point from a specified file or folder, use the following format:
fsutil reparsepoint delete c:server
See more:
- The Fsutil file in Windows
- The Fsutil objectid command in Windows
- The Fsutil quota command in Windows
You should read it
May be interested
- Fsutil hardlink command in Windowsthe fsutil hardlink command creates a hard link between an existing file and a new file.
- Fsutil resource command in Windowsthe fsutil resource command creates a secondary transactional resource manager, starts or stops transactional resource manager, or displays information about transactional resource manager.
- Sub-commands in nslookup Windows command (Part 2)nslookup set all command, nslookup set class, nslookup set d2, alias nslookup set debug, nslookup set domain, nslookup set port, and nslookup set querytype in windows
- Sub-commands in the nslookup Windows command (Part 1)nslookup command exit, finger nslookup, nslookup help, nslookup ls, nslookup lserver, nslookup root, commandlooklook server, nslookup set in windows
- Sub-commands in nslookup Windows command (Part 3)nslookup set recurse, nslookup set retry, nslookup set root, nslookup set search, nslookup set srchlist, nslookup set timeout, nslookup set type, nslookup set vc, and nslookup view in windows
- Command at in Windowsthe at command schedules commands and programs to run on a computer at a specified time with a specific date. you can only use the command at when schedule service is running.
- Set command in Windowsthe set command helps show, set or remove cmd.exe environment variables.
- Del command in Windowsthe del command deletes one or more files. this command is the same as the eraser command.
- 10 useful commands in Windows you should knowcommand prompt is used to execute batch files, perform tasks quickly, help you troubleshoot and solve some windows problems when the system crashes. however, not all commands in windows are useful and must be done regularly. with the 10 command lines in the following article it is very useful even if you are not an administrator.
- How to use the option equivalent to the 'ls' command in Windowsthe 'ls' command (note ls, not is) is one of the first terminal commands veterans teach to linux beginners.