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.

mow

Member
  • Joined

  • Last visited

  • Country

    Israel
  1. mow replied to jerometam's topic in WIHU
    Hello, I also use a combination of WIHU with Autoit3 this is what I do to patch the MS windows activation: First I put a copy of Autoit3.exe at %system32% so I can run the AU3 scripts from anywhere. ----------------------------------------------- This is the portion of my WIHU ini file: (%CURDIR% is not must) It has nothing special – just to call the script. You can verify if it working by putting a MsgBox command in your autoit script description.5= Activate Windows workdir.5 = %CURDIR%\XpUpdate\WindowsActivation command.5= autoit3 setup.au3 selected.5 = 0 ----------------------------------------------- This is my Autoit script. Within the same directory there is also the file 'WinXPSP2Activator.exe' AutoItSetOption ("WinTitleMatchMode", 2) Run ( "WinXPSP2Activator.exe",@ScriptDir) Sleep (3000) ; this will wait for the patch GUI window and send ENTER WinWaitActive (":?:","",7) Send ("{ENTER}") ; this will wait for the 'Windows Activation Completed' window and send ENTER sleep (6000) WinWaitActive ("Windows","",14) Send ("{ENTER}") sleep (2000)
  2. using %WIHU% sounds good if some installations will not work try using "workdir.x" as well.
  3. You should include a command line options like: WIHU.exe /skipsettings /INI="install.ini" or [GUIRunOnce] %Systemdrive%\install\wihu.exe /INI="install.ini" Another Point, Are the applications in the same folder of WIHU? set the right variable at the ini file
  4. mow posted a topic in WIHU
    Hello Benjamin, I Wish to enable the Guest account (and show it on thw welcome screen) I figured out I can use the Status.x Command in order to enable the account, but what is the status for Enabled? Where can I find a list of avaliable status? Thanks, Moshe
  5. I don't follow you - please explain
  6. What I wish to do is: start the installation manually (with no timeout), and when all is finished, automatically exit / restart after timeout. I tried playing with "/autoexit" switch but it will abort only on startup of wihu. Is that possible?

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.