How to Disable Rollback Feature of Windows Installer in Windows 11

Опубликовано: 22 Март 2026
на канале: TechPenguin
3
0

How to Disable Rollback Feature of Windows Installer in Windows 11 🎯

💡 To disable the Windows Installer rollback feature in Windows 11, which is generally not recommended due to potential system instability and difficulty in recovering from failed installations, you can configure the `DisableRollback` policy. The most common method involves editing the Registry. Open the Registry Editor (regedit.exe) and navigate to `HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Installer`. If the `Installer` key doesn't exist, create it. Inside the `Installer` key, create a new DWORD (32-bit) Value named `DisableRollback` and set its value data to `1`. This change will prevent Windows Installer from creating rollback scripts for subsequent installations. To revert this, either change the `DisableRollback` value back to `0` or delete the entry. Alternatively, in environments with Group Policy, you can navigate to `Computer Configuration\Administrative Templates\Windows Components\Windows Installer`, find the `Disable Rollback` policy, and set it to `Enabled`.


🎥 Watch more awesome videos here-    / @techpenguinn  

🔗 Check out this video-    • How to Disable Rollback Feature of Windows...  

✨ If you found this helpful, don’t forget to like 👍, share 💬, and subscribe 🔔 for more amazing content every day!

#TechPenguin