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.

PeteM

Member
  • Joined

  • Last visited

  • Country

    Singapore
  1. Hi I have an unattended XP setup which works well I have used the RunOnceEx.cmd method to install apps and fixes I have created 2 users, 1 admin, 1 user, with UserAccounts.cmd net user mfatadmin password /add net localgroup Administrators mfatadmin /add net user mfatuser password /add net localgroup Users mfatuser /add net accounts /maxpwage:unlimited REGEDIT /S AutoLogon.reg EXIT This works and in AutoLogon.reg I have set the Admin account to be the default user so that RunOnceEx.cmd works properly Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "DefaultUserName"="mfatadmin" "DefaultPassword"="password" "AutoAdminLogon"="1" After RunOnceEx.cmd has finished I want the default windows login to be the User account so I have created the (in RunOnceEx.cmd) entry at the end (before a reboot). REG ADD %KEY%\055 /VE /D "Setting default user" /f REG ADD %KEY%\055 /V 1 /D "%cdrom%\apps\install\SetUser.bat" /f SetUser.bat contains regedit /s AutoLogonUser.reg and AutoLogonUser.reg contains Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "DefaultUserName"="mfatuser" "DefaultPassword"="mfatuser" "AutoAdminLogon"="1" Now Setuser.bat works if I run it by itself but it doesn't work in the RunOnceEx.cmd script How do I fix this or is there another way to go about what I require? To recap I want 2 accounts an Admin and a User, the Admin is set as the default account 1st with an auto logon so that Windows and RunOnceEx.cmd installs correctly. I then want the User to be set as the default account with an auto logon. I want this to work all unattended

Account

Navigation

Search

Search

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.