windows 10 takes 4-5 min to sleep or shutdown on a fresh install [SSD]

View Poll Results: Did the fix work for you?

Voters
1. You may not vote on this poll
  • Yea

    1 100.00%
  • Nay

    0 0%
Page 3 of 3 FirstFirst 123

  1. Posts : 5,326
    Windows 11 Pro 64-bit
       #21

    Does the problem drivers install without internet connection?
      My Computer


  2. Posts : 31
    10
    Thread Starter
       #22

    FreeBooter said:
    Does the problem drivers install without internet connection?
    no, it did not
    It would be very helpful if you could remote access and look around a bit.
      My Computer


  3. Posts : 5,326
    Windows 11 Pro 64-bit
       #23

    Good uninstall them one at time without internet connection restart your computer to find out which one causing the problem then we can deal with the problem driver.

    I can't do anything remotely as computer needs to restart each changes i made as long as you follow my advice we will found out what is causing the problem.
      My Computer


  4. Posts : 31
    10
    Thread Starter
       #24

    FreeBooter said:
    Good uninstall them one at time without internet connection restart your computer to find out which one causing the problem then we can deal with the problem driver.
    I misunderstood you statement before, I meant they dont install without internet on fresh install OS. Once they are installed they come back automatically.
    I will retry it though.
      My Computer


  5. Posts : 5,326
    Windows 11 Pro 64-bit
       #25

    shubhamFormat said:
    I misunderstood you statement before, I meant they dont install without internet on fresh install OS. Once they are installed they come back automatically.
    I will retry it though.
    If they install when you clean install Windows 10 without internet connection then those drivers included with Windows 10 and updated from Microsoft when you connect to internet.
      My Computer


  6. Posts : 31
    10
    Thread Starter
       #26

    FreeBooter said:
    If they install when you clean install Windows 10 without internet connection then those drivers included with Windows 10 and updated from Microsoft when you connect to internet.
    they install as soon as i connect to internet after clean install, before internet connection they dont install on a freshly installed windows 10
      My Computer


  7. Posts : 5,326
    Windows 11 Pro 64-bit
       #27

    How is the shutdown speed in Safe Mode?
      My Computer


  8. Posts : 31
    10
    Thread Starter
       #28

    Found a solution/work around, I will post the detailed method soon!
    A big thanks to @FreeBooter guy helped me a lot.



    for now testing and looking for another potential flaws

    - - - Updated - - -

    SOLUTION
    Go through both cases before proceeding
    case 1: You about to install Windows 10
    step 1: Install as usual
    step 2: Don`t connect to internet when OS setup asks to, click [I do not have internet connection]
    step 3: Go to Windows properties(press Win+pause break)
    Adv system setting(left bottom)->Hardware->Device installation settings->NO
    step 4: Run this file by saving it as .bat give by @FreeBooter

    Code:
    @Echo Off
    
    
    Call :NoAdmin
    
    
    
    Cls & Mode CON  LINES=11 COLS=80 & Color 0D &Title Created By FreeBooter
    Echo.
    Echo.
    Echo.
    Echo       ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͻ
    Echo       º Do You Want To Turn Off Driver Updates In Windows Update (Y/N)? º  
    Echo       ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ
    Echo.
    Echo.
    
    
    Set /p input= RESPONSE: 
    If /i  Not %input%==Y (Goto :_Ex) Else (Goto :_Start) 
    
    :_Ex
    If /i Not %input%==N  (Goto :EOF) Else (Goto :_RegRestore)
    
    
    
    :_Start
    
    Reg Add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v "ExcludeWUDriversInQualityUpdate" /t REG_DWORD /d "1" /f >nul
    
    Cls & Mode CON  LINES=11 COLS=70 & Color 0D &Title Created By FreeBooter
    Echo.
    Echo.
    Echo.
    Echo       ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͻ
    Echo       º The Driver Updates In Windows Update Is Now Turn Off  º  
    Echo       ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ
    Echo.
    Echo. 
    ping -n 8 localhost >nul 
    Exit
    
    
    :_RegRestore
    Reg Delete "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v "ExcludeWUDriversInQualityUpdate" /f >nul
    
    
    Cls & Mode CON  LINES=11 COLS=70 & Color 0D &Title Created By FreeBooter
    Echo.
    Echo.
    Echo.
    Echo       ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͻ
    Echo       º The Driver Updates In Windows Update Is Now Enabled  º  
    Echo       ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ
    Echo.
    Echo. 
    ping -n 8 localhost >nul 
    Exit
    
    
    
    :NoAdmin
    Reg query "HKU\S-1-5-19\Environment"
    If Not %ERRORLEVEL% EQU 0 (
     Cls & Mode CON  LINES=5 COLS=48 & Color 0C &  Title  .....................- WARNING -.......................
     Echo.
     Echo. 
     Echo  YOU MUST HAVE ADMINISTRATOR RIGHTS TO CONTINUE 
     Pause >Nul & Exit
    )
     Cls
     Goto :eof

    step5: Win+R->Services.msc->disable background intelligence and windows update
    step6: Reboot
    step6.1: Connect to internet
    Install latest Graphic driver manually from intel (you should not get any slow boot problem after that), you can use intel auto update assistant.
    Intel(R) Driver & Support Assistant
    Important: After you know what to do from next link, copy the top most hardware id and google it, you will get an idea which hardware it does belong to.
    Tip: Use windows clipboard
    step7: How to Prevent Windows from Automatically Updating Specific Drivers
    you have to disable all intel(except graphic, make sure graphic driver is not the problem causing driver), realtek and usb drivers via this method
    Attachment 245555
    It should look something like this
    step8:Enable back services you disabled in Step 5 ,
    Background intelligence default is Auto(delayed) and Windows update is Manual.
    Reboot and Do windows update, keep doing until nothing more is available
    step9:You good to go, you have two choices either to keep it that way or to find the specific problem
    step10: Manuall remove hardware id from Group Policy Editor all of them
    step11: Its a bit complex part, now add all hardware if except from one which you wanna install
    after that reboot and check if problem occurs. If yes that is culprit driver, if not GOOD, go for next driver and check again.
    in my case it is either intel DPTF or Realtelk USB 2.0
    and it look like this
    Attachment 245556
    step12:Now problem comes while removing installed problematic driver
    disconnect internet, copy the hardware id(all of them), remove driver from device manager(check delete device driver) and add its hardware id back to Group Policy Editor. Now reboot and everything is fine
    connect back to internet
    Attachment 245558


    --------------------------------------------------------------------------------------------------------------------------------------------------------


    case 2:Already installed windows
    You need to find culprit driver, remove it from device manager (check delete driver option)
    Add its hardware id to Group Policy Editor, Reboot and remove the driver from device manager in case it comes back.
    Windows clipboard might be handy


    ----------------------------------------------------------------------------------------------------------------------------------------------------
    Its not a good day to die fixing your computer

    Download these
    Releases . lostindark/DriverStoreExplorer . GitHub

    Advanced System Tweaker

    Attachment 245559
    Attachment 245560

    with problem system boot time 2-3 minute
    restart 5 min
    sleep 2-3 minute
    damn!
    now
    sleep 3 sec
    shutdown depends on services but 10-12 sec max
    startup on 14th second you chrome will be open with few extension installed and good to go
    reboot 35 sec
    Last edited by shubham21; 03 Sep 2019 at 00:44.
      My Computer


  9. Posts : 5,326
    Windows 11 Pro 64-bit
       #29

    We are glad to hear your issue has been resolved, thank you for letting us know that all is now well!
      My Computer


  10. Posts : 31
    10
    Thread Starter
       #30

    FreeBooter said:
    We are glad to hear your issue has been resolved, thank you for letting us know that all is now well!

    Guys dont install Tweaking software, I messed it up with that.
    That method is only good if you are diagnosing, if you know exactly what problem is just add its Hardware ID to Group Policy editor, then delete old drivers and hell yeah! you good to go

    - - - Updated - - -

    Update
    Attachment 245697

    only driver causing the show sleep/shutdown error.
    Attachment 245698

    - - - Updated - - -[/COLOR]

    So, far the easiest fix is find culprit driver/device.
    Copy its Hardware ID
    Paste in Group Policy Editor
    Reboot
    Delete old driver[delete is completely]
    No need for any bat/cmd file or to disable windows update
    No third party app required
    Always trust Windows Update

      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

Designer Media Ltd
All times are GMT -5. The time now is 21:34.
Find Us




Windows 10 Forums