Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

I made a reg tweak file, how do i make a undo reg tweak file?

Featured Replies

I compiled a bunch of tweaks into a reg file and applied it to my system. I wish to undo some or all of the tweaks i applied, is there some line of code i can apply to the same reg file to undo them?

If you know what the settings were before you ran your reg file,

you can edit your reg file and set the settings back to default.

There is no undo feature with the registry.

  • Author

I remember coming across a website that had reg tweaks in .reg format. It also provided an undo tweak in .reg format if the tweak didnt work out for that user. I was wondering how to make those?

to undo it so simple :D

before you merge the tweak registry do BACKUP first your original registry :D then you can merge it to undo all the tweaks :D

lol :D

The way they are done is to find the value before you edit the registry. export it as a reg file, then import the new settings. because you have already run the new file, you have no way of "going back" as you dont know what the original values are.

only thing i can suggest is post your reg file and someione might be able to fix some of the updates you made

it is just like everyone is saying, there is no undo unless you save the value by exporting that key before you applied the new settings.

There is a program reshot at this link

www.snapfiles.com/get/regshot.html

U can use other system (same OS though), at that system

1- Execute the regshot

2- Apply those tweaks at that system

3- Again execute the regshot

Compare the two shots taken at registry and it will give the added and changed keys Report.

Go to your original system and remove OR update those entries as u understand.

Please please, at least take the registry backup before diong so (In case if something goes wrong)

Yasir

how hard to backup registry? just said regedit on run box and hocus focus you select menu export then abrakadabra you save with the name you like, voila that's a hot registry to pick up :D

it even don't take a minute :D

if the key had [HKCU] in the file, put [-HKCU] and it will delete the key

-but doing this may very well totally nail your system if the values already existed!

what has gone wrong?

Edited by bledd

  • 4 weeks later...

Do it like this.

I will illustrate with my "fix a non-reading cd due to filter driver issues" .reg file.

The contents of my cdfix.reg:

REGEDIT4

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E965-E325-11CE-BFC1-08002BE10318}]
"UpperFilters"=-
"LowerFilters"=-

[-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdr4_2K]

[-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdralw2k]

[-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdudf]

[-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UdfReadr]

Notice the "-" symbols? that is how to remove the keys....

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.