1. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    3,681
    2,934
    120
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Dark Vador

    Dark Vador X Æ A-12

    Feb 2, 2011
    4,806
    7,071
    150
    actually didn't see any file with the same name - in system32 folder,
    anyway, copy it, let's hope my system will run fine now
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. LTSC_Fanboy

    LTSC_Fanboy MDL Junior Member

    Oct 17, 2009
    79
    50
    0
    #2843 LTSC_Fanboy, Dec 29, 2022
    Last edited: Dec 29, 2022
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Dark Vador

    Dark Vador X Æ A-12

    Feb 2, 2011
    4,806
    7,071
    150
    bsod return again ....... wtf is this ...
    every time new bsod ..... from different kinds
    maybe my ssd start failing :(

    BSOD Error FAT FILE SYSTEM (fastfat.sys)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Linuxer01

    Linuxer01 MDL Novice

    Dec 2, 2017
    1
    0
    0
    Does anyone know if the most recent LTSC version is working properly with Ryzen 5 5600 and RX 6700XT graphics card? Which version I should download?
     
  6. MMIKEE

    MMIKEE MDL Senior Member

    Oct 6, 2012
    380
    361
    10
    I had a similar situation a few years ago, regardless which OS I fresh Installed, W7 / W8.1 / W10 LTSB/C the PC would CRASH...
    IT was caused by a FAILING Motherboard... Replaced that Motherboard and problem RESOVED...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. perceivedelusion

    perceivedelusion MDL Member

    Mar 10, 2010
    141
    16
    10
    #2847 perceivedelusion, Jan 2, 2023
    Last edited: Jan 2, 2023
    Hey,
    All I've ever used is Cody's Toolkit. (since 2012 or so) I've downloaded MAS_1.7. I hear about different activators sending an .xml file to M$ with machine info? I'm ASS-U-ME-ing that this set of activation scripts sends a file to M$ but there is no worry of repercussions? Cody's activator may have sent one, I just never knew about it. Is it true I need to enter a product key when using MAS?

    thanks
    W10_Enterprise_IoT_LTSC_amd64
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,362
    14,901
    340
    #2848 xinso, Jan 2, 2023
    Last edited: Jan 2, 2023
    The very first few 19044 CUs caused BSOD to my PC. Then I have to reinstall with that CU pre-integrated. Now Windows Update is fine and no more BSOD.
     
  9. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,435
    11,781
    240
    You mean like the KMS phone home thing?
    I'm not sure it is relevant with KMS38 as it is permanent activation and done offline.
    I have a legacy KMS block group policy script you can copy paste into a cmd file and run if you want to be extra careful

    KMS-Genuine-Ticket-Block.cmd
    Code:
    @echo off
    
    title Disable/Enable KMS Genuine Ticket Override Block
    color 1f
    :Begin UAC check and Auto-Elevate Permissions
    :-------------------------------------
    REM  --> Check for permissions
    >nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system"
    
    REM --> If error flag set, we do not have admin.
    if '%errorlevel%' NEQ '0' (
    echo:
    echo   Requesting Administrative Privileges...
    echo   Press YES in UAC Prompt to Continue
    echo:
    
        goto UACPrompt
    ) else ( goto gotAdmin )
    
    :UACPrompt
        echo Set UAC = CreateObject^("Shell.Application"^) > "%temp%\getadmin.vbs"
        echo UAC.ShellExecute "%~s0", "", "", "runas", 1 >> "%temp%\getadmin.vbs"
    
        "%temp%\getadmin.vbs"
        exit /B
    
    :gotAdmin
        if exist "%temp%\getadmin.vbs" ( del "%temp%\getadmin.vbs" )
        pushd "%CD%"
        CD /D "%~dp0"
    :--------------------------------------
    
    :Check the key:
    (reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\CurrentVersion\Software Protection Platform" /v "NoGenTicket"|find /i "0x1")>NUL 2>NUL
    if %errorlevel% NEQ 0 GOTO :KEYOFF
    
    :KEYON
    echo ============================================================
    echo KMS Genuine Ticket Override Block is currently enabled.
    echo Would you like to disable it? (Y/N)
    echo ============================================================
    echo.
    choice /c yn /n
    If %ERRORLEVEL% NEQ 1 GOTO :QUIT
    
    Echo Deleting Override Registry key
    REG DELETE "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\CurrentVersion\Software Protection Platform" /v "NoGenTicket" /F>NUL 2>NUL
    IF %ERRORLEVEL% NEQ 0 GOTO :ERROR
    Echo.
    
    Echo KMS Genuine Ticket Override Block has been Removed
    Echo.
    goto :QUIT
    
    
    :KEYOFF
    echo ============================================================
    echo KMS Genuine Ticket override block is currently disabled.
    echo Would you like to enable it? (Y/N)
    echo ============================================================
    echo.
    choice /c yn /n
    If %ERRORLEVEL% NEQ 1 GOTO :QUIT
    
    Echo Changing Registry key
    REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\CurrentVersion\Software Protection Platform" /v "NoGenTicket" /D 1 /T REG_DWORD /F>NUL 2>NUL
    IF %ERRORLEVEL% NEQ 0 GOTO :ERROR
    Echo.
    
    Echo KMS Genuine Ticket Override Block has been Enabled
    Echo.
    goto :QUIT
    
    
    :QUIT
    echo ============================================================
    echo Press any key to exit...
    echo ============================================================
    pause>NUL
    goto :EOF
    
    :ERROR
    echo ============================================================
    echo The script ran into an unexpected error setting reg key.
    echo Press any key to exit...
    echo ============================================================
    pause>NUL
    goto :EOF
     
  10. perceivedelusion

    perceivedelusion MDL Member

    Mar 10, 2010
    141
    16
    10
    thanks Murphy78,
    Iirc, I was reading about HWID and I thought it said it sent a small .xml file to the M$ servers instead of keeping any info on the individual machine. Of course I could be 100% wrong and totally confused about what I remember. It did not infer that M$ had ever used the file or any info in it in any way that was detrimental to the user. Just me being overly cautious.
    Thanks again for the script.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. truemate

    truemate MDL Novice

    May 6, 2014
    23
    4
    0
    Hello,
    i have iso file of en_windows_10_enterprise_ltsc_2019_x64_dvd_5795bb03 -v1809 (Updated Feb 2019)

    which is the latest version/iso file of Windows 10 Enterprise LTSC.

    without any beta or bugs... as want to install it on old pc with Intel Core i3 Ivy Bridge 3.20GHz
     
  12. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,435
    11,781
    240
    Well I hope someone else can chime in because I've only been lurking for the last year or so and I'm really rusty and my brain is a bit foggy on the details. I seem to remember spoofing the ticket generation from the ms store using a program and then using that to authenticate with the MS servers on HWID. But since you only need to do this once per HW configuration, you can just change your key back to the retail key every time you re-install and MS servers should re-activate automatically.
    The reason I'm so foggy on this is that I somehow remember that HWID wasn't available on this SKU or something. Did they make it available? Does someone know? I saw the MAS1.7 has a script for HWID.

    Did we always activate this with KMS38 or am I remembering things backwards? I've been out of the loop for too long.
     
  13. Windows_Addict

    Windows_Addict MDL Expert

    Jul 19, 2018
    1,418
    4,990
    60
    - EnterpriseS (Enterprise LTSC 2021)
    Supports KMS38/KMS, not HWID

    - IotEnterpriseS (IoT Enterprise LTSC 2021)
    Supports HWID, not KMS38/KMS

    Both editions can be switched to each other by only entering a key. HWID script inserts IoT edition key in order to activate non-IoT edition, and vice versa for KMS38/KMS.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. LTSC_Fanboy

    LTSC_Fanboy MDL Junior Member

    Oct 17, 2009
    79
    50
    0
    en-us_windows_10_enterprise_ltsc_2021_x64_dvd_d289cf96.iso
    OR
    en-us_windows_10_iot_enterprise_ltsc_2021_x64_dvd_257ad90f.iso
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    52,057
    114,423
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. truemate

    truemate MDL Novice

    May 6, 2014
    23
    4
    0
    want to ask, cant we change LTSC themes !
    as what i try ltsc 2019 2yr back, there was no themes... black/dark layout
     
  17. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    52,057
    114,423
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. dyfi

    dyfi MDL Novice

    Oct 16, 2010
    42
    4
    0
    Noob looking for help. Is 10 IOT LTSC the best version to run on a notebook 1.6-GHz Celeron N3050, 4GB of RAM. Any advice on debloating (what to delete) to optimize performance - given only 4GB ram available?