Summary: Learn how to roll back an active Windows PowerShell transaction.
I started a transaction to modify the registry on my computer running Windows 8.1, but something failed,
and I want to roll back the transaction. How can I do this?
Use the Undo-Transaction cmdlet to roll back the active transaction.