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.

Explorer 9 reset script

Featured Replies

Is possible reset explorer 9 settings silently via script?

Thank you

i have a script i use, the scripting language is autoit, (google it)

anyway...here is my code

ShellExecute("C:\Windows\System32\inetcpl.cpl")
sleep(1000)

Send("{ALTDOWN}d{ALTUP}")
sleep(2000)

;sets the preserve favorites website data
ControlCommand("Delete Browsing History", "", "[CLASS:Button; INSTANCE:1]", "check")

;sets the temporary internet files
ControlCommand("Delete Browsing History", "", "[CLASS:Button; INSTANCE:2]", "check")

;sets the cookies
ControlCommand("Delete Browsing History", "", "[CLASS:Button; INSTANCE:3]", "check")

;sets the history
ControlCommand("Delete Browsing History", "", "[CLASS:Button; INSTANCE:4]", "check")

;sets the download history
ControlCommand("Delete Browsing History", "", "[CLASS:Button; INSTANCE:5]", "check")

;sets the form data
ControlCommand("Delete Browsing History", "", "[CLASS:Button; INSTANCE:6]", "check")

;sets the passwords
ControlCommand("Delete Browsing History", "", "[CLASS:Button; INSTANCE:7]", "check")

;;sets the activeX filtering and tracking protection data
ControlCommand("Delete Browsing History", "", "[CLASS:Button; INSTANCE:8]", "check")

sleep(2000)

Send("{ALTDOWN}d{ALTUP}{ESC}")
Send("{ESC}")

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.