• Microsoft removes guide on converting Microsoft accounts to Local, pushing for Microsoft sign-ins.
  • Instructions once available, now missing - likely due to company’s preference for Microsoft accounts.
  • People may resist switching to Microsoft accounts for privacy reasons, despite company’s stance.
  • ItsComplicated@sh.itjust.works
    cake
    link
    fedilink
    English
    arrow-up
    2
    ·
    17 days ago

    Thanks. These are the instructions having a time with. I am going to take a break. I think I have just stared at it too long overthinking it!

    • wanderingmagus@lemm.ee
      cake
      link
      fedilink
      English
      arrow-up
      2
      ·
      17 days ago

      No problem, and again - if you experience any confusion during the process, just let me know! I also had to get help with installing Linux Mint myself when I first got started.

          • ItsComplicated@sh.itjust.works
            cake
            link
            fedilink
            English
            arrow-up
            2
            ·
            2 days ago

            Yes! Thank you. I have it installed and everything seems to work now, if a bit slow.

            I am working on what type of security/virus stuff to use other than basic common sense. Windows once installed a virus in an update. Lots to learn. Once I get passed the security hurdle I will use it for a while until I am confident enough with the system to replace Windows on my main laptop. I really look forward to that day!

            • wanderingmagus@lemm.ee
              cake
              link
              fedilink
              English
              arrow-up
              2
              ·
              2 days ago

              Awesome! Linux Mint’s welcome page should have given you directions to setting up the built in firewall. If you really want an antivirus, ClamAV is a good one for Linux. However, whether you need one on Linux is actually a complicated question: https://forums.linuxmint.com/viewtopic.php?t=358408

              Really depends on your use case, at the end of the day. Good luck, and let us know if you have any questions!

        • wanderingmagus@lemm.ee
          cake
          link
          fedilink
          English
          arrow-up
          1
          ·
          edit-2
          15 days ago

          Did you make sure that you opened the terminal inside the folder where your iso and txt files are, or at least navigated to that folder after opening the terminal? Basically, it’ll say “file not found” if you run the CertUtil command while not “inside” the folder containing both the iso and the txt files. Same with running the gpg command.

          Usually, if you just open cmd.exe by itself from the searchbar, you’ll see something like this:

          PS C:\Users\your_username>

          If you instead opened the terminal inside the folder, you’ll instead see this:

          PS C:\Users\your_username\Downloads\ISO>

          Or whichever folder your iso and txt files are located in.

          CertUtil and gpg are pretty tunnel-visioned - they can only see stuff that’s in the same folder as they’re being run in, unless you give them specific directions to get to a different location. That’s why it’s easiest and best to have everything in a single folder and open the terminal “inside” that folder.

          Again - all this verification stuff with the terminal is, in my opinion, optional as long as you downloaded from one of the mirrors on the website. But since you still want to do it, this is the easiest way to go about it.

          All the directions are here: https://forums.linuxmint.com/viewtopic.php?f=42&t=291093