Fsutil transaction
Updated: April 17, 2012
Applies To: Windows 7, Windows Server 2008, Windows Server 2008 R2, Windows Vista
Manages NTFS transactions.
For examples of how to use this command, see Examples .
fsutil transaction [commit] <GUID>
fsutil transaction [fileinfo] <Filename>
fsutil transaction [list]
fsutil transaction [query] [{Files|All}] <GUID>
fsutil transaction [rollback] <GUID>
| 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. |
-
Transactional NTFS was introduced in Windows Server 2008.
To display transaction information for file c:\test.txt, type:
fsutil transaction fileinfo c:\test.txt