Anyone Brave Enough To Read My Logs? (1803/1809/1903 (fromWI) Fail

Page 3 of 6 FirstFirst 12345 ... LastLast

  1. Posts : 41,474
    windows 10 professional version 1607 build 14393.969 64 bit
       #21

    1) Please run chkdsk /r /v on all drives:
    On the Windows drive it can be run overnight.
    Other drives can be ran with a locked drive and without a reboot.
    For each test please post a notepad result share link into the thread.

    2) Make a new restore point:
    Create System Restore Point in Windows 10 | Tutorials

    3) Find a flash drive that you can format ( > or = 8 GB)

    4) Create a bootable Windows 10 iso:
    Download Windows 10 ISO File | Tutorials
    Download Windows 10

    5) What problems were there with reset save files?
    Reset Windows 10 | Tutorials

    6) What problems were there with clean install?
    a) Were all partitions deleted?
    b) Was an unallocated drive created
    Clean Install Windows 10 | Tutorials

    7) Read this link on Windows driver verifier (please do not use the tool until it is communicated in the thread)

    Enable and Disable Driver Verifier in Windows 10 | Tutorials

    8) Open administrative powershell and copy and paste:

    Code:
    [Cmdletbinding()]
    Param(
        [string]$Computername = "localhost"
    )
    cls
    $PysicalMemory = Get-WmiObject -class "win32_physicalmemory" -namespace "root\CIMV2" -ComputerName $Computername
    
    Write-Host "Memore Modules:" -ForegroundColor Green
    $PysicalMemory | Format-Table Tag,BankLabel,@{n="Capacity(GB)";e={$_.Capacity/1GB}},Manufacturer,PartNumber,Speed -AutoSize
    
    Write-Host "Total Memory:" -ForegroundColor Green
    Write-Host "$((($PysicalMemory).Capacity | Measure-Object -Sum).Sum/1GB)GB"
    
    $TotalSlots = ((Get-WmiObject -Class "win32_PhysicalMemoryArray" -namespace "root\CIMV2" -ComputerName $Computername).MemoryDevices | Measure-Object -Sum).Sum
    Write-Host "`nTotal Memory Slots:" -ForegroundColor Green
    Write-Host $TotalSlots
    
    $UsedSlots = (($PysicalMemory) | Measure-Object).Count 
    Write-Host "`nUsed Memory Slots:" -ForegroundColor Green
    Write-Host $UsedSlots
    
    If($UsedSlots -eq $TotalSlots)
    {
        Write-Host "All memory slots are filled up, none is empty!" -ForegroundColor Yellow
    }
    When these have completed > right click on the top bar or title bar of the administrative command prompt box > left click on edit then select all > right click on the top bar again > left click on edit then copy > paste into the thread

    9) Open administrative command prompt and copy and paste:

    a) wmic memorychip get manufacturer, capacity, partnumber, speed, memorytype, devicelocator, formfactor
    b) reagentc /info

    When these have completed > right click on the top bar or title bar of the administrative command prompt box > left click on edit then select all > right click on the top bar again > left click on edit then copy > paste into the thread



    Code:
    ------------------------
    Disk & DVD/CD-ROM Drives
    ------------------------
          Drive: C:
     Free Space: 277.7 GB
    Total Space: 476.9 GB
    File System: NTFS
          Model: WDC WD5003AZEX-00K1GA0
    
          Drive: K:
     Free Space: 342.7 GB
    Total Space: 349.4 GB
    File System: NTFS
          Model: WDC WD1002FBYS-02A6B0
    
          Drive: L:
     Free Space: 238.3 GB
    Total Space: 238.5 GB
    File System: NTFS
          Model: WDC WD5003AZEX-00K1GA0
    
          Drive: M:
     Free Space: 238.4 GB
    Total Space: 238.5 GB
    File System: NTFS
          Model: WDC WD5003AZEX-00K1GA0
    
          Drive: N:
     Free Space: 199.2 GB
    Total Space: 254.1 GB
    File System: NTFS
          Model: WDC WD1002FBYS-02A6B0
    
          Drive: O:
     Free Space: 240.0 GB
    Total Space: 349.5 GB
    File System: NTFS
          Model: WDC WD1002FBYS-02A6B0
    
          Drive: T:
     Free Space: 546.1 GB
    Total Space: 715.4 GB
    File System: NTFS
          Model: d2 Quadra v3C
    
          Drive: U:
     Free Space: 431.1 GB
    Total Space: 715.4 GB
    File System: NTFS
          Model: d2 Quadra v3C
    
          Drive: V:
     Free Space: 1051.7 GB
    Total Space: 1430.8 GB
    File System: NTFS
          Model: d2 Quadra v3C
    Last edited by zbook; 24 Apr 2019 at 17:40.
      My Computer


  2. Posts : 803
    Win10 Pro - x64 latest build dual boot w/Win 11 Pro
    Thread Starter
       #22

    Sorry error...will repost later
    Last edited by Ex_Brit; 24 Apr 2019 at 19:01.
      My Computer


  3. Posts : 803
    Win10 Pro - x64 latest build dual boot w/Win 11 Pro
    Thread Starter
       #23

    This is becoming too much for me especially as I ran chkdsk /r /v on C:, it asked to do it at next reboot, I agreed and rebooted and left it going overenight....where are the results?
    I was greeted with a dark screen this morning and nothing would stir life into it so had to power down and start up again, which takes a while as multi-noots don't like being powered off like that..
    For me it's becoming to be too much hard concentration and work. I appreciate your helping me @xbook but I must consider my own health.
    So please let it go and I will just stubbornly defy Microsoft crazy support cycle if I have to.
    Thanks once more..
      My Computer


  4. Posts : 41,474
    windows 10 professional version 1607 build 14393.969 64 bit
       #24

    If you have important files backed up the problems can be addressed at any time.
    Troubleshooting any problems with clean install may be the fastest method to fix any underlying problems.
      My Computer


  5. Posts : 803
    Win10 Pro - x64 latest build dual boot w/Win 11 Pro
    Thread Starter
       #25

    Thank you very much. I'm sorry to let you down but I just don't have the time to fuss around, I appreciate the help thus far.
    I don't recall ever having problems when installing Service Packs in the older Windows.
    But then you could call MS and ask for someone's help.
    I think I only ever called them once and that was an activation problem anyway.
    It took 5 minutes. The good old days LOL.
      My Computer


  6. Posts : 41,474
    windows 10 professional version 1607 build 14393.969 64 bit
       #26

    Your welcome.
    The other option that had not been performed was a custom install.
    It can be tried after you recover.

    Custom Install Windows 10 | Tutorials
      My Computer


  7. Posts : 803
    Win10 Pro - x64 latest build dual boot w/Win 11 Pro
    Thread Starter
       #27

    I have tried that, and failed. Will give it another go.
      My Computer


  8. Posts : 803
    Win10 Pro - x64 latest build dual boot w/Win 11 Pro
    Thread Starter
       #28

    As a follow up and FYI I even tried this old fix and I can't help but feel that it is probably something very simple that some command prompt or another would fix, but as of now I await 1903 and hope it's installer is not so fussy.
    Until ,then ;-)
      My Computer


  9. Posts : 41,474
    windows 10 professional version 1607 build 14393.969 64 bit
       #29

    If important files are backed up a clean install should work to install either 1903 or 1809.
    All partitions are deleted > the drive becomes unallocated > Windows creates new partitions
    (GPT or MBR can be chosen based upon the BIOS settings)
      My Computer


  10. Posts : 803
    Win10 Pro - x64 latest build dual boot w/Win 11 Pro
    Thread Starter
       #30

    Have tried but could try again I guess.
      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 19:32.
Find Us




Windows 10 Forums