Updated to 1809.. But theres No Dark Win Explorer.. Wtf?

Page 3 of 3 FirstFirst 123

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

    It should display that if there is no partition.
    Please post the results into the thread:

    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

    Download and install: Minitool partition wizard
    MiniTool Partition Wizard Free Edition - Free download and software reviews - CNET Download.com
    Post an image into the thread.

    Open administrative powershell and copy and paste:
    Get-Disk

    When this has 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
      My Computer


  2. Posts : 654
    10
    Thread Starter
       #22

    zbook said:
    It should display that if there is no partition.
    Please post the results into the thread:

    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

    Download and install: Minitool partition wizard
    MiniTool Partition Wizard Free Edition - Free download and software reviews - CNET Download.com
    Post an image into the thread.

    Open administrative powershell and copy and paste:
    Get-Disk

    When this has 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

    Hi zbook.. heres what you requested:

    Code:
    Microsoft Windows [Version 10.0.17134.320]
    (c) 2018 Microsoft Corporation. All rights reserved.
    
    C:\WINDOWS\system32>diskpart
    
    Microsoft DiskPart version 10.0.17134.1
    
    Copyright (C) Microsoft Corporation.
    On computer: DESKTOP-CS2L7VM
    
    DISKPART> list disk
    
      Disk ###  Status         Size     Free     Dyn  Gpt
      --------  -------------  -------  -------  ---  ---
      Disk 0    Online          447 GB  1024 KB
    
    DISKPART> list volume
    
      Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
      ----------  ---  -----------  -----  ----------  -------  ---------  --------
      Volume 0         System Rese  NTFS   Partition    500 MB  Healthy    System
      Volume 1     C                NTFS   Partition    446 GB  Healthy    Boot
    
    DISKPART> select disk 0
    
    Disk 0 is now the selected disk.
    
    DISKPART> detail disk
    
    SanDisk SDSSDA480G
    Disk ID: 0001F373
    Type   : SATA
    Status : Online
    Path   : 0
    Target : 0
    LUN ID : 0
    Location Path : PCIROOT(0)#PCI(1700)#ATA(C00T00L00)
    Current Read-only State : No
    Read-only  : No
    Boot Disk  : Yes
    Pagefile Disk  : Yes
    Hibernation File Disk  : No
    Crashdump Disk  : Yes
    Clustered Disk  : No
    
      Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
      ----------  ---  -----------  -----  ----------  -------  ---------  --------
      Volume 0         System Rese  NTFS   Partition    500 MB  Healthy    System
      Volume 1     C                NTFS   Partition    446 GB  Healthy    Boot
    
    DISKPART> list partition
    
      Partition ###  Type              Size     Offset
      -------------  ----------------  -------  -------
      Partition 1    Primary            500 MB  1024 KB
      Partition 2    Primary            446 GB   501 MB
      Partition 3    Recovery           459 MB   446 GB
    
    DISKPART> select partition 1
    
    Partition 1 is now the selected partition.
    
    DISKPART> detail partition
    
    Partition 1
    Type  : 07
    Hidden: No
    Active: Yes
    Offset in Bytes: 1048576
    
      Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
      ----------  ---  -----------  -----  ----------  -------  ---------  --------
    * Volume 0         System Rese  NTFS   Partition    500 MB  Healthy    System
    
    DISKPART> select partition 2
    
    Partition 2 is now the selected partition.
    
    DISKPART> detail partition
    
    Partition 2
    Type  : 07
    Hidden: No
    Active: No
    Offset in Bytes: 525336576
    
      Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
      ----------  ---  -----------  -----  ----------  -------  ---------  --------
    * Volume 1     C                NTFS   Partition    446 GB  Healthy    Boot
    
    DISKPART> select partition 3
    
    Partition 3 is now the selected partition.
    
    DISKPART> detail partition
    
    Partition 3
    Type  : 27
    Hidden: No
    Active: No
    Offset in Bytes: 479619710976
    
      Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
      ----------  ---  -----------  -----  ----------  -------  ---------  --------
    * Volume 2                      NTFS   Partition    459 MB  Healthy    Hidden
    
    DISKPART> select partition 4
    
    The specified partition is not valid.
    Please select a valid partition.
    
    There is no partition selected.
    
    DISKPART> detail partition
    
    There is no partition selected.
    Please select a partition and try again.
    
    DISKPART>
    
    
    -----------------------------------------------------------------------------------------

    Heres info from Get-Disk:

    Code:
    Windows PowerShell
    Copyright (C) Microsoft Corporation. All rights reserved.
    
    PS C:\WINDOWS\system32> Get-Disk
    
    Number F Serial Number                    HealthStatus         OperationalStatus      Total Size P
           r                                                                                         a
           i                                                                                         r
           e                                                                                         t
           n                                                                                         i
           d                                                                                         t
           l                                                                                         i
           y                                                                                         o
                                                                                                     n
           N
           a                                                                                         S
           m                                                                                         t
           e                                                                                         y
                                                                                                     l
                                                                                                     e
    ------ - -------------                    ------------         -----------------      ---------- -
    0      S 162341449006                     Healthy              Online                  447.13 GB M
    
    
    PS C:\WINDOWS\system32>
    
    
    -----------------------------------------------------------------------------------------------

    Heres the image from the Minitool partition wizard. Theres an option to convert the MBR disk to GPT Disk. Should I click it?

    Updated to 1809.. But theres No Dark Win Explorer.. Wtf?-55.png
    Last edited by Brink; 05 Oct 2018 at 14:52. Reason: code box
      My Computer


  3. Posts : 41,462
    windows 10 professional version 1607 build 14393.969 64 bit
       #23

    See the first code in post # 17.
    The setupact log reported that it did not find a bootable partition.
    It finds a storage drive or a gendisk?
    It is unclear why it reports this in the log.

    Code:
    2018-10-03 18:24:20, Info                  CONX   ConX::Compatibility::CBootCriticalDeviceList::Initialize: Detected boot-critical device (ClassGuid = {71a27cdd-812a-11d0-bec7-08002be2092f}, ServiceName = volume): storage\volume
    2018-10-03 18:24:20, Info                  CONX   pIsDriverBootCritical: Start type of service mouhid: 3
    2018-10-03 18:24:20, Info                  CONX   pIsDriverBootCritical: Start type of service HidUsb: 3
    2018-10-03 18:24:20, Info                  CONX   pIsDriverBootCritical: Start type of service spaceport: 0
    2018-10-03 18:24:20, Info                  CONX   ConX::Compatibility::CBootCriticalDeviceList::Initialize: Detected boot-critical device (ClassGuid = {4d36e97b-e325-11ce-bfc1-08002be10318}, ServiceName = spaceport): root\spaceport
    2018-10-03 18:24:20, Info                  CONX   pIsDriverBootCritical: Start type of service HidUsb: 3
    2018-10-03 18:24:20, Info                  CONX   pIsDriverBootCritical: Start type of service volume: 0
    2018-10-03 18:24:20, Info                  CONX   pIsDriverBootCritical: Start type of service HidBth: 3
    2018-10-03 18:24:20, Info                  CONX   pIsDriverBootCritical: Start type of service HidBth: 3
    2018-10-03 18:24:20, Info                  CONX   pIsDriverBootCritical: Start type of service i8042prt: 3
    2018-10-03 18:24:20, Info                  CONX   pIsDriverBootCritical: Start type of service storahci: 0
    2018-10-03 18:24:20, Info                  CONX   ConX::Compatibility::CBootCriticalDeviceList::Initialize: Detected boot-critical device (ClassGuid = {4d36e96a-e325-11ce-bfc1-08002be10318}, ServiceName = storahci): pci\ven_8086&dev_a102&subsys_79941462&rev_31
    2018-10-03 18:24:20, Info                  CONX   ConX::Compatibility::CBootCriticalDeviceList::Initialize: Detected boot-critical device (ClassGuid = {4d36e96a-e325-11ce-bfc1-08002be10318}, ServiceName = storahci): pci\ven_8086&dev_a102&subsys_79941462
    2018-10-03 18:24:20, Info                  CONX   ConX::Compatibility::CBootCriticalDeviceList::Initialize: Detected boot-critical device (ClassGuid = {4d36e96a-e325-11ce-bfc1-08002be10318}, ServiceName = storahci): pci\ven_8086&dev_a102&cc_010601
    2018-10-03 18:24:20, Info                  CONX   ConX::Compatibility::CBootCriticalDeviceList::Initialize: Detected boot-critical device (ClassGuid = {4d36e96a-e325-11ce-bfc1-08002be10318}, ServiceName = storahci): pci\ven_8086&dev_a102&cc_0106
    2018-10-03 18:24:20, Info                  CONX   pIsDriverBootCritical: Start type of service disk: 0
    2018-10-03 18:24:20, Info                  CONX   ConX::Compatibility::CBootCriticalDeviceList::Initialize: Detected boot-critical device (ClassGuid = {4d36e967-e325-11ce-bfc1-08002be10318}, ServiceName = disk): scsi\disksandisk_______sdssda480gz320
    2018-10-03 18:24:20, Info                  CONX   ConX::Compatibility::CBootCriticalDeviceList::Initialize: Detected boot-critical device (ClassGuid = {4d36e967-e325-11ce-bfc1-08002be10318}, ServiceName = disk): scsi\disksandisk_______sdssda480g
    2018-10-03 18:24:20, Info                  CONX   ConX::Compatibility::CBootCriticalDeviceList::Initialize: Detected boot-critical device (ClassGuid = {4d36e967-e325-11ce-bfc1-08002be10318}, ServiceName = disk): scsi\disksandisk_
    2018-10-03 18:24:20, Info                  CONX   ConX::Compatibility::CBootCriticalDeviceList::Initialize: Detected boot-critical device (ClassGuid = {4d36e967-e325-11ce-bfc1-08002be10318}, ServiceName = disk): scsi\sandisk_______sdssda480gz
    2018-10-03 18:24:20, Info                  CONX   ConX::Compatibility::CBootCriticalDeviceList::Initialize: Detected boot-critical device (ClassGuid = {4d36e967-e325-11ce-bfc1-08002be10318}, ServiceName = disk): sandisk_______sdssda480gz
    2018-10-03 18:24:20, Info                  CONX   ConX::Compatibility::CBootCriticalDeviceList::Initialize: Detected boot-critical device (ClassGuid = {4d36e967-e325-11ce-bfc1-08002be10318}, ServiceName = disk): gendisk



    A backup image gives you more flexibility for trial and error steps.
    Backup images are not always 100 %.

    The most efficient and effective management plan appears to be clean install as commented by Brink earlier in the thread.
      My Computer


  4. Posts : 8
    Windows 10
       #24

    Stupid question but are you sure you have updated to 1809?

    Your screenshots show 1803 and the diskpart code you posted shows Microsoft Windows [Version 10.0.17134.320]

    Windows 1803 is 17134, Windows 1809 is 17763

    1803 doesn't have Dark Explorer as far as I know.
      My Computer


  5. Posts : 654
    10
    Thread Starter
       #25

    AlphaCentauri said:

    1803 doesn't have Dark Explorer as far as I know.
    Never said it did. 1809 does.

    I'll go ahead and clean install. But to make sure I dont want the same shit to happen after I clean install. What do I do to make sure this doesnt happen?
      My Computer


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

    1) Comparing UEFI/GPT to BIOS/MBR the UEFI has benchtest faster speed and improved security.
    Consider modifying the BIOS to UEFI before the next upgrade.
    Windows will install the operating system using UEFI/GPT instead of BIOS/MBR

    2) Create a bootable windows 10 iso 1809:
    Download Windows 10

    3) Boot to the iso and delete all partitions forming an unallocated drive > install Windows 10 build 1809

    4) Make sure that there is only one drive installed other than the flash drive during the Windows clean install

    Clean Install Windows 10 | Windows 10 Tutorials
      My Computer


  7. Posts : 654
    10
    Thread Starter
       #27

    zbook said:
    1) Comparing UEFI/GPT to BIOS/MBR the UEFI has benchtest faster speed and improved security.
    Consider modifying the BIOS to UEFI before the next upgrade.
    Windows will install the operating system using UEFI/GPT instead of BIOS/MBR

    2) Create a bootable windows 10 iso 1809:
    Download Windows 10

    3) Boot to the iso and delete all partitions forming an unallocated drive > install Windows 10 build 1809

    4) Make sure that there is only one drive installed other than the flash drive during the Windows clean install

    Clean Install Windows 10 | Windows 10 Tutorials
    Wil look into it. Thanks.
      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 14:35.
Find Us




Windows 10 Forums