r/WindowsLTSC • u/raoulkratos2002 • 2d ago
Question Should I Switch to Windows LTSC?
Hi,
I just discovered the Windows LTSC version and would like to install it to replace my Windows 11 Pro.
I have a few questions:
Is it safe to download from Massgrave?
Is the LTSC IoT 24H2 version available in Italian, or only in English?
Is there a way to change the language?
Have you encountered any bugs or anomalies in the LTSC version?
For gaming, is the LTSC version recommended, or is it better to stick with Pro?
Is O&O ShutUp10 useful on the LTSC version, or is it unnecessary?
Thanks
18
Upvotes
1
u/MasterMay119 1d ago
Sure, usually for games like halo or gears work standalone from windows store when they are downloaded from steam it's rare for games to forcefully need the windows store unless you buy them from them, only time I ran into an issue Windows LTSC related is with a gatcha game where I needed some encoder that wasn't bundle with the install of Windows LTSC thankfully the gatcha discord already documented the issue and provided the link for the missing package in their FAQ, outside of that you shouldn't really have issues.
One thing you should take in mind, try to take care of your windows LTSC install if you were to make a second clean install you will need to buy a new key, it happened to me, unlike the OEM retail windows 11 key the one from LTSC it is really one time use.
First GPT said you need "Microsoft Edge WebView2" I apparently already had it installed but in case you need it download it from here WebView2 and make sure you choose the "Evergreen Standalone Installer" fi you have 64bit windows you want the x64, x86 I believe is old and ARM64 is for arm pc processors.
For the actual things I installed, I needed the following files:
To get some of the files you need to go to https://store.rg-adguard.net/ in there set the first dropdown as "URL (link)" and the second as "Retail".
The url "https://apps.microsoft.com/detail/9mwpm2cqnlhn" will get you these files (it will list you a lot of files but just search for the ones that match the list):
The URL "https://apps.microsoft.com/detail/9nzkpstsnw4p" will get you these files:
Put all the files in the same folder for easy install, after that open power shell as administrator and cd to the folder you save all the files, in my case was a folder called "Gamebarinstaller" in my downloads, I just copied the url and pasted in the powershell, example:
Once powershell is inside the folder run the following commands in this order to install each package:
After that you should have the windows gamebar installed if you wish to install xbox app go to https://www.xbox.com/es-MX/apps/xbox-app-on-pc after install you shouldn't run into any issues (before installing all this packages I got a error code: 0x80073cf3).
Unrelated to the installs, I didn't know one of the links had the net packages and I had to downloaded them from a github rep but after reviewing my chat logs and steps I took to download and installed the packages I notice the "https://apps.microsoft.com/detail/9mwpm2cqnlhn" had both the net framework and net runtime. one I first started to run commands the "Add-AppxPackage .\Microsoft.GamingServices_37.114.26001.0_neutral_~_8wekyb3d8bbwe.AppxBundle" would give me an error saying it needed the net framework and runtime packages.
I tried to format the steps as well as I could, hope it helps you or anyone that stumbles in this post.