Fsutil transaction 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.

The Fsutil transaction command manages the NTFS transactions (NTFS Transaction is a Windows feature that allows to create, edit, rename, and delete files and folders). To learn how to use this command, please see the example below.

Fsutil transaction command syntax

 fsutil transaction [commit] fsutil transaction [fileinfo] fsutil transaction [list] fsutil transaction [query] [{Files|All}] fsutil transaction [rollback] 

Parameters

Parameter Description Commit Marks the end of a successful or explicitly defined transaction transaction. Specifies the value of the GUID representing a transaction. fileinfo Displays transaction information for the specified file. Specify the full path and file name. list Displays the list of currently running transactions. query Displays information for the specified transaction.

- If the fsutil transaction query Files is specified, the file information will only display for the specified transaction.
- If fsutil transaction query All is specified, all information for the transaction will be displayed. rollback Return to a specified transaction to start.

Note

The NTFS transaction was introduced in Windows Server 2008.

For example

To display transaction information for file c: test.txt, enter:

 fsutil transaction fileinfo c:test.txt 

See more:

  1. Fsutil tiering command in Windows
  2. Fsutil command sparse in Windows
  3. The Fsutil reparsepoint command in Windows
3.5 ★ | 2 Vote

May be interested

  • Fsutil hardlink command in WindowsFsutil hardlink command in Windows
    the fsutil hardlink command creates a hard link between an existing file and a new file.
  • Fsutil resource command in WindowsFsutil resource command in Windows
    the fsutil resource command creates a secondary transactional resource manager, starts or stops transactional resource manager, or displays information about transactional resource manager.
  • TRANSACTION in SQLTRANSACTION in SQL
    a transaction is successfully performed when all commands are successful, then all data changes made in the transaction are saved to the database.
  • How to delete transaction history on Google PayHow to delete transaction history on Google Pay
    all interface history on google pay is saved with a list for us to review whenever we need. and if accidentally when someone else visits, they will also see your entire transaction history on google pay.
  • How to check VietinBank transaction historyHow to check VietinBank transaction history
    to check the transaction history of vietinbank, users have many different ways to do it, depending on the implementation needs of each person.
  • Sub-commands in nslookup Windows command (Part 2)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)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)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 WindowsCommand at in Windows
    the 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 WindowsSet command in Windows
    the set command helps show, set or remove cmd.exe environment variables.