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.

wrb

Member
  • Joined

  • Last visited

  • Country

    United States
  1. Solution to problem of unresolved strings in Windows PE 2005: HIVECLS.INF file has two [strings] sections in it. This causes the second section to be ignored, so most of the string values are missed (including the ones pictured in the first post, above). My solution was to add a PAUSE command in MKIMG.CMD: REM REM Copy over the required registry hive files REM copy %WINPESRCDIR%\hive*.inf 2>nul 1>nul REM - added this reminder to look out for duplicate [strings] section headers. echo Watch out for duplicate [strings] section headers.& findstr /b /i /n \[strings\] "%CD%"\hive*.inf & pause ...and then manually comment out the second [strings] header (using a semicolon) before continuing. Ross Brown Computer Sciences Corporation rbrown68@csc.com
  2. I got the same result (The disk management services could not complete the operation.) after I slipstreamed Windows XP Service Pack 2 RC2 (build 2149) into my SP1-ified I386 source folder and rebuilt the Windows PE image. It would appear that something changed between SP1 and SP2 that breaks DISKPART. If this describes your situation, I suggest you revert to an SP1-based I386 and rebuild Windows PE again. I have submitted a bug to Microsoft on this. Ross Brown Computer Sciences Corporation rbrown68@csc.com

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.