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.

untick dns option

Featured Replies

post-25773-1123494097_thumb.jpghow do you untick this option (see attachment) during the unattended install of windows xp.

Ok google for regshot, download it and open,

1. Untick the box you are asking about

2. In regshot choose 1st shot (and save)

3. Then tick the box (network box your asking about)

4. Then run the 2nd shot (and save) with regshot.

5 Now tell it compare and looking for changes in the outputed txt file

I have the following script added to RunOnce...

DisableDNS.vbs

Set WshShell = CreateObject("WScript.Shell")
Set NIC = GetObject("winmgmts:").ExecQuery ("select * from Win32_NetworkAdapterConfiguration")


for each instance in NIC
  if instance.ipenabled then
     WshShell.RegWrite "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\"&instance.settingid&"\RegistrationEnabled", 0, "REG_DWORD"
  end if
next

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.