edit: hey guys, 60+ comments, can’t reply from now on, but know that I am grateful for your comments, keep the convo going. Thank you to the y’all people who gave unbiased answers and thanks also to those who told me about Waydroid and Docker

edit: Well, now that’s sobering, apparently I can do most of these things on Windows with ease too. I won’t be switching back to Windows anytime soon, but it appears that my friend was right. I am getting FOMO Fear of missing out right now.

I do need these apps right now, but there are some apps on Windows for which we don’t have a great replacement

  1. Adobe
  2. MS word (yeah, I don’t like Libre and most of Libre Suit) it’s not as good as MS suite, of c, but it’s really bad.
  3. Games ( a big one although steam is helping bridge the gap)
  4. Many torrented apps, most of these are Windows specific and thus I won’t have any luck installing them on Linux.
  5. Apparently windows is allowing their users to use some Android apps?

Torrented apps would be my biggest concern, I mean, these are Windows specific, how can I run them on Linux? Seriously, I want to know how. Can wine run most of the apps without error? I am thinking of torrenting some educational software made for Windows.



Let me list the customizations I have done with my xfce desktop and you tell me if I can do that on Windows.

I told my friend that I can’t leave linux because of all the customization I have done and he said, you just don’t like to accept that Windows can do that too. Yeah, because I think it can’t do some of it (and I like Linux better)

But yeah, let’s give the devil it’s due, can I do these things on Windows?

  1. I have applications which launch from terminal eg: vlc would open vlc (no questions asked, no other stuff needed, just type vlc)
  2. Bash scripts which updates my system (not completely, snaps and flatpaks seem to be immune to this). I am pretty sure you can’t do this on Windows.
  3. I can basically automate most of my tasks and it has a good integration with my apps.
  4. I can create desktop launchers.
  5. Not update my system, I love to update because my updates aren’t usually 4 freaking GB and the largest update I have seen has been 200-300 mbs, probably less but yeah, I was free to not update my PC if I so choose. Can you do this on Windows? And also, Linux updates fail less often, I mean, it might break your system, but the thing won’t stop in the middle and say “Bye Bye, updates failed” and now you have to waste 4GB again to download the update. PS: You should always keep your apps upto date mostly for security reasons, but Linux won’t force it on you and ruin your workflow.
  6. Create custom panel plugin.

  1. My understanding is that the Windows terminal sucks? I don’t know why, it just looks bad.

I am sure as hell there are more but this is at the top of my mind rn, can I do this on Windows. Also, give me something that you personally do on Linux but can’t do it on Windows.

  • NormandyEssex@lemmy.world
    link
    fedilink
    arrow-up
    23
    ·
    10 months ago

    Most if not all of these seem very easily done on windows. You can create scripts as you like and set up environment variables like vlc. Control of updates I’m not so sure about, I haven’t messed with it I just let it auto update.

    • DrM@feddit.de
      link
      fedilink
      arrow-up
      9
      ·
      10 months ago

      If you own a Windows 10/11 Pro version, you can set a group policy for control of updates. If you own a Home edition, you need to change a Registry entry. It’s not hard, but just as you I like Auto update more because I tend to forget to manually update

      • d3Xt3r@lemmy.nzM
        link
        fedilink
        arrow-up
        3
        ·
        10 months ago

        And if you like, you can skip and even disable Windows Update completely, and use a PowerShell script to download updates manually and install them whenever you like. This is a good option if you don’t trust Microsoft and decide to block all their IPs via a hosts file or a firewall or something, so you could download the updates from a trustworthy computer (like a Linux machine) and install the updates offline.

    • Holzkohlen@feddit.de
      link
      fedilink
      arrow-up
      4
      arrow-down
      1
      ·
      10 months ago

      The joy of creating powershell or cmd scripts. I’d rather do everything by hand. I get so irrationally angry whenever I have to even look at a script on windows.

      • Hydroel@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        10 months ago

        You may be more used to bash, but after having tinkered with both and converted some scripts from one to the other, I arrived to the conclusion that both are bad.

    • NateNate60@lemmy.ml
      link
      fedilink
      arrow-up
      1
      arrow-down
      1
      ·
      10 months ago

      The procedure to create shortcuts, as an example, is rather convoluted. I originally looked this up because I was 90% sure that you could just use New-Item and it’d just work.

      The problem is that even if you install things with a package manager like Chocolatey and do not hunt for installer wizards on the Internet (the default Windows way to install software), applications don’t commonly add themselves to the PATH and it’s just a pain to get it working.

      • Treeniks@lemmy.ml
        link
        fedilink
        arrow-up
        3
        ·
        10 months ago

        scoop manages the whole PATH problem when installing apps. Winget on the other hand installs with the app’s installer if I’m not mistaken, thus should also have no problems with that.