• Scrubbles@poptalk.scrubbles.tech
    link
    fedilink
    English
    arrow-up
    21
    ·
    12 days ago

    I don’t think so anymore. You could probably do some damage if you clicked through the hundred warnings but I don’t think you can remove the whole directory anymore.

    Windows has a secret “System” user which owns most if not all if that, and permissions are now set up such that not even Administrator can touch it. From what I understand those are now hardcoded into the system.

    • taiyang@lemmy.world
      link
      fedilink
      English
      arrow-up
      19
      ·
      12 days ago

      God I hate that System user. Somehow, back when I used Windows, it granted System the ownership of a bunch of folders in my D: that even as an admin I couldn’t delete-- I think because of Microsoft store?

      It wasn’t until I started playing with Linux (Manjaro at the time) that I was able to clean it up. Something like 600gb of game files, lol.

    • Fedizen@lemmy.world
      link
      fedilink
      English
      arrow-up
      5
      ·
      12 days ago

      You certainly can’t delete them all but its possible to rename everything and delete them that way but If I recall windows would likely generate new versions very quickly after some very weird error messages and maybe a restart.

    • surewhynotlem@lemmy.world
      link
      fedilink
      English
      arrow-up
      4
      ·
      12 days ago

      You can connect into the system as system and then do all the horrible things. It’s not well publicized because they don’t want you breaking stuff.

    • olenkoVD@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      1
      ·
      11 days ago

      They’re not hardcoded, you can take ownership of the files with commands (takeown and icacls). As some other user already mentioned, there are ways to start a command prompt as the SYSTEM user. Windows will still not let you delete them however, because most of them are being used by processes.

    • Kairos@lemmy.today
      link
      fedilink
      English
      arrow-up
      1
      arrow-down
      2
      ·
      12 days ago

      The system user is part of Dos like root is part of Unix. I think what you’re referring to is how the whole OS runs in a virtualization layer because Microsoft doesn’t trust its own kernel. This also disallows a lot of folders from being deleted or modified. I’m not sure if system32 is included.

      • olenkoVD@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        1
        ·
        11 days ago

        The system user is part of Dos like root is part of Unix. I don’t think DOS supported multiple users, nor some kind of ACL. The system user is only part of Windows, after 98 I think.