[DISCUSSION] Windows 10 Enterprise (N) LTSC 2019

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

  1. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    8,326
    11,613
    270
    yay ok brother I'm a guy a little nervous and decided so in a few minutes I'll be back using the newest version of Win10 21H1 that I downloaded this morning and then I must post the result and more on another usb stick I already have Linux mint also ready to install result: what is more stable is who live will see!;):D:p
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    8,326
    11,613
    270
    ok I know NTLite also is very good but after that I know my 2nd Master Chris Titus things are more simple to me altough works with Powershell is not one simple task...:D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,941
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,941
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    8,326
    11,613
    270
    #6186 Tiger-1, Sep 16, 2021
    Last edited: Sep 16, 2021
    hmm finally managed to solve the serious problem of pagefile.sys on my WinOS 10 LTSC 2019 after almost going crazy that I found the solution I found that simply was using the wrong iso 17.763.1 when the correct version is 17.763.316 hehe are bones of the officio I think...;):D
    EDIT: hehe sometimes life plays tricks on people!!!, hmm this happened to me in this serious problem described above so this time I did not use the MSMG Toolkit or third party tools to modify the system so I used the CORRECT iso without changing anything for installation left the modifications to be made already with the system online using only the brain and my still small knowledge when it comes to subject but to be more brief I can say that this was my best build ever using only the native tools of Windows 10 and of course with the W10 ADK for W10 LTSC 2019 nothing more; then concluding I can say that the version of W10 easier to work is undoubtedly the version LTSC had no problems with the command sfc /scannow and in system configuration everything works as fast as it should be ... the system response is fantastic like I've never seen before is this.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream
    Staff Member

    Dec 21, 2012
    8,076
    10,298
    270
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. AeonX

    AeonX MDL Addicted

    May 24, 2013
    798
    728
    30
    Yes of course you can remove apps with PowerShell too but it's less intuitive and if you don't remove all apps a bit more annoying too.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream
    Staff Member

    Dec 21, 2012
    8,076
    10,298
    270
    No, I don't dual boot Windows/Linux. I just knew there was that way to use UTC in the firmware. Next best option would be to use an NTP client and correct the clock at bootup.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. Nimbus2000

    Nimbus2000 MDL Senior Member

    May 5, 2010
    273
    192
    10
    This is the solution that worked for me to make Linux use 'Local' time. At the command prompt enter:

    sudo timedatectl set-local-rtc 1
     
  10. twizter

    twizter MDL Novice

    Aug 1, 2015
    14
    2
    0
    Nimbus2000, that command is exactly the one I used in linux, where I got a bold 'white text' warning asking me to turn the settings back to what they were because its not a good thing to force linux to use RTC time. And that is why I'm looking for a 'better' solution.
     
  11. Espionage724

    Espionage724 MDL Expert

    Nov 7, 2009
    1,154
    441
    60
    I force Windows to UTC, and since I install Linux after Windows, I also switch Linux over to UTC as well (the distros I use use localtime if it detects an existing Windows install).

    In Linux:

    Code:
    sudo timedatectl set-local-rtc '0'
    And Windows:

    Code:
    reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation" /v "RealTimeIsUniversal" /t REG_QWORD /d "1" /f
    Never had any issues in either OS that I'm aware of. I've used Ubuntu, Fedora, and openSUSE TW. I think my BIOS time stays localtime or something, but afaik that doesn't affect anything.
     
  12. aab_

    aab_ MDL Member

    Jun 20, 2021
    114
    94
    10
    Not sure if it's just me but I don't see any threads on Windows 10 LTSC 2021 yet. Does anyone know when it's coming out yet? Any rumors or news links?
     
  13. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    969
    466
    30
    Anywhere between October this year to march next year.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    8,326
    11,613
    270
    hello twizter well I have not anti-virus for years and for my safety I use Adguard premium is enough...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. jeff69dini

    jeff69dini MDL Expert

    Nov 22, 2008
    1,030
    237
    60
    whats the latest iso for ltsc 2019? is it on uup dump?
     
  16. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream
    Staff Member

    Dec 21, 2012
    8,076
    10,298
    270
    17763.316 (Feb. 2019)

    LTSB/C is not distributed through UUP.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. Nimbus2000

    Nimbus2000 MDL Senior Member

    May 5, 2010
    273
    192
    10
    I am not sure why (or what distribution) would give that warning. All I can say is that I have used that command on numerous Debian based distros ever since Systemd came along (Debian, Ubuntu, Mint, etc). I have never seen a warning or experienced a problem.

    As we are straying off topic, it may be time to move to the Linux thread.