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.

ejimatsu

Member
  • Joined

  • Last visited

  • Country

    Thailand

Everything posted by ejimatsu

  1. %localappdata%\Downloaded Installations :CheckOSIF EXIST "%Programfiles(x86)%" (GOTO 64-Bit) ELSE (GOTO 32-Bit) :32-Bitstart /wait msiexec.exe /i "ACDSee Pro 9.msi" /qb! REBOOT="ReallySuppress"GOTO END :64-Bitstart /wait msiexec.exe /i "ACDSee Pro 9 (64-bit).msi" /qb! REBOOT="ReallySuppress"GOTO END
  2. {START} cmd /c "%wpipath%\Install\Filefolder\batchname.cmd" exsample {START} cmd /c "%wpipath%\\Install\\Office2007SP3\\setup.bat" ============ Merged Post ============ prog[pn]=['Office 2007 SP2 Eng']; uid[pn]=['OFFICE2007SP2ENG']; ordr[pn]=[604]; dflt[pn]=['no']; forc[pn]=['no']; bit64[pn]=['no']; cat[pn]=['Microsoft Office']; pfro[pn]=['no']; cmds[pn]=['"%wpipath%\\install\\WINDOWS_OFFICE\\Microsoft_Office\\Microsoft_Office_2007\\Office 2007 Professional Plus SP2 12.0.6416.1000\\setup.exe" /adminfile Unattended.MSP /config custom.xml','"%wpipath%\\install\\WINDOWS_OFFICE\\Microsoft_Office\\Microsoft_Office_2007\\Office.vbs"']; desc[pn]=['Microsoft Office 2007 SP2 Eng']; pn++;
  3. msiexec.exe" /qn /X {F384C1E1-3A16-4073-95C3-7271FE0ED4C2} /norestart','regedit /s "%wpipath%\\install\\CDR_RECORDING\\Ahead_Nero\\Nero 2014 Platinum\\Serial.reg"','"%wpipath%\\install\\CDR_RECORDING\\Ahead_Nero\\Nero 2014 Platinum\\Setup.exe" /s /v"/qn','"%wpipath%\\install\\CDR_RECORDING\\Ahead_Nero\\Nero 2014 Platinum\\Nero.MultimediaSuite.msi" /qb']
  4. {START} cmd /c "%wpipath%\Install\Filefolder\batchname.cmd" exsample {START} cmd /c "%wpipath%\\Install\\Office2007SP1slip\\setup.bat"
  5. <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="oobeSystem"> <component name="Microsoft-Windows-International-Core" 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"> <InputLocale>en-US</InputLocale> <SystemLocale>th-TH</SystemLocale> <UILanguage>en-US</UILanguage> <UILanguageFallback>en-US</UILanguageFallback> <UserLocale>th-TH</UserLocale> </component> <component name="Microsoft-Windows-Shell-Setup" 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"> <TimeZone>SE Asia Standard Time</TimeZone> <RegisteredOrganization>Comp Professional</RegisteredOrganization> <RegisteredOwner>Ejimatsu</RegisteredOwner> <OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Home</NetworkLocation> <ProtectYourPC>3</ProtectYourPC> <SkipMachineOOBE>true</SkipMachineOOBE> <SkipUserOOBE>true</SkipUserOOBE> </OOBE> <UserAccounts> <AdministratorPassword> <Value></Value> <PlainText>true</PlainText> </AdministratorPassword> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <Value></Value> <PlainText>true</PlainText> </Password> <Name>Administrator</Name> <DisplayName>Administrator</DisplayName> <Group>Administrators</Group> </LocalAccount> </LocalAccounts> </UserAccounts> <Display> <ColorDepth>32</ColorDepth> <DPI>96</DPI> <RefreshRate>60</RefreshRate> </Display> </component> </settings> <settings pass="specialize"> <component name="Microsoft-Windows-Shell-Setup" 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"> <CopyProfile>true</CopyProfile> <ComputerName>Ejimatsu-PC</ComputerName> <TimeZone>SE Asia Standard Time</TimeZone> <AutoLogon> <Password> <Value></Value> <PlainText>true</PlainText> </Password> <Domain></Domain> <Enabled>true</Enabled> <LogonCount>999999</LogonCount> <Username>Administrator</Username> </AutoLogon> </component> <component name="Microsoft-Windows-Security-SPP-UX" 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"> <SkipAutoActivation>true</SkipAutoActivation> </component> <component name="Microsoft-Windows-IE-InternetExplorer" 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"> <EnableLinksBar>true</EnableLinksBar> <BlockPopups>yes</BlockPopups> <SuggestedSitesEnabled>true</SuggestedSitesEnabled> <PlaySound>true</PlaySound> <ShowInformationBar>true</ShowInformationBar> <ShowMenuBar>true</ShowMenuBar> <ShowStatusBar>true</ShowStatusBar> <LockToolbars>True</LockToolbars> <Home_Page>about:blank</Home_Page> </component> <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> <Description>ActiveAdminAccount</Description> <Path>net user administrator /active:yes</Path> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>2</Order> <Description>GraveHotkey</Description> <Path>CMD /c REG.exe add "HKEY_CURRENT_USER\Keyboard Layout\Toggle" /v Hotkey /t REG_SZ /d 4 /f</Path> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>3</Order> <Description>GraveLanguageHotkey</Description> <Path>CMD /c REG.exe add "HKEY_CURRENT_USER\Keyboard Layout\Toggle" /v "Language Hotkey" /t REG_SZ /d 4 /f</Path> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>4</Order> <Description>GraveLayoutHotkey</Description> <Path>CMD /c REG.exe add "HKEY_CURRENT_USER\Keyboard Layout\Toggle" /v "Layout Hotkey" /t REG_SZ /d 3 /f</Path> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>5</Order> <Description>DisableUAC</Description> <Path>CMD /c REG.exe add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v EnableLUA /t REG_DWORD /d 0 /f</Path> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>6</Order> <Description>FilterAdministratorToken</Description> <Path>CMD /c REG.exe add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v FilterAdministratorToken /t REG_DWORD /d 1 /f</Path> </RunSynchronousCommand> </RunSynchronous> </component> </settings> <settings pass="generalize"> <component name="Microsoft-Windows-Security-Licensing-SLC" 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"> <SkipRearm>1</SkipRearm> </component> </settings> </unattend> Unattend.xml

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.