[DISCUSSION] Windows 10 Insider Preview Build 16275 (PC)

Discussion in 'Windows 10' started by Enthousiast, Aug 25, 2017.

  1. antonio8909

    antonio8909 MDL Guru

    Feb 16, 2014
    3,111
    1,516
    120
    The problem isn't from ntoskrnl.exe it's from usbhub.sys. I don't know yet how to replace the pice because it says that I can't do it.
     
  2. pareja119

    pareja119 MDL Novice

    Jul 11, 2015
    30
    7
    0
    Ok mate!.

    Have you done a clean install or just updated? cuz I was thinking of doing a clean installation, maybe can solve the problem.
     
  3. antonio8909

    antonio8909 MDL Guru

    Feb 16, 2014
    3,111
    1,516
    120
    No, that doesn't fix the issue. You need to replace usbhub.sys in System32/drivers. You need to use one from 15063-16251 or 16257
     
  4. TairikuOkami

    TairikuOkami MDL Expert

    Mar 15, 2014
    1,172
    1,055
    60
    First take ownership and grant rights to admin, then replace it.
    Code:
    takeown /f "%WinDir%\System32\drivers\usbhub.sys" /a
    icacls "%WinDir%\System32\drivers\usbhub.sys" /grant:r Administrators:F /c

    Then enable the driver again.
    Code:
    reg add "HKLM\SYSTEM\CurrentControlSet\Services\usbhub" /v "Start" /t REG_DWORD /d "3" /f
     
  5. antonio8909

    antonio8909 MDL Guru

    Feb 16, 2014
    3,111
    1,516
    120
    But I need to have the driver activated before because I need to use the mouse. Can I do it or it'll be a problem?
     
  6. pareja119

    pareja119 MDL Novice

    Jul 11, 2015
    30
    7
    0
    Thanks, I'll try replace the file tonight. I don't have the file right now.
     
  7. TairikuOkami

    TairikuOkami MDL Expert

    Mar 15, 2014
    1,172
    1,055
    60
    Download bat, edit where you put the file you want to use to replace, I picked "C:\usbhub.sys", then disable the driver, restart and run the bat as admin from desktop with the keyboard, restart.
     

    Attached Files:

  8. antonio8909

    antonio8909 MDL Guru

    Feb 16, 2014
    3,111
    1,516
    120
    Hi,

    I did all the steps and it says Access Denied. 0 files copied
     
  9. pareja119

    pareja119 MDL Novice

    Jul 11, 2015
    30
    7
    0
    Please, you guys can upload usbhub.sys 15063, I appreciate.
     
  10. renotoc

    renotoc MDL Junior Member

    Sep 14, 2016
    86
    15
    0
    Any chance to get 16275 in Skip ahead ring....?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. MS_User

    MS_User MDL Guru

    Nov 30, 2014
    4,629
    1,343
    150
    MS dont make mistakes huh thats totally new to me:rolleyes:
     
  12. antonio8909

    antonio8909 MDL Guru

    Feb 16, 2014
    3,111
    1,516
    120
    @TairikuOkami Thanks!!!!! It worked!!! After put Administrators in Spanish the bat worked perfectly and I'm not getting a BSOD when I plug in my Toshiba!

    You're the best :)
     
  13. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,681
    18,589
    340
  14. antonio8909

    antonio8909 MDL Guru

    Feb 16, 2014
    3,111
    1,516
    120
    It's 2.x in this PC but it's fixed because I replaced usbhub.sys thanks to the bat that @TairikuOkami provided me :)
     
  15. pareja119

    pareja119 MDL Novice

    Jul 11, 2015
    30
    7
    0
    It worked for me too!!!.

    Thank TairikuOkami and Antonio.
     
  16. SAM-R

    SAM-R MDL Guru

    Mar 21, 2015
    5,826
    5,614
    180
    16275 is rs3_release only
     
  17. TairikuOkami

    TairikuOkami MDL Expert

    Mar 15, 2014
    1,172
    1,055
    60
    Yeah, sorry about that. I though, that Administrators is generic like commands, guess not. I should have used something like this (not sure, if it would work though, with admin rights):

    Code:
    takeown /s %computername% /u %username% /f "%WinDir%\System32\drivers\usbhub.sys"
    icacls "%WinDir%\System32\drivers\usbhub.sys" /grant:r %username%:F /t /l /q /c
    copy "C:\usbhub.sys" "%WinDir%\System32\drivers\usbhub.sys" /y
    reg add "HKLM\SYSTEM\CurrentControlSet\Services\usbhub" /v "Start" /t REG_DWORD /d "3" /f
    pause
     
  18. antonio8909

    antonio8909 MDL Guru

    Feb 16, 2014
    3,111
    1,516
    120
    It works!!! I tried it in another PC :)
     
  19. maddogster

    maddogster MDL Senior Member

    Mar 23, 2015
    306
    110
    10
    and build 16350.1002 is internal so that next to be released to the rings; hopefully that may be the rtm build with that unusual build number jump