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.

davidedg

Member
  • Joined

  • Last visited

  • Country

    Italy
  1. Hi! I think this is faster and doesn't require booting in another OS: -> open a command prompt with administrative privileges and type these 3 commands: MKDIR A:\Boot XCOPY /H C:\bootmgr A:\ REG SAVE HKLM\BCD00000000 A:\Boot\BCD The C:\Boot\BCD* files are locked because they are loaded as hives in registry. Tested on my Vista 64 with sata-Raid0 C: and it works. HTH Davide.
  2. Thanks... but I think it's quite useless to me I can't use material I cannot own (I am preparing unattended installs for a company, and we can't use it for legal issues). Then how about different locale versions ? I need to install italian version of DirectX9... does the OPK version address non-US versions, too? Anyway, I will be using the DirectXSetup() api... I include the compiled exe (20KB) and run without any params. Bye
  3. Hi! I am approaching the "Unattended World"... I found out on some sites that, starting with DirectX9, no switches are available. Not having access to the OEM part of Microsoft Site, the alternative seems to be using DXSetup() Api. I managed to write this very very very simple and no-error-checking utility, which uses this api. I post the source code for public knowledge, hoping it might help: -------- remember to #include "dsetup.h" and to use dsetup.lib -------- DWORD dwFlags; int err; dwFlags = DSETUP_DIRECTX; err = DirectXSetup(NULL, NULL, dwFlags); // do error checking and report to the user return 0; -------- This snippet alone is able to start and complete DX9 Setup. DX Files must be in the same folder of the compiled exe (see MSDN doc) Bye everyone!! -- Davide DG IT Administrator davidedg@libero.it

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.