Jump to content

I need to set up some crap on a windows os to run 24/7, its fairly light so I am going to use an older thinkcentre tiny form factor pc.
it has a baked in windows Home license that can be used for win11 probably. but should I consider using windows server 2025 and uh, "activating" it?
is there any benefit if i'm not at all using microsoy stuff? I guess for update management, but I can always just disable updates so it doesnt restart randomly.

Link to comment
https://linustechtips.com/topic/1605163-server-os-or-no/
Share on other sites

Link to post
Share on other sites

2 minutes ago, OhYou_ said:

I need to set up some crap on a windows os to run 24/7, its fairly light so I am going to use an older thinkcentre tiny form factor pc.
it has a baked in windows Home license that can be used for win11 probably. but should I consider using windows server 2025 and uh, "activating" it?
is there any benefit if i'm not at all using microsoy stuff? I guess for update management, but I can always just disable updates so it doesnt restart randomly.

One problem with Server is driver support. Depending on the hardware of the machine, things like chipset and GPU drivers simply aren't supported on Windows Server. As long as none of that is needed, then its probably fine, but 2025 is stretching it. 2019 still has plenty of EoL left in it and its exceptionally stable with an older Win10 UI.

Builder/Enthusiast/Overclocker since 2012 with a focus on SFF/ITX since 2014.

Link to comment
https://linustechtips.com/topic/1605163-server-os-or-no/#findComment-16680998
Share on other sites

Link to post
Share on other sites

If you have to ask wheter you need WS or not, that generally means you dont need it.

mY sYsTeM iS Not pErfoRmInG aS gOOd As I sAW oN yOuTuBe. WhA t IS a GoOd FaN CuRVe??!!? wHat aRe tEh GoOd OvERclok SeTTinGS FoR My CaRd??  HoW CaN I foRcE my GpU to uSe 1o0%? BuT WiLL i HaVE Bo0tllEnEcKs? RyZEN dOeS NoT peRfORm BetTer wItH HiGhER sPEED RaM!!dId i WiN teH SiLiCON LotTerrYyOu ShoUlD dEsHrOuD uR GPUmy SYstEm iS UNDerPerforMiNg iN WarzONEcan mY Pc Run WiNdOwS 11 ?woUld BaKInG MY GRaPHics card fIX it? MultimETeR TeSTiNG!! aMd'S GpU DrIvErS aRe as goOD aS NviDia's YOU SHoUlD oVERCloCk yOUR ramS To 5000C18! jellYfIn Client siDE TRanscoDinG

Link to comment
https://linustechtips.com/topic/1605163-server-os-or-no/#findComment-16681000
Share on other sites

Link to post
Share on other sites

Just now, OhYou_ said:

i just dont want it to shove stupid updates in that cause it to restart randomly

 

Then dont? there are ways to do that everywhere, not just in WS.

mY sYsTeM iS Not pErfoRmInG aS gOOd As I sAW oN yOuTuBe. WhA t IS a GoOd FaN CuRVe??!!? wHat aRe tEh GoOd OvERclok SeTTinGS FoR My CaRd??  HoW CaN I foRcE my GpU to uSe 1o0%? BuT WiLL i HaVE Bo0tllEnEcKs? RyZEN dOeS NoT peRfORm BetTer wItH HiGhER sPEED RaM!!dId i WiN teH SiLiCON LotTerrYyOu ShoUlD dEsHrOuD uR GPUmy SYstEm iS UNDerPerforMiNg iN WarzONEcan mY Pc Run WiNdOwS 11 ?woUld BaKInG MY GRaPHics card fIX it? MultimETeR TeSTiNG!! aMd'S GpU DrIvErS aRe as goOD aS NviDia's YOU SHoUlD oVERCloCk yOUR ramS To 5000C18! jellYfIn Client siDE TRanscoDinG

Link to comment
https://linustechtips.com/topic/1605163-server-os-or-no/#findComment-16681006
Share on other sites

Link to post
Share on other sites

1 minute ago, Levent said:

Then dont? there are ways to do that everywhere, not just in WS.

the only reliable way I've found is to write a 3 liner batch file to kill windows update service and update orchestrator and then set a scheduled task to run it every 1 minute forever. even then the thing managed to install a update and start complaining about a restart after 450 days of uptime

Link to comment
https://linustechtips.com/topic/1605163-server-os-or-no/#findComment-16681010
Share on other sites

Link to post
Share on other sites

31 minutes ago, OhYou_ said:

i just dont want it to shove stupid updates in that cause it to restart randomly

 

You gotta do monthly updates that need a reboot on both of there Windows versions. I'd design your job to auto start after a reboot.

Link to comment
https://linustechtips.com/topic/1605163-server-os-or-no/#findComment-16681034
Share on other sites

Link to post
Share on other sites

I went with this
running the bat file every minute in a scheduled task to ensure its not an issue
https://github.com/tsgrgo/windows-update-disabler

 

5 hours ago, Electronics Wizardy said:

I'd design your job to auto start after a reboot.

id have to design an os that makes sure that HAPPENS every time first.

Link to comment
https://linustechtips.com/topic/1605163-server-os-or-no/#findComment-16681329
Share on other sites

Link to post
Share on other sites

48 minutes ago, OhYou_ said:

I went with this
running the bat file every minute in a scheduled task to ensure its not an issue
https://github.com/tsgrgo/windows-update-disabler

 

id have to design an os that makes sure that HAPPENS every time first.

Starting your server tasks after a reboot should be pretty easy. You should have this in place even without updates in case the server crashes, power is lost or something else has a issue. Disabling updates seems like a bad idea.

 

You coudl also use WSUS to manage what specific updates you want, but really just let it reboot every month.

Link to comment
https://linustechtips.com/topic/1605163-server-os-or-no/#findComment-16681365
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×