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.

Deleting in the Registry

Featured Replies

How can I delete a complete string in the registry?

For example if I want to delete the '-site0' and all the keys under it.

and yes I have searched but found nothing.

post-70-1098615977_thumb.jpg

this one had me stumped for ages!! i could add all the reg's in the world, but could i delete one? no!

well anyways, all you have to do is add a minus (-) before the line of registry you want to delete.

will post an example in a minute

this will delete that entire -Site0 key:

[-HKEY_LOCAL_MACHINE\Software\Macromedia\Sites\-Site0]

delete a value (will delete the line about local directory):

[HKEY_LOCAL_MACHINE\Software\Macromedia\Sites\-Site0]

-"Local Directory"=dword:00000001

delete contents of a value (will blank the local directory value):

[HKEY_LOCAL_MACHINE\Software\Macromedia\Sites\-Site0]

"Local Directory"=-

that should all work ok, hope this is of use to you.

:thumbup

Whoops, fixed mistake as mentioned below, sorry!

Edited by paul3vanz

  • Author

Hi

Thanks but the first one did not work :(

that would be the best one for me... deleting the complete -site1 key

-[HKEY_LOCAL_MACHINE\Software\Macromedia\Sites\-Site0]

should be

[-HKEY_LOCAL_MACHINE\Software\Macromedia\Sites\-Site0]

REG DELETE HKCU\Software\Microsoft\Windows\CurrentVersion\Run /v MsnMsgr /f

That deletes the Run entry value after installing MSN so it won't start with Win. I use that in Runoncex after it's installed.

Open a command prompt and type REG DELETE /?

REG DELETE HKLM\Software\Macromedia\Sites\-Site0 /f

Deletes the registry key -Site0 and its all subkeys and values

/f Forces it.

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.