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.

Automatically setting home page

Featured Replies

As students always change the home page i need the home page to be set to Google each time the computer is turned on.

I have identifyed the reg key (see below) and put it in the Start UP folder. To hide it from prying eyes i set it to Hidden, but this only resulted in it not being activated. Although when NOT set to hidden it does activate but comes up with a message needing exceptance to inport key.

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Start Page"="http://www.google.co.uk/"

I need a way of setting the home page without user intervention or 3rd party software (due to licence issues) apon start up.

thanx


You can have regedit import a .reg file silently, without user input. Make a shortcut and put this for the command line -

REGEDIT.EXE /S "C:\somepath somewhere\regfilename.REG"

Just replace the directory path and .REG file name with location and name of your .REG file. Be sure to use the quotes "".

  • Author

Thanks neosapience, this is what ive got, and it does work....

cls
@ECHO OFF
REGEDIT.EXE /S "C:\hp.reg"
EXIT

...but, the .bat file can still be seen in the StartUP folder and if it is 'Hidden' it doesn't activate on start up. Also a Dos scren appears when activated, any clues on how to hid the dos prompt?

If the computer logs on to a network, then move the regkey to run from the login.bat file.

If its a stand alone pc, you can edit the win.ini file and use the "run" line to install the key.

Hope this helps.

First, you don't have to make a batch file for it. You can just make a shortcut and put the command line in it.

Anyway, if you're worried about people seeing it in the startup folder, there's a way you run it without putting it in the startup folder. Make a .reg file with the code below. Just run it ONE time. It will place a command in the registry that will instruct windows to run the 'REGEDIT.EXE /S "C:\hp.reg"' command every time windows starts.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"homepagefix"="REGEDIT.EXE /S \"C:\\HP.REG\""

Let me know how it works for ya.

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.