Fsutil transaction |
Applies To: Windows Server 2008 R2,Windows Server 2008,Windows Vista,Windows 7
Manages NTFS transactions.
For examples of how to use this command, see Examples .
Syntax
Copy Code |
|
fsutil transaction [commit] <GUID> |
Parameters
Parameter |
Description |
commit |
Marks the end of a successful implicit or explicit specified transaction. |
<GUID> |
Specifies the GUID value that represents a transaction. |
fileinfo |
Displays transaction information for the specified file. |
<Filename> |
Specifies full path and file name. |
list |
Displays a list of currently running transactions. |
query |
Displays information for the specified transaction.
|
rollback |
Rolls back a specified transaction to the beginning. |
Remarks
- Transactional NTFS was introduced in Windows Server 2008.
Examples
To display transaction information for file c:\test.txt, type:
Copy Code |
|
fsutil transaction fileinfo c:\test.txt |