[DISCUSSION] Windows 10 Insider Preview Build 18970.1005 (PC) [FAST & SKIP - rs_prerelease]

Discussion in 'Windows 10' started by Enthousiast, Aug 29, 2019.

  1. cuteee

    cuteee MDL Guru

    Oct 13, 2012
    5,729
    982
    180
    I have them in 18970.
     
  2. pp03

    pp03 MDL Senior Member

    Apr 12, 2014
    278
    46
    10
    not working
     
  3. windows builder

    windows builder MDL Guru

    Sep 13, 2017
    2,209
    1,539
    90
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,331
    7,048
    210
    Hrm, you might be up to something. There is nothing interfering, but... I just had to exchange the drive in question (6 TiB magnetic HDD) because the old one showed faults. All the data has been copied over (that alone took very long) but the drive hasn't been defragged, yet. Thanks to your analysis, I found a very simple cause: Creation and possibly removal of the _tmp directory takes too long. The "Access denied" messages occur because the system is still in the process of removing the previous _tmp directory and can't create the new one. I proved that by inserting a hard 3 secs pause after both the mkdir and rmdir commands. That slowed expanding somewhat but makes it work.

    Now my question: Would it be possible to make that process more stable? Like the following (very bad) example:
    Code:
    mkdir E:\_tmp
    :mkloop
    if exist E:\_tmp goto mkloopout
    timeout.exe /T 1 /NOBREAK >nul
    goto mkloop
    :mkloopout
    .
    .
    .
    rmdir E:\_tmp
    :rmloop
    if not exist E:\_tmp goto rmloopout
    timeout.exe /T 1 /NOBREAK >nul
    goto rmloop
    :rmloopout
    I'm sure there are much more elegant methods. I'm a bit rusty, my batch times were with MS-DOS, lol.
     
  5. albacore78

    albacore78 MDL Member

    Jul 26, 2019
    163
    29
    10
    I agree..
     
  6. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,331
    7,048
    210
    Yep, rotating directories seems to help. Thanks.

    As a nice turtle, I'll provide the new Debug.log.
     

    Attached Files:

  7. cuteee

    cuteee MDL Guru

    Oct 13, 2012
    5,729
    982
    180
    Next build can be 18973.
     
  8. windows builder

    windows builder MDL Guru

    Sep 13, 2017
    2,209
    1,539
    90
    No ;)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. cuteee

    cuteee MDL Guru

    Oct 13, 2012
    5,729
    982
    180
    You again. Why not ?
     
  10. windows builder

    windows builder MDL Guru

    Sep 13, 2017
    2,209
    1,539
    90
    18975 or 18976.
    Wednesday or Thursday.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. kosta20071

    kosta20071 MDL Addicted

    Jan 8, 2012
    791
    483
    30
    Source?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. oilernut

    oilernut MDL Senior Member

    Jul 8, 2007
    450
    346
    10
    We might not get a new build this week given it's a short work week. But if we do, why care about what build number it will be?
     
  13. SAM-R

    SAM-R MDL Guru

    Mar 21, 2015
    5,822
    5,609
    180
    Guess Thursday. Today is Labor Day in USA (A Major Holiday here) & Microsoft should be closed puting them a day behind.
     
  14. mbc07

    mbc07 MDL Novice

    Jul 19, 2011
    25
    10
    0
    Nobody?
     
  15. excalibur2

    excalibur2 MDL Senior Member

    Aug 1, 2015
    271
    25
    10
    A nasty bug has turned up on my computer:-file explorer sometimes won't show all my jpg photos and sometimes none at all and it would suggest a memory problem but never had this problem before this build. :mad:
     
  16. cuteee

    cuteee MDL Guru

    Oct 13, 2012
    5,729
    982
    180
    So It's annoying bug.
     
  17. boyonthebus

    boyonthebus MDL Expert

    Sep 16, 2018
    1,168
    752
    60
    Another annoying bug: Search and Cortana stop working after several hours. System restore works to start them again, but after several hours they both stop. Nasty, nasty bug. :(
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. Leopeva64

    Leopeva64 MDL Expert

    Oct 4, 2016
    1,098
    929
    60
    No, to enable that search box in the lock screen you have to use a third-party tool (which Microsoft explicitly recommends not to use), Microsoft has never officially enabled that "feature" in the insider builds.