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.

Bendes

Member
  • Joined

  • Last visited

  • Country

    Belgium
  1. The recommended solution (by Microsoft) is a WSUS server/infrastructure...
  2. 1. Roxio Easy Media Creator 8: Maybe try this: start /wait %systemdrive%\Install\Applications\Roxio8\setup.exe PRODUCTCODE=xx-xxxxx-xxxxx-xxxxx /qn /norestart or start /wait %systemdrive%\Install\Applications\Roxio8\setup.exe PRODUCTCODE=xxxxxxxxxxxxxxxxx /qn /norestart or directly with the MSI start /wait %systemdrive%\Install\Applications\Roxio8\XXXXXXX.msi PRODUCTCODE=xxxxxxxxxxxxxxxxx /qn /norestart 2. DBpoweramp: Try with an AutoIt script that simulate button click. There are a lot of examples in this forum... 3. Intellipoint and Intellitype Pro 5.5: Simply do this, no? start /wait %systemdrive%\Install\Applications\Intellipoint\XXXXX.msi /qn /Reboot=ReallySuppress
  3. You can add a screen in CIW phase by creating a new OSC file and chains it with others at the place you want... The OSC file is a simple HTML formatted file... Analyse default OSC file to create yours. In your SIF file you can then add variable... I have no RIS at home but when I'm back to work, if needed, I can post a example...
  4. http://www.msfn.org/board/index.php?s=&amp...st&p=421697
  5. Then I must have an installation of Windows XP with .NET 2.0 integrated!!! I think it's not a good thing... Everone do not integrate .NET feature in there configuration (.NET 1.x or 2.x is not native in a Windows installation)...
  6. All it's in the title... Thanks a lot for your GREAT piece of software!
  7. Place a Shortcut to wihu.exe (+ parameters) in "$OEM$\$Docs\All Users\Start Menu\Programs\Startup" folder and delete this Shortcut in a CleanUp routine...
  8. Bendes replied to Bendes's topic in WIHU
    IT WORKS!!! The problem was exactly with the locale... I tried the version 2.2.0.3, it's now good !!! Thanks a lot Benjamin, because I use your soft in corporate
  9. Bendes replied to Bendes's topic in WIHU
    For my test, I don't use my install.ini but yours... I made a test with the DEFAULT INSTALL.INI in your zip file. I unzip the file downloaded on your website --> open WIHU.exe --> select all --> Next. And then I have Warning and Infos icons with no text next... My configuration: Windows XP SP2 English with keyboard in French (Belgium).
  10. Bendes replied to Bendes's topic in WIHU
    I have made some tests with your default install.ini. The file languages.ini is found because I tested with german and english translations and all the components are translated except for Information and Warning messages in the log view of the softwares installation...
  11. Bendes replied to Bendes's topic in WIHU
    I have a problem with the version 2.2.0.2 of WIHU : I launch wihu.exe /NoAbort /ini=desktop.ini /language=en All it's translated except for the installation progress. I have an information icon but no text!!!! Normally, there is written "%s" was executed. How can I correct this bug ????
  12. I have the same request and I do it with VBScript and WMI: On Error Resume Next Set wmi = GetObject("winmgmts:{ImpersonationLevel=Impersonate}!\\.\root\cimv2") Set tad = wmi.ExecQuery("SELECT SettingID FROM Win32_NetworkAdapterConfiguration WHERE IPEnabled = True",, 48) Set reg = GetObject("winmgmts:{impersonationLevel=Impersonate}!\\.\root\default:StdRegProv") For Each item In tad reg.setDWORDValue &H80000002, "SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}\" & item.SettingID & "\Connection", "ShowIcon", 1 Next Set wmi = Nothing Set tad = Nothing Set reg = Nothing
  13. Or like that in winnt.sif : [TerminalServices] AllowConnections=1 And with this for the Windows Firewall: [WindowsFirewall] Profiles=WindowsFirewall.Default [WindowsFirewall.Default] Services=WindowsFirewall.RemoteDesktop [WindowsFirewall.RemoteDesktop] Type=2 Scope=0
  14. Bendes replied to Bendes's topic in WIHU
    I supposed this was for that...

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.