[DISCUSSION] Windows 10 Enterprise (N) LTSC 2019

Discussion in 'Windows 10' started by Tito, Feb 1, 2018.

  1. elzna

    elzna MDL Senior Member

    Joined:
    Aug 28, 2013
    Messages:
    436
    Likes Received:
    54
    Trophy Points:
    10
  2. PacPera

    PacPera MDL Novice

    Joined:
    May 18, 2015
    Messages:
    4
    Likes Received:
    0
    Trophy Points:
    0
    It worked after a reboot, thanks again!
     
  3. elzna

    elzna MDL Senior Member

    Joined:
    Aug 28, 2013
    Messages:
    436
    Likes Received:
    54
    Trophy Points:
    10
    Hi do I disable device and performance health in windows 1809? don't want to disable the whole windows security part, just the scans that windows does every 15 min. (E.T phone home....)
     
  4. шдяу183

    шдяу183 MDL Novice

    Joined:
    Jul 23, 2015
    Messages:
    12
    Likes Received:
    2
    Trophy Points:
    0
    Why LTSC 90-days Evaluation not automatically activated, maybe because the 1809 images are "frozen"?
     
  5. Supern00b

    Supern00b MDL Addicted

    Joined:
    Dec 30, 2010
    Messages:
    650
    Likes Received:
    423
    Trophy Points:
    30
    #1585 Supern00b, Oct 22, 2018
    Last edited: Oct 22, 2018
    I didn't use any of the services tweaks and the only way to get IE working was to disable protected mode.
    Still haven't found was is causing this.

    Cheers.

    Edit:
    Played around with DOM storage, integrity settings, cache location and whatsnot.
    Can't get this working, but we need to address this because leaving it out of protected mode is a security risk.
     
  6. Nekko

    Nekko MDL Novice

    Joined:
    Oct 10, 2018
    Messages:
    15
    Likes Received:
    0
    Trophy Points:
    0
    Can I have your opinion about the app shutup10? Is it good?
     
  7. JWilly

    JWilly MDL Junior Member

    Joined:
    Mar 31, 2010
    Messages:
    53
    Likes Received:
    40
    Trophy Points:
    0
  8. mehargags

    mehargags MDL Member

    Joined:
    Dec 1, 2008
    Messages:
    128
    Likes Received:
    7
    Trophy Points:
    10
  9. erpsterm35

    erpsterm35 MDL Expert

    Joined:
    May 27, 2013
    Messages:
    1,153
    Likes Received:
    761
    Trophy Points:
    60
  10. spedia

    spedia MDL Senior Member

    Joined:
    Jul 13, 2009
    Messages:
    281
    Likes Received:
    103
    Trophy Points:
    10
    How did that work for you? It is not usually advised because manually adding cab hotfix by DISM bypasses certain checks.
     
  11. naveen_reloaded

    naveen_reloaded MDL Novice

    Joined:
    Feb 28, 2010
    Messages:
    10
    Likes Received:
    1
    Trophy Points:
    0
    Will it be possible to upgrade from Win 7 Ultimate edition to this ?
    I read it has to be clean installed..

    If so , which would be the best way to backup and move my software and documents to LTSC ?

    Till date i have only clean installed , but there are so many things and softwares now , i just want to move them to new OS.
     
  12. KedarWolf

    KedarWolf MDL Addicted

    Joined:
    Mar 17, 2016
    Messages:
    533
    Likes Received:
    415
    Trophy Points:
    30
    #1592 KedarWolf, Oct 24, 2018
    Last edited: Oct 24, 2018
    Save these scripts as services.cmd and services2.cmd in Notepad, right-click, Run As Admin, reboot, IE will work again. :)

    Code:
    for %%G in (DevicesFlowUserSvc,WpnUserService,cbdhsvc) do reg query HKLM\SYSTEM\ControlSet001\Services\%%G /v Start 1>nul 2>nul && (
    reg add HKLM\SYSTEM\ControlSet001\Services\%%G /v Start /t REG_DWORD /d 3 /f
    )
    cmd /k
    
    Code:
    for %%G in (DevicesFlowUserSvc,WpnUserService,cbdhsvc) do (
    sc config %%G start= demand
    )
    cmd /k
    
     
  13. Feniksrising

    Feniksrising MDL Member

    Joined:
    Nov 27, 2016
    Messages:
    174
    Likes Received:
    129
    Trophy Points:
    10
    People can't pirate what they don't know exists. Right now only hardcore pirates use LTSC. Microsoft doesn't want a Napster situation were everyone uses it.
     
  14. Thomas Dubreuil

    Thomas Dubreuil MDL Senior Member

    Joined:
    Aug 29, 2017
    Messages:
    357
    Likes Received:
    594
    Trophy Points:
    10
    This 3 services are "required" otherwise it breaks Immersive Shell apps: cbdhsvc for 'Clipboard history', WpnUserService for 'Focus and Assist Settings', DevicesFlowUserSv for 'Devices Settings'
    but I think they can also be put in manual, if you prefer (/3 /f for 1st command and start=DEMAND for 2nd command)
     
  15. KedarWolf

    KedarWolf MDL Addicted

    Joined:
    Mar 17, 2016
    Messages:
    533
    Likes Received:
    415
    Trophy Points:
    30
    Yes, it works as you suggested, I changed the scripts. ty. :)
     
  16. Supern00b

    Supern00b MDL Addicted

    Joined:
    Dec 30, 2010
    Messages:
    650
    Likes Received:
    423
    Trophy Points:
    30
    Still not working, IE opens up a blank page in protected mode.

    Cheers.
     
  17. KedarWolf

    KedarWolf MDL Addicted

    Joined:
    Mar 17, 2016
    Messages:
    533
    Likes Received:
    415
    Trophy Points:
    30
    Try this and reboot.

    Code:
    for %%G in (DevicesFlowUserSvc,WpnUserService,cbdhsvc) do reg query HKLM\SYSTEM\ControlSet001\Services\%%G /v Start 1>nul 2>nul && (
    reg add HKLM\SYSTEM\ControlSet001\Services\%%G /v Start /t REG_DWORD /d 2 /f
    )
    cmd /k
    
    Code:
    for %%G in (DevicesFlowUserSvc,WpnUserService,cbdhsvc) do (
    sc config %%G start= auto
    )
    cmd /k
    
     
  18. shscs911

    shscs911 MDL Novice

    Joined:
    Aug 22, 2015
    Messages:
    5
    Likes Received:
    1
    Trophy Points:
    0
    Will Microsoft release a new build with bugfixes or can we install the 1809 build and fix it via Windows Updates?
     
  19. echo123

    echo123 MDL Novice

    Joined:
    Apr 1, 2011
    Messages:
    4
    Likes Received:
    1
    Trophy Points:
    0
    They have stated in a blog post that they will be re-releasing it once they've made sure the serious bugs have been fixed.
     
  20. Carlos Detweiller

    Carlos Detweiller MDL Spinning Tortoise

    Joined:
    Dec 21, 2012
    Messages:
    4,514
    Likes Received:
    4,542
    Trophy Points:
    150
    You need to ask MS.