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.

Juxp0

Member
  • Joined

  • Last visited

  • Country

    United States
  1. WinPE 3.0 (I'm using OPK, haven't tested using WAIK) Look in the following folder: C:\Program Files\Windows OPK\Tools\PETools\x86\WinPE_FPs (x86 is architect, looks like theres one per arch type) 10/14/2009 01:49 PM <DIR> . 10/14/2009 01:49 PM <DIR> .. 10/14/2009 01:49 PM <DIR> en-us 07/14/2009 06:10 AM 9,851,612 winpe-fontsupport-ja-jp.cab 07/14/2009 06:10 AM 6,099,607 winpe-fontsupport-ko-kr.cab 07/14/2009 06:10 AM 34,077,627 winpe-fontsupport-zh-cn.cab 07/14/2009 06:10 AM 34,373,417 winpe-fontsupport-zh-hk.cab 07/14/2009 06:10 AM 34,365,117 winpe-fontsupport-zh-tw.cab 07/14/2009 06:10 AM 7,242,167 winpe-hta.cab 07/14/2009 06:10 AM 8,754,403 winpe-legacysetup.cab 07/14/2009 06:10 AM 7,517,922 winpe-mdac.cab 07/14/2009 06:10 AM 343,740 winpe-pppoe.cab 07/14/2009 06:10 AM 771,038 winpe-scripting.cab 07/14/2009 06:10 AM 2,896,718 winpe-setup-client.cab 07/14/2009 06:11 AM 2,040,838 winpe-setup-server.cab 07/14/2009 06:11 AM 4,890,370 winpe-setup.cab 07/14/2009 06:11 AM 1,891,040 winpe-srt.cab 07/14/2009 06:11 AM 404,261 winpe-wds-tools.cab 07/14/2009 06:11 AM 4,205,296 winpe-wmi.cab 16 File(s) 159,725,173 bytes Now use DISM to inject the above package: -copype x86 c:\bin - DISM.exe /Mount-Wim /WimFile:C:\test\images\myimage.wim /index:1 /MountDir:C:\test\offline -C:\bin>dism /image:.\mount /add-package /packagePath:"C:\Program Files\Windows OPK\Tools\PETools\x86\WinPE_FPs\winpe-srt.cab" ============================================= **(captured while injeting to show process)** Deployment Image Servicing and Management tool Version: 6.1.7600.16385 Image Version: 6.1.7600.16385 Processing 1 of 1 - Adding package WinPE-SRT-Package~31bf3856ad364e35~amd64~~6.1 .7600.16385 [===========================75.0%=========== ] at 100% I got "The operation completed successfully." ============================================= [to verify] C:\bin>dism /image:.\mount /get-packages Deployment Image Servicing and Management tool Version: 6.1.7600.16385 Image Version: 6.1.7600.16385 Packages listing: Package Identity : Microsoft-Windows-WinPE-LanguagePack-Package~31bf3856ad364e35 ~amd64~en-US~6.1.7600.16385 State : Install Pending Release Type : Language Pack Install Time : 7/14/2009 3:03 AM Package Identity : Microsoft-Windows-WinPE-Package~31bf3856ad364e35~amd64~~6.1.7 600.16385 State : Install Pending Release Type : Foundation Install Time : 7/14/2009 3:01 AM Package Identity : WinPE-SRT-Package~31bf3856ad364e35~amd64~~6.1.7600.16385 State : Install Pending Release Type : Feature Pack Install Time : 12/15/2009 8:58 PM The operation completed successfully. ============================================= now unmount and commit: C:\bin>dism /unmount-wim /mountdir:.\mount /commit Deployment Image Servicing and Management tool Version: 6.1.7600.16385 Image File : C:\bin\winpe.wim Image Index : 1 ** wait for it** took a while for the progress bar to show up .. Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. C:\bin>

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.