[INFO - DISCUSSION + Downloads] Windows 10 1809 FINAL b 17763.xxx (PC) [RS5]

Discussion in 'Windows 10' started by Enthousiast, Sep 18, 2018.

  1. vze2mp9g

    vze2mp9g MDL Addicted

    Oct 13, 2012
    660
    117
    30
    Hello
    I have the latest ISO of Windows 10 64 bit. Can anyone tell me how to add my custom Fonts to the Win 10n ISO and is there a scripts /tool to add custom fonts to the Win 10 ISO file? I may have posted my question in the wrong forum, but I have no idea where I should post my question.
    Thank you in advance
    :sorry:
     
  2. Powah_Brick_Killa

    Powah_Brick_Killa MDL Novice

    Mar 1, 2016
    42
    4
    0
    I've got a question. I know this is not the right spot to post this question but my android isn't showing me the new posts site never mind that. My question is this I'm trying to set A bIOS password on my MSI GE17, I can get to the bios no problem and get to the right page but when I try to set my Password, it won't take it, I type in the password I want to use for security reasons, I tap the F6 to confirm my choice of passwords, after restart it does not take it. Does anyone know how to set a bios password not what MSI preset.
     
  3. Windows_Addict

    Windows_Addict MDL Expert

    Jul 19, 2018
    1,249
    3,428
    60
    Admin rights requirement for DISM and path space issue.:thinking:

    Code:
    <!-- : Begin batch script
    @echo off
    if [%1]==[] goto quit
    
    ::=============================
    
    fsutil dirty query %systemdrive% >nul || (
    cscript //NoLogo "%~f0?.wsf" //job:ELAV /File:"%~f0" "%~1" && exit /b
    ) || (
    echo Elevation failed.
    goto quit
    )
    
    ::=============================
    
    echo.Mounting... %~nx1
    for /f %%L in ('powershell.exe "(Mount-DiskImage '%~1' -PassThru | Get-Volume).DriveLetter"') do set L=%%L
    dism /Get-WimInfo /WimFile:%L%:\sources\install.wim /index:1
    dism /Get-ImageInfo /ImageFile:%L%:\sources\install.wim
    echo. & echo.Unmounting image... & echo.
    powershell.exe "Dismount-DiskImage -imagepath '%~1'" >nul 2>&1
    :quit
    echo.Press any key to exit... & pause >nul
    
    ::=============================
    
    : ======================================================
    :  [VBS and Batch] Elevate program as admin with full
    :  arguments and special chars (incl Quote), no TMP.
    :
    :  https://forums.mydigitallife.net/threads/.74332/
    :  Written by @hearywarlot (MDL)
    : ======================================================
    
    ----- Begin wsf script --->
    <package>
       <job id="ELAV">
           <script language="VBScript">
               Set strArg=WScript.Arguments.Named
               If Not strArg.Exists("File") Then
                   Wscript.Echo "Switch /File:<File> is missing."
                   WScript.Quit 1
               End If
               Set strRdlproc = CreateObject("WScript.Shell").Exec("rundll32 kernel32,Sleep")
               With GetObject("winmgmts:\\.\root\CIMV2:Win32_Process.Handle='" & strRdlproc.ProcessId & "'")
                   With GetObject("winmgmts:\\.\root\CIMV2:Win32_Process.Handle='" & .ParentProcessId & "'")
                       If InStr (.CommandLine, WScript.ScriptName) <> 0 Then
                           strLine = Mid(.CommandLine, InStr(.CommandLine , "/File:") + Len(strArg("File")) + 8)
                       End If
                   End With
                   .Terminate
               End With
              CreateObject("Shell.Application").ShellExecute "cmd", "/c " & chr(34) & chr(34) & strArg("File") & chr(34) & " " & strLine & chr(34), "", "runas", 1
           </script>
       </job>
    </package>
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. SM03

    SM03 MDL Expert

    Dec 16, 2012
    1,405
    605
    60
    That's not a solution though I already on the latest v1903 18262.86 since the end of March in most of my systems. One of my primary systems is still in v1809 where this issue persisted, as I can't get rid of this error so it seems clean installation is the only option left so I'll be doing that next Tuesday eventually, i.e. patch Tuesday & (probably) the GA of v1903 with another latest CU.
     
  5. nosirrahx

    nosirrahx MDL Expert

    Nov 7, 2017
    1,239
    592
    60
    #5585 nosirrahx, May 8, 2019
    Last edited: May 8, 2019
    Its probably too aggressive and time consuming to bother with but I had a similar situation a while back and did 2 things that got the install sorted.

    First I ran Tweaking.com - Windows Repair under NSudo.exe.

    After reboot I installed windows on top of itself with the latest updates integrated.

    After that completed all future updates worked without a hitch.


    The NSudo.exe part actually ended up being important as I tried this once without it and the upgrade install failed and reverted.
     
  6. SM03

    SM03 MDL Expert

    Dec 16, 2012
    1,405
    605
    60
    Today I upgraded that system to 19H1 too as I didn't find any solution after tried & tested everything.
     
  7. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,233
    94,606
    450
    Check the info at the OP of the 18362 thread;)
     
  8. Thank you op. I'm new here, adjusting to the place. Will I miss anything between this release and the official?
     
  9. rpo

    rpo MDL Expert

    Jan 3, 2010
    1,446
    1,421
    60
    No, if you follow the 18362 thread.
     
  10. Ahsan

    Ahsan MDL Addicted

    Dec 3, 2009
    827
    167
    30
    i am still waiting for RS5 major update , and has paused updates for 35 dates after .107 base fresh install on a new SSD .
     
  11. coleoptere2007

    coleoptere2007 MDL Guru

    Apr 8, 2008
    3,311
    1,938
    120
    I noticed that KB4494441 install twice today. After the updates I cleaned up system files and reboot. Then after a while this kb has been downloaded again and installed a second time. Strange isn'it ?
     
  12. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,233
    94,606
    450
  13. Ducati

    Ducati MDL Member

    Dec 8, 2008
    187
    51
    10
    I am on version 1809, I got KB4494441 update, now I am on build 17763.475?
    Edit: Just saw Enthousiast post, now updating a 2nd time. :)
     
  14. nuhkka

    nuhkka MDL Member

    Aug 7, 2009
    229
    33
    10
    So I was on 1803 for the longest of time and now because of this new Intel Flaw I had to go into updates.. Surely enough M$ forces me onto 1809 even though 1903 is right around the corner.

    FU M$ and Craptel!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. MS_User

    MS_User MDL Guru

    Nov 30, 2014
    4,629
    1,343
    150
    anyone having this issue after updating to May 14, 2019—KB4494441 still shows the OS OS Build 17763.475 :confused::confused:
     
  16. MS_User

    MS_User MDL Guru

    Nov 30, 2014
    4,629
    1,343
    150
    never mind WU force me to install twice....classical MS o_O
     
  17. WindowsGeek

    WindowsGeek MDL Expert

    Jun 30, 2015
    1,458
    419
    60
    I also had to install update twice.