this post was submitted on 14 Jan 2025
682 points (96.2% liked)

simpsonsshitposting

3042 readers
760 users here now

I just think they're neat!

founded 2 years ago
MODERATORS
 

The Duff CEO with a Windows-Logo on his forehead: "Gamers use Windows because of its' user experience not our de facto monopoly."

Next Image: Duff CEO with Windows-Logo in front of a "Out of Business" sign. Subtitle: "30 minutes after SteamOS is released"

Edit: Yo, I'm not saying this is gonna happen. I just want to say that Windew's UX sucks ass.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 13 points 1 day ago (7 children)

There’s nothing really to lose.

Just hours of your time as some random miniscule feature you were reliant upon without realizing it until it was missing, then have to look up a dozen different fixes using some stone aged console commands, none of which actually fix your issue...

[–] [email protected] 0 points 9 hours ago (2 children)

That is pretty much my experience when I have to use a windows machine at work. Sorry, the powershell command is how long? Just got this from ChatGPT, no idea if it works and I am not booting windows to test it.

Bash: grep -iRl "test"

Powershell: Get-ChildItem -Recurse | Select-String -Pattern "test" -CaseSensitive:$false | Select-Object -ExpandProperty Path -Unique

[–] [email protected] 1 points 5 hours ago (1 children)

Which is why people use the GUI for pretty much everything. Linux demands you use archaic commands to do anything useful.

[–] [email protected] 0 points 3 hours ago

Is there a decent way of doing that in the GUI in windows? One of the more common commands I use at work which is the only time I use Windows. Rather than the PowerShell I usually use WSL for it currently because there are usually a few other things I will want to do after as well.

load more comments (4 replies)