494
this post was submitted on 30 Nov 2023
494 points (97.9% liked)
Technology
59039 readers
3158 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Just regedit delete all programs that run at startup besides the default page file.
And people say Linux is complicated...
If you do this and then later you face some sort of issue with Windows, remember that it might not be Windows' fault.
Imagine a world when instead of
adding DWORD value of 32bit lenght named
AllowCortana
with value 0 toHKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search
in registry editor,we could do "sudo dnf remove cortana".
Remove-AppxPackage in Powershell
So you need to use the command line on Windows afterall?
Remote Powershell is like the only way I interact with Windows.
For me it's deleting the Windows partition and then installing Linux. That's just me though.
Oh you mean for personal use... I manage a mixed environment with about a thousand Windows workstations and 300 Windows Servers, about the same amount of Linux servers.
At home I only run Windows for Ableton Live cause VST plugins don't work on Linux :(.
Well, at my last job we were a 100% Microsoft free company. And at my current company I got the company to implement a policy to allow Mac and Linux workstations. I've managed thousands of Windows systems and server before also. I don't miss it.
Unfortunately a lot of our core tools don't have supported linux client software, SCADA clients and power flow/transmission grid simulation etc, but we also aren't a business so it's more about what gets the job done since we're basically mandated to do what we do.
That's a perfect application for VMs. But either way, both Windows and Linux are just tools. For what I do, Linux is a better fit 95% of the time, and the last 5% I find alternative solutions. I don't want to be bothered to maintain another OS for some edge cases when I can get by with alternatives. The only thing I use Windows for right now (personally or professionally) is BlueIris, and even that is really wearing thin. Both the Windows OS is causing issues and BlueIris is just... bad.
We run virtual workstations and terminal servers for specific purposes, but a lot of our decisions are guided by NERC CIP standards and where certain things fall within that framework. The Windows workstations are probably the easiest part of this whole environment to manage though. It's realtime data and all the applications linked to that where the complicated stuff is. If it was up to me we'd be a Kubernetes shop.
I would hazard a guess that this is more of a "safe-bet" thing rather than a hard policy. I tried looking up anything that stipulates using Windows over any other OSes, and this Software Integrity and Authenticity is the only thing I could find with a five minute search.
Microsoft Windows provides such a mechanism for Microsoft signed software through its default configuration and through a Group Policy Object (GPO) that expands this capability to other trusted third parties.
It doesn't make sense that you wouldn't be able to use Linux, unless the higher-ups making the decisions are your classic dinosaurs that still believe Microsoft's propaganda from the 2000's about the scary "communist" Linux OS and the dangerous open-source programs that will steal your company secrets.
Nah it's because some core apps are not supported by the vendors on non-Windows OSs and adding an extra layer just to run Windows apps virtually/remotely when we could run them on workstations is unnecessary.
I've used Startup Delayer for ~15 years. Not perfect, but it really helps manage startup processes.
Better yet just fucking format the hard drive and install Linux
Sounds like a great way to break your PC.
There's plenty of powershell scripts to "reclaim windows" etc. I was a sysadmin in mixed environment for 15 years and Windows Enterprise you can disable all the creepy features on. This was critical infra environment with explicit firewall rules for everything and no traffic from the end user that didn't go through our proxies.