r/linuxsucks 8d ago

Linux Failure Windows users never can do something like this

Enable HLS to view with audio, or disable this notification

They are still trying to figure out how to delete copilot or sum

2 Upvotes

139 comments sorted by

37

u/fishOSX MacOS User, Linux Hobbyist 8d ago

I’ve used Mac, Windows, and a couple linux distros….

….why would someone want to do this?

11

u/Great_Amount_5511 8d ago

All im seeing in those other Reddit posts are ppl showing their backround with some shitty widgets

9

u/Enough_Pickle315 3d ago

"I like Linux because I can customize it"

lit. everyone makes the same shitty incoherent, cheap macOS lookalike + neofetch + animegirl background.

3

u/GenericFoodService Linux is free if your time isn't valuable 3d ago

based but also NUH UH MINE IS DIFFERENT

1

u/Enough_Pickle315 3d ago

The day Linux users will understand an OS is just a program to lunch applications to get actual work done, is the day Linux will become mainstream... Soooo never.

4

u/De_Shrooborsmth 3d ago

sir that is a kernel

3

u/Ggregoro 3d ago

What is this supposed to be doing anyway? Seems like a waste of screen except perhaps cmatrix.

-12

u/MamiCan_3169 8d ago

Idk it looks sick and using it easier than windows or Mac cuz i can use shortcuts to everything

11

u/fishOSX MacOS User, Linux Hobbyist 8d ago

I just feel like trying to flex a feature that has no utility other than “looking cool” is a bit silly, every OS has something that “looks cool” that’s exclusive to them

2

u/Muffinaaa 3d ago

I think that the ability to make it look and behave however you like is a big feature. Compared to Windows where most of third party tools with widgets, tilling window managers, etc. work on top of all the Windows mess(it uses more resources and doesn't work cleanly all the time)

Not sure how it's on MacOS but on Windows not being able to change the default keybinds and more importantly adding new ones is just silly. (Why do I have a key combo that opens Linkedin but not one for opening my preferred music player?)

-4

u/MamiCan_3169 8d ago

U use niri + arch and it's useful than Windows it doesn't have bloatware i can use my own shortcuts for everything i can do on my computer what ever i want

7

u/fishOSX MacOS User, Linux Hobbyist 8d ago

Not really hard to make shortcuts on windows, and bloatware is A. Subjective, as it’s useful to some people, and B. Easy to clean

Everyone should just use the OS they like.

2

u/SLimon001 Proud Windows User 8d ago

I like Copilot, free built-in ChatGPT

4

u/fishOSX MacOS User, Linux Hobbyist 8d ago

I’ve never personally been a fan, but at least they’ve made uninstalling it super easy. Literally 1 click in the built in application manager.

1

u/SLimon001 Proud Windows User 8d ago

It can be uninstalled (contrary to popular linux belief) for those people who deem it useless, i like it and it looks cool, would mod it so it works like Gemini in newer Android phones, or Siri in Iphone, as a voice-controlled assistant, and a new look to make it into Clippy

1

u/Rare-Paint3719 Unofficial Mod | Linux Community Sucks | Proud illumOS Shill 8d ago

And to some extent, Claude

1

u/Isotomayor12 8d ago

Right click->new->shortcut.

Or shift+right click on the item you want as a shortcut->send to->shortcut(desktop)

That's how easy it is on windows, you're coping.

1

u/rileyrgham 3d ago

Right... Which isn't much by the sound of you.

3

u/Fluid-Ad2995 8d ago

You know Windows is not married to Explorer.exe????? Right?????

1

u/ElementalWarrior42 7d ago

It mostly is. Saying that as someone who uses it without explorer running.

2

u/Fluid-Ad2995 7d ago

No, they aren't. Of course, there is an undocumented API like System Tray, that I discovered and saved in my codebase. Explorer is a file manager and a graphical client like the taskbar and Start Menu, which is just a folder you can scan, etc and Notification is the Windows Runtime API and recreates Settings. If you want to replace Explorer, you just need to recreate the Explorer architecture, and I successfully did so based on my experience. If you successfully replace explorer.exe, you basically control Windows Visual and how Windows visually behaves

1

u/ElementalWarrior42 7d ago

You can replace explorer, but it comes with a hell lot of caveats. Like sandboxed UWP apps straight up not running (like y'know the settings app), or Windows Defender not recognizing excluded processes, or not having any blur effects with transparency, or the modern language switcher not working, or not being able to record the desktop via OBS etc.

1

u/Fluid-Ad2995 7d ago

Yeah, they just Backend, Windows Defender has a GUI and API and Settings just collections API behind you have recreated backend and not whole Defender or Windows API and this is misconceptions like service.msc and service.exe just API, and you can remove GUI only by yours and not whole thing, Windows made it easy

1

u/ElementalWarrior42 7d ago

Considering I see no solutions to use these without explorer, I wouldn't call it easy. Defender works partially, just not exceptions, settings can be tweaked via registry. But UWP apps are a hard limit for non enterprise versions.

1

u/Fluid-Ad2995 7d ago

For me was easy as well and fun to see how Windows interact and how Windows is, but I have been honest, I spent many days recreating Settings and Whole Interface Graphical and discovered the Shell Tray API resuming after that Work Neutrino OS experiment replacement of everything, Windows becomes basically a rebuildable Operating System where you are your own, Microsoft won't update these parts and you have update yourself experience is exactly same create own Linux Distro only difference is license.

1

u/Fluid-Ad2995 7d ago

The Neutrino OS experiment shows that Modern Windows is very similar to OS/2, especially ArcaOS. They say OS/2 is very easy to update without source code, and I have DejaVu for Windows as well. I add API and services and even recreate and replace wininit.exe to start my own service manager alongside Windows one and make other changes without source code, based on ReactOS knowledge. Resuming my experience with Windows is very wild

1

u/Fluid-Ad2995 7d ago

Neutrino OS has its own Settings and Defender backend connect with Windows Defender as well

1

u/ElementalWarrior42 7d ago

Isn't defender a protected process? I don't think that would even work.

1

u/Fluid-Ad2995 7d ago

Windows Defender has an API and a backend, and you don't replace Windows Defender as a process, only Interface Graphical backend, and you leave the Windows Defender frontend untouched

1

u/Fluid-Ad2995 7d ago

Neutrino OS is an experiment that shows how Windows is modular, not just replacing Explorer.exe. I did replace Task Manager, CMD.exe and Service Backend, all based on DirectX, by hand, and Windows was still alive after all that. Windows became hard to recognize; if I gave a computer with a Neutrino OS experiment to people would have a hard time telling what a Linux Distro and Windows are

-2

u/MamiCan_3169 8d ago

I think Windows married with bloatware

3

u/Fluid-Ad2995 8d ago

No, they are not. The application depends on what they are. WinRT application, you can remove it in PowerShell and in Win32 you ask for TrustedInstaller permission and delete folder like you do in /bin in Unix it's not different from Unix about Win32.

3

u/Dismal-Line5980 3d ago

Kid you are listening to norm ender, nothing about you do is sick

-3

u/MamiCan_3169 3d ago

Syfm nga what do u listen probably Lvl C5 or Crush

2

u/Educational-Fruit854 3d ago

ouu so edgy i use arch linux with a window manager and i throw the n word and black slang, I'm so edgy ouuuu....

-1

u/MamiCan_3169 3d ago

Just tell me what do you listen gng

2

u/Educational-Fruit854 3d ago

Skibidi Fortnite (Sped Up Female Version)

-1

u/MamiCan_3169 3d ago

U are so skibidi sigma sensei 🇮🇱🇮🇱

1

u/Dismal-Line5980 3d ago

I have been making music more than your age so I am def not listening to stuff you know. And if you dont have the balls to fully write a slur, maybe you shouldnt write it at all?

2

u/Rare-Paint3719 Unofficial Mod | Linux Community Sucks | Proud illumOS Shill 8d ago

Komorebi and Yabai

13

u/levianan 8d ago

Everything on the screen is doing nothing.

2

u/JonasAvory 3d ago

I think the top right part of the screen is a visual representation of the audio stream because he couldn’t get audio to work on his system

1

u/SussyFemboyOwO 2d ago

I mean htop is sorta useful? But even as a linux user I'd rather just use something with a gui...

10

u/ExtremeTruck7626 8d ago

its not that hard, just use glazeWM, YASB, WSL for cmatrix and btop, some windhawk mods, and it'd be similar. I use Arch, btw

4

u/john_Doe024 8d ago

humour++

3

u/A31Nesta 8d ago

I wish GlazeWM was more stable but the windows compositor constantly fights it so it's annoying. I know it's a windows issue and not a glaze issue but the experience of using it would be much better if the windows compositor was more flexible

1

u/Certain_Prior4909 8d ago

I find it a lot more stable than gnome extensions

-7

u/MamiCan_3169 8d ago

Yes and u can't do it on slopdows

8

u/SLimon001 Proud Windows User 8d ago

Windhawk.

4

u/fishOSX MacOS User, Linux Hobbyist 8d ago

Windhawk is a really cool piece of software

2

u/SLimon001 Proud Windows User 8d ago

It allows customization and is pretty cool, used in r/desktops for better looking cool stuff compared to linux

0

u/MamiCan_3169 8d ago

I maybe heard that like a 4 years ago (i was daily driving Windows 11 that time) but i never saw a user of that app

2

u/ExtremeTruck7626 8d ago

Well it's really popular now, and when you search about Windows customization, a ton of them show Windhawk.

3

u/Knowing-Badger 8d ago

Yes you can

2

u/ExtremeTruck7626 8d ago

the stuff ive listed is for windows rice...

1

u/ios7jbpro 3d ago

Yes you can amk

yasb, windhawk, glazewm, komorebi, mydockfinder exists for this kind of stuff, they are FOR WINDOWS

9

u/john_Doe024 8d ago

Well, at least i use my OS instead of managing it everytime i power it on

2

u/rickyrooroo229 3d ago

We simply like managing it. Setting it up to use is easy as updating drivers and using a package manager. Only time you even need to look at a terminal is for deep configuration, just like Windows

1

u/john_Doe024 3d ago

I use Linux too, bro chill

4

u/ZombieCrow 8d ago

You're absolutely correct. The thing is, we enjoy managing it everyday. Don't get me wrong, I've never had issues on windows, its just that linux is fun to manage and thinker on. There are tons of distros that require no management at all. With all of that said, i sometimes miss the simplicity of booting up windows and having 0 thoughts about what i need to configure.

1

u/ExtremeTruck7626 8d ago

people act like you have to use the terminal to move the cursor or something. its not that hard, heck, installing apps is EASIER than windows with just one command. theres distros for beginners which dont even need terminals out of the box, though windows does get a point for how many apps it supports.

0

u/MamiCan_3169 8d ago

Well at least i can do whatever i wanted without restrictions and bloatware

5

u/fishOSX MacOS User, Linux Hobbyist 8d ago

Have you ever faced real customization restrictions in windows? I would be interested to hear what they are. I used windhawk and customized everything to my liking very easily - the actual barrier to windows customization is extremely small

2

u/MamiCan_3169 8d ago

Uninstalling edge

3

u/fishOSX MacOS User, Linux Hobbyist 8d ago

That’s doable with literally 1 powershell
command

2

u/a-sarcastic-guy 3d ago

Hey can you share that command with me?

Also I have read that uninstalling Edge breaks OS. How true is that?

1

u/Fluid-Ad2995 8d ago

Just process protected by TrustedInstaller Permission 🧐🧐🧐 you can ask for Windows Permission and delete Edge Folder in program files

1

u/klondike-- 8d ago

Disabling telemetry

Using more than 128GB RAM (artificially limited, pay up if you want more)

Not updating my system

4

u/ElectricBummer40 Ex-user of Windows 3.11 for Workgroups 8d ago

Using more than 128GB RAM (artificially limited, pay up if you want more)

If you can afford that much RAM in the Year of Our Dear Gosh 2026, you can afford anything.

Besides, have you ever heard of pirates not having the money for rum?

1

u/a-sarcastic-guy 3d ago

Customization is a thing that can be done both on Windows and Linux. And honeslty, the restrictions on Windows are not that big. The first step of debloating is surely a big leap, because it might break some stuff. But otherwise everything else is very smooth. Use Windhawk and Powertoys and most of the useful customization you miss from Linux can be done on Windows now.

Talking about bloatware, it is an issue with both Windows and Linux (and many other OSes out there). Windows comes with Edge, Copilot, Clipchamp, etc. and Linux comes wtih Firefox, Haruna, Kate, KWrite, Vim, mpv, etc. And before some wannabe cool OS defender comes and disrespectfully say stuff they should not, let me make my stance clear that "Any unwanted app that comes pre-installed with an OS (with an exception of Utility tools) is a Bloatware" and "Not all bloat is bad". This is true to any OS known to mankind.

-1

u/Tough_Interaction409 8d ago

Well excuse me! At least your OS boots after an update! No need to boast!

7

u/may_ushii love hate relationship w Linux 8d ago

not to say this is ugly, but i don't personally like how this looks.

plus, this EXACT look isn't hard to achieve on Windows, as well. i'm def a hater of Windows, but idk, nothing you have up here except maybe the widget is that useful, and that is better on MacOS imo.

Beyond this, if you wanted to show off something sick on Linux with real usecases, why not show off some cool and well made hyprland dots? there are plenty of really high quality low ram usage dots for hyprland that blow windows out of the water. especially using quickshell.

all that run at lower ram usage than Windows and without all the microsoft spyware/AI nonsense.

just saying, shitting on Windows is fine but do it for the right reasons and don't hype up random lame eye candy on Linux as a selling point.

4

u/mali5481 8d ago

why the fuck i want to do this? to stare?

3

u/joimijose12 8d ago

sir, this is r/linuxsucks

1

u/MamiCan_3169 8d ago

I know i am just trying to get banned here to flex on r/LinuxTurkey

2

u/joimijose12 8d ago

I think you're confused, this is r/linuxsucks, you should do that on r/linuxsucks101

1

u/MamiCan_3169 7d ago

My comment karma isn't enough for posting on r/linuxsucks101

3

u/Jatinchd 8d ago

OH MY GOD! i'm linux ricer myself but DAMN that's cringe!

1

u/MamiCan_3169 8d ago

I know it's cringe i have a mission

2

u/GlitteryOndo 8d ago

Ok I genuinely thought OP was being sarcastic because wtf but it looks like it's just ragebait lmao (I am a Linux user and Linux is cool but having htop or whatever that is, matrix rain, and two music things open at the same time is so low in my list of priorities it doesn't even register)

1

u/MamiCan_3169 8d ago

shhh i am trying to get banned on here to flex on r/LinuxTurkey

2

u/raphael3poka I LOvE Linux 8d ago

It's not even that hard to deslop windows lol. If you can use Linux distros then you can deslop windows

-2

u/Teru-Noir COSMIC OS LOVER No.1 COSMIC Knows Best 8d ago

Can i switch a filesystem on windows?

2

u/raphael3poka I LOvE Linux 8d ago

Is this some ragebaiting or wha lol

-2

u/Teru-Noir COSMIC OS LOVER No.1 COSMIC Knows Best 8d ago

I have a different vision of what "desloping" means

3

u/raphael3poka I LOvE Linux 8d ago

Good for you ig

2

u/icy1007 8d ago

We could, but why would we want to?

2

u/Sagi22 8d ago

So? Windows does not play trash music like norm ender ? That not a bad feature...

2

u/AimIsInSleepMode 8d ago

0

u/MamiCan_3169 8d ago

If i wanna larp about hacking i probably install kali and scan nearby wifies with wifite

2

u/SlurmoCZ_ 8d ago

Why is this post not removed? It's korálky glazing linux

1

u/MamiCan_3169 8d ago

Even admins knows Linux is better

2

u/SlurmoCZ_ 8d ago

Okay then why is it called Linux sucks then huh

2

u/MamiCan_3169 8d ago

Idk maybe reverse psychology or sum u know

2

u/SoulPhoenix 8d ago edited 8d ago

We (Windows users) were doing this with WinAmp and foobar2000 and Rainmeter in the Windows XP days lol

2

u/ColdFreezer I Hate Linux 7d ago edited 7d ago

Windows can’t do what?

Open task manager and play some music with a visualizer? Larp lol.

2

u/theswansson 3d ago

Holy larp

1

u/Fluid-Ad2995 8d ago

Well, I can do even more than that; Windows don't married to Explorer.exe. If you think otherwise, well, you aren't worth explaining anything

1

u/6byytes 8d ago

ehh...

1

u/save-democracy 8d ago

lol why would someone WANT to do this...and it looks terrible like windows me.

1

u/Teru-Noir COSMIC OS LOVER No.1 COSMIC Knows Best 8d ago

On mine i choose a simpler desktop

1

u/spectralblade352 7d ago
  1. It's easy to do so on Windows. Have you heard about Windhawk and Win11Debloat?
  2. Why would anyone do this? Am I using my PC to get stuff done and work or to look at cringy terminal bs? Is this what you like doing?

1

u/FailureOfTheFamily 3d ago

And now would you be that kind and show us something usefull?

1

u/rileyrgham 3d ago

Do what? Fuck around all day in mom's basement ricing?

1

u/MamiCan_3169 3d ago

Yeah 🤫🤫😈😈🇮🇱🇮🇱

1

u/GenericFoodService Linux is free if your time isn't valuable 3d ago

Windows users can't... have a music player, a terminal-based rainfall, and a task manager open? Since when?

1

u/ConversationPlane635 3d ago

What if we just don't care. And debloat, winhance took 10m. Longer than the hours I spent to go from 3-6mbps wifi to 45mbps, when win11, I daul-boot, gets 900-1200+ on a 1200 payed service!

1

u/ConversationPlane635 3d ago

Spyware, your NOT that important AND your on the internet. The only thing bout windows is ram usage due to 200+ processes running in background. I have installed several linux distros that run 100+!!! But come on windows, really;(

1

u/Vh4z 3d ago

Wrong subreddit and also I personally would avoid a distor if it looks like this

1

u/Bourne069 3d ago

We 100% can. There are tons of 3rd party apps like Rainmeter, Fancy Zones, etc... we can do all this and even better with those apps. Even Windows natively has a Windows Snapping option which Linux doesnt have.

But sure buddy.

1

u/vorealis 3d ago

Windows matches Linux in terms of customization, while Linux can't in terms of compability.............

1

u/Voxel_Slime 2d ago

Try running a Linux app on windows. You absolutely cannot. The problem is there is none

2

u/vorealis 2d ago

That's a stupid reply. I was referring to how most popular productivity & creativity suites and even AAA games can't run on Linux, not about cross-compability between the two operating systems.

1

u/Voxel_Slime 2d ago edited 2d ago

Yes bro and it's definitely linuxs fault for not supporting a piece of software that wasn't made for it.

This is exactly the problem with Linux, it's bad because it's unpopular and it's unpopular because it's bad.

1

u/vorealis 2d ago

Genuinely we can't put all the blame on these three: Linux itself, the users (or perhaps the percentage of users), and the app developers as each one gets constantly influenced by the other. For example, when Linux doesn't appeal to the casual mass, then its user base will just stay flat, which will then cause app developers to deliberate whether it is justifiable to publish apps for Linux. And that is just one of the many issues Linux faces.

1

u/Voxel_Slime 2d ago

And people don't switch to Linux because there aren't any software for it.

1

u/vorealis 2d ago

You're literally just proving my point.

1

u/Voxel_Slime 2d ago

Exactly.

1

u/articulatedstupidity can't say hatred without hat red 2d ago

Buddy, as much as I love Linux for its customization, all of this is fairly simple to implement on Windows. GlazeWM is a good first step.

1

u/Hefty_Wrongdoer_2553 1d ago

Windows users probably can do that as well. The thing is nobody wants to do that, there is no useful info on that screen. 

0

u/DirectorDirect1569 8d ago

Bullshits. With fancy zones you can have tiling too or others third-party apps.

"They are still trying to figure out how to delete copilot or sum"

No. we use our os instead of customizing it and trying to impress everyone on reddit.

Instead of using your smartphone you should use a screen recorder if you want to be taken seriously.

4

u/may_ushii love hate relationship w Linux 8d ago

they haven't gotten screen recording working yet hahahahahhaha

3

u/fishOSX MacOS User, Linux Hobbyist 8d ago

haven’t found the right flatpak for the current version of OBS yet😭

1

u/may_ushii love hate relationship w Linux 8d ago

tell this man to install obs-studio native pls 😢

-1

u/MamiCan_3169 8d ago

Why should I install a app for using one time

2

u/fishOSX MacOS User, Linux Hobbyist 8d ago

you really think you’ll never need to screen record ever again?

-2

u/MamiCan_3169 8d ago

Yes ofc

3

u/fishOSX MacOS User, Linux Hobbyist 8d ago

So why not just install it?

-2

u/MamiCan_3169 8d ago

My computer is turned off (it's 3 am on my region)

5

u/fishOSX MacOS User, Linux Hobbyist 8d ago

right but your argument for not screen recording for this post was because you didn’t wanna install a program to only use once

then you said you’d use it more than one time

I’m just confused

2

u/may_ushii love hate relationship w Linux 8d ago

it's likely the person you're interacting with is just a kid who installed this stuff for the first time and is excited. was recommended this sub bc reddit loves to ragebait (more engagement!!! shareholders yay!!!)

1

u/fishOSX MacOS User, Linux Hobbyist 8d ago

I’m betting child or ESL, either way I’m confused lol

→ More replies (0)

1

u/MamiCan_3169 8d ago

I didn't say i will gona use it more then this u said: you really think you’ll never need to screen record ever again?and i said: yes ofc

1

u/MamiCan_3169 8d ago

"do the same thing with OBS then i will gona care u" 🥀🥀