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.

Start Menu Not Remembering Settings!

Featured Replies

For some reason my **** start menu doesnt remember any of my settings, after restart it goes back to default settings (placement, autohide, show clock, etc)

any ideas how to fix this?


This might be it. I am not completely sure.

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSaveSettings"=dword:00000000

Copy into text editor and save as ".vbs" then double click.

'xp_save_settings.vbs - Allows user settings to be saved

'© Doug Knox - 4/10/2002

'Downloaded from www.dougknox.com

Option Explicit

On Error Resume Next

'Declare variables

Dim WSHShell, p1

'Set the Windows Script Host Shell and assign values to variables

Set WSHShell = WScript.CreateObject("WScript.Shell")

p1 = "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoSaveSettings"

WSHShell.RegWrite p1, 0, "REG_DWORD"

MsgBox "Your Registry has been updated. Log off and" & vbCR & "Log on for the change to take effect.",4096,"Finished"

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.