1. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,005
    122
    90
    #3381 Windows 10 User, May 31, 2019
    Last edited: Sep 24, 2023
    I just noticed "Advanced Startup" doesn't appear below "Reset this PC"!
     
  2. Updates installed? Can we get a screenshot? And do you use BIOS or UEFI?
     
  3. °ツ

    °ツ MDL Addicted

    Jun 8, 2014
    903
    1,178
    30
    You can reboot to Advanced Startup faster by shortcut.

    Code:
    C:\Windows\System32\shutdown.exe /r /o /t 0
     
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,679
    103,529
    450
    Advanced startup is a mock winre environment, i always use @murphy78 his script:

    Code:
    @echo off
    color 1f
        pushd "%CD%"
        CD /D "%~dp0"
    (NET FILE||(powershell -command Start-Process '%0' -Verb runAs -ArgumentList '%* '&EXIT /B))>NUL 2>NUL
    :--------------------------------------
    ECHO -------------------------------------------------------------------------------
    echo.                  Windows Recovery Environment Scheduler
    ECHO -------------------------------------------------------------------------------
    
    ECHO This script can schedule your system to reboot to WinRE recovery mode.
    ECHO When you use this script, it will use the Windows ReagentC setting for
    ECHO your winre.wim image and schedule the next reboot to run the Recovery
    ECHO environment.
    ECHO -------------------------------------------------------------------------------
    CHOICE /c YN /n /M "Run this script? (Y/N): "
    set errortemp=%ERRORLEVEL%
    IF %ERRORTEMP% EQU 2 EXIT
    IF %ERRORTEMP% EQU 0 EXIT
    %WINDIR%\system32\reagentc.exe /boottore
    ECHO -------------------------------------------------------------------------------
    echo.                                 Finished
    ECHO -------------------------------------------------------------------------------
    CHOICE /c YN /n /M "Reboot your system now? (Y/N): "
    set errortemp=%ERRORLEVEL%
    IF %ERRORTEMP% EQU 2 EXIT
    IF %ERRORTEMP% EQU 0 EXIT
    shutdown /r /t 0
    
     
  5. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,005
    122
    90
    #3387 Windows 10 User, Jun 1, 2019
    Last edited: Jun 1, 2019
    No, no integrated updates (or installed ones afterwards). I've deleted the VM (created by Hyper-V).

    Ok, but it should work the other way.
     
  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,679
    103,529
    450
    It works as expected.
     
  7. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,005
    122
    90
    #3389 Windows 10 User, Jun 1, 2019
    Last edited: Jul 13, 2023
    Not in my case but I'll do another test just to be sure.

    So, I did a clean Windows 10 1903 18362.1 Build Enterprise x64 pt-pt install (with KB4507453 integrated so it makes it the 18362.239 build) on the host and on a VM using Hyper-V after creating an image and I'm having some problems.

    1º - After signing in for the first time on a VM the right blue network panel is empty after editing its session settings (if I don't do the latter it isn't empty). This problem doesn't happen if I do a clean install using an untouched image on a VM after doing a clean install with that image on the host.

    2° - After disabling the search box the taskbar looks weird. This problem doesn't happen if I do a clean install using an untouched image both on the host and on a VM;

    3º - The Advanced Startup feature doesn't appear below the Reset this PC one on a VM but oddly it appears on the host. This problem doesn't happen if I do a clean install using an untouched image both on the host and on a VM.

    Another thing, I can't remove modern apps' shortcuts from the Start Menu (I'd like to be able to do it especially after removing the apps).

    EDIT: So, this time I set "Dark mode for apps" and "Dark mode for Windows" to Default and I no longer have the taskbar's color problem. I don't know why after disabling them I have this problem, though. Also, this time I didn't have the VM blue network panel problem.
     
  8. SM03

    SM03 MDL Expert

    Dec 16, 2012
    1,522
    634
    60
    I need to know whether MS re-release the FOD ISO multiple time as 'refreshed ISO' for any single brunch i.e.1809 or 1903 like the way they re-release the main OS ISO quite a few time or not?
     
  9. windows builder

    windows builder MDL Guru

    Sep 13, 2017
    2,219
    1,555
    90
    update version 1903 is available for LTSC edition.
    how is that possible ?! :confused::confused::confused:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. SM03

    SM03 MDL Expert

    Dec 16, 2012
    1,522
    634
    60
    #3394 SM03, Jun 2, 2019
    Last edited: Jun 2, 2019
    There is a false/wrong info mentioned there in the OP

    Official 18362.1 ESD (ClientConsumer & Business) Files By @abbodi1406

    Should be 18362.30 instead 18362.1
     

    Attached Files:

    • 1.jpg
      1.jpg
      File size:
      8.7 KB
      Views:
      56
  11. windows builder

    windows builder MDL Guru

    Sep 13, 2017
    2,219
    1,555
    90
    ESD - 18362.1
    ISO - 18362.30
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. Krakatoa

    Krakatoa MDL Addicted

    Feb 22, 2011
    688
    1,132
    30
    ESD is 18362.30
     
  13. asabater

    asabater MDL Member

    Sep 6, 2008
    194
    71
    10
    only UUP can be 18362.1

    saludos
     
  14. Kraith

    Kraith MDL Novice

    Aug 8, 2016
    44
    17
    0
    sorry if this is not the right place to ask
    I need reg key from HKLM\SYSTEM\CurrentControlSet\Services\wscsvc
    thanks
     
  15. TairikuOkami

    TairikuOkami MDL Expert

    Mar 15, 2014
    1,256
    1,153
    60