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.

PhreeZ

Member
  • Joined

  • Last visited

  • Country

    Canada

Everything posted by PhreeZ

  1. PhreeZ replied to PhreeZ's topic in Device Drivers
    @the_doc735: OemPnPDriversPath works with [OemInfFiles].
  2. @cyberloner: check out the [OemInfFiles] method.
  3. PhreeZ replied to THXTEX's topic in Device Drivers
    perhaps your drivers are being extracted after GUI-mode setup detects and installs your devices.
  4. PhreeZ replied to THXTEX's topic in Device Drivers
    @THXTEX: if your drivers come with a .CAT file they should be WHQL. check setupapi.log in your WINDOWS folder see if you can find the device or the .INF you are trying to install.
  5. @Jackrip5: if you are using this method to install on your NVRAID, it should not interfere with any existing OemPnPDriversPath entries.
  6. @Mengha: it doesn't really matter what folder you put the drivers in. organize it as you see fit. just make sure the OemPnPDriversPath in your WINNT.SIF matches where you put the drivers.
  7. PhreeZ replied to THXTEX's topic in Device Drivers
    @THXTEX: try removing %SYSTEMDRIVE% from the OemPnPDriversPath entry. i believe it should look as follows: [Unattended] OemPnPDriversPath="Drivers\Chipset;Drivers\Lan" are those drivers WHQL certified?
  8. @n00b: try adding the [OemInfFiles] entries to your unattend.txt. let me know if you get it to work.
  9. @Levster: try using the nForce 7.13 PATARAID IDE drivers and the method i described HERE.
  10. PhreeZ replied to PhreeZ's topic in Device Drivers
    i tried appending the OemDriverPathName entry with no success. the following two formats failed: OemPnPDriversPath="PATH1","PATH2" OemPnPDriversPath="PATH1;PATH2" it seems this method is limited to a single source path.
  11. @Dynaletik: try installing your monitor using the method i described HERE. let us know if you get it to work.
  12. @oioldman: try installing your monitor using the method i described [url="http://www.msfn.org/board/index.php?showtopic=49374"]HERE[/url]. let us know if you get it to work.
  13. give [OemInfFiles] a try. add the following lines to WINNT.SIF [Data] OemDrivers=OemInfFiles [OemInfFiles] OemDriverFlags=1 OemDriverPathName="%SystemRoot%\OemDir" OemInfName="driver0.inf" edit OemDriverPathName to match the path to the drivers and modify OemInfName to correspond with the correct .INF. let us know if you get it to work.
  14. @dale5605: what symptoms are you experiencing that leads you to believe it didn't work? you can always use the OemInfFiles entries. i know those work with 7.13.
  15. PhreeZ replied to PhreeZ's topic in Device Drivers
    thanks to Silentman for verifying this method works with a device other than a mass storage controller. i had originally thought this method would be useful for only nonWHQL drivers. apparently, setup still prioritizes its own drivers although newer WHQL drivers are supplied.
  16. it is interesting that setup prioritized its own driver then. i figured drivers were prioritized by date. i guess it's the version number matters.
  17. PhreeZ replied to PhreeZ's topic in Device Drivers
    @bilemke: i am curious as to why you want to skip TEXTMODE setup. @hp38guser: how did the monitor installation experiment go?
  18. @Silentman: thanks for reporting back. excellent stuff. was that AMD driver WHQL'd? did it come with a .CAT file?
  19. @Silentman: the [OemInfFiles] entry shouldn't be the cause of the problem. try checking setupapi.log in the WINDOWS root folder. find the line where windows skips the installation of that driver. why not try installing that AMD K8 driver using OemInfFiles. let us know if it works.
  20. PhreeZ replied to PhreeZ's topic in Device Drivers
    @bilemke: i have no experience with PE, but the method you are describing sounds very similar install method i was using before i found out about the OemInfFiles entries. with the $WIN_NT$.~BT folder, ntldr, $LDR$, TXTSETUP.SIF, and minor changes to boot.ini all placed in the root i could boot up the computer for an installation. i believe this method loads the same files as using the floppy-boot install. i just had to throw in my WINNT.SIF into the $WIN_NT$.~BT folder to have a cd-based source. i was hoping to try PE, until i found the method above. is this method similar to your process? i would think making changes to WINNT.SIF is easier than altering $WINNT$.INF. after all, $WINNT$.INF is based off the .SIF file.
  21. @dale5605: it should be good for both.

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.