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.

faxio

Member
  • Joined

  • Last visited

  • Country

    Taiwan

Everything posted by faxio

  1. Hidden cmd Windows Using CHP http://www.commandline.co.uk/chp/
  2. you can use Java script (WSH) to Completely hide cmd Window , Perfect ! example.js // this's Java Script example var CmdPath = "your cmd path\\example.cmd"; var cmd1 = "%windir%\\System32\\cmd.exe /c " + CmdPath; var WshShell = WScript.CreateObject("WScript.Shell"); return1 = WshShell.Run(Cmd1,0,true); autounattend.xml in specialize or audituser <settings pass="specialize"> <component name="Microsoft-Windows-Deployment" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <RunSynchronous> <RunSynchronousCommand wcm:action="add"> <Order>1</Order> <Path>cscript %windir%\Setup\example.js</Path>[/color] <Description>Run Jscript</Description> </RunSynchronousCommand> </RunSynchronous> </component> </settings> example.cmd @echo off %CDROM%\Install\nero\INSTALL.CMD %DVDRoot%\setupcommand...." and more .... Sorry ! My English is poor.
  3. I use REG LOAD/UNLOAD method why this reg does not work ? I modify [HKCU\Control Panel\International] "sTimeFormat"="tt hh:mm:ss" to "HH:mm:ss" after Vista Setup has finished still "tt hh:mm:ss" I try %windir%\system32\config\systemprofile\ntuser.dat Remains the same sorry ! my english is poor Thanks a lot for your help !!!
  4. you can use /integrate
  5. now ~ Virtualbox is best it's fast and free !
  6. I use VirtualBox http://www.virtualbox.org/ it's freeware !

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.