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.

Uininstall .reg files shell?

Featured Replies

I'm looking for a shell to uninstall .reg-files when I right click on them in explorer? Is it possible?


No, not possible without something 3rd party that tracks what the .reg file adds, subtracts, or changes. A .reg file is just a text file that regedit.exe or reg.exe parses and then uses to modify the registry.

- I should learn to read

Edited by Mijzelf

  • Author
No, not possible without something 3rd party that tracks what the .reg file adds, subtracts, or changes. A .reg file is just a text file that regedit.exe or reg.exe parses and then uses to modify the registry.

Hmm... ok. I'm new to make my own .reg-files and I read somewhere that if you put a (-) before the [changes] you uinstall it... Like this:

[b]Example.reg[/b]

REGEDIT4

INSTALL
; WHAT IS DOES
[Changes]

UNINSTALL
; WHAT IS DOES
[-Changes]

So my thought was if use only .reg files with the install info, and no extra code, then I have a explorer shell thats inserts a "-" after every "[" then it would be solved. I want this because then I can easy test new .reg-files (and make my own) and if I don't like it I can switch back fast.

Is far from bullet-proof. Let's imagine your .reg file adds a key somewhere, but the key already exists. What should the uninstall section do? Or more subtle, it changes a dword value. To change it back you should have stored the old data somewhere.

  • Author
Is far from bullet-proof. Let's imagine your .reg file adds a key somewhere, but the key already exists. What should the uninstall section do? Or more subtle, it changes a dword value. To change it back you should have stored the old data somewhere.

Mmm... your right! Sorry! :rolleyes:

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.