Not a replicant

  • 0 Posts
  • 28 Comments
Joined 11 months ago
cake
Cake day: May 30th, 2024

help-circle




  • Not a replicant@lemmy.worldtoTechnology@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    1
    ·
    27 days ago

    That’s all well and good, what happens to your kids when they can’t tick the Windows and MSOffice boxes on job applications?

    I’m not having a go at you, I’ll assume you’ve taught your kids how to approach the new and unknown in the IT fields, but if they have limited or zero experience with Microsoft products, they’ll be at a disadvantage.







  • Not a replicant@lemmy.worldtoTechnology@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    61
    arrow-down
    1
    ·
    27 days ago

    I put this in another thread: It’s not a big deal. They’re removing the bypassnro.cmd script, which is just this:


    @echo off

    reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE /v BypassNRO /t REG_DWORD /d 1 /f

    shutdown /r /t 0


    You can still use shift-F10 at the same point, type those two lines (not the @ECHO OFF), and it will achieve the same result.










  • Ah yes, that’s a concern - but I have a job in Task Scheduler that re-writes my registry tweaks - mostly changing various tasks back to “disabled”. You can trigger it hourly, or on an event. As soon as a selected event - such as a telemetry switch-on - hits the event log, the “disable” script runs.

    There’s other ways, like taking ownership of the executables and changing permissions to lock out the “SYSTEM” account.

    And pihole blocks DNS resolution of the telemetry harvesters as well. Windows update won’t touch that. It’s not 100% effective, but I couldn’t be bothered to take it further.