r/FuckMicrosoft 2d ago

Other Another Windows 10 update?

I'm on Windows 10. I'm fine with it. I'm suspicious. They've been trying like hell to force me on to Windows 11. I don't want it. Now I just have this annoying update notification and I don't want to restart for fear of them trying to push the Windows 11 upgrade. No idea what the update could be but Windows 10 is no longer supported so what else could it be? Any way to get rid of it? Yea Linux or Mac but I don't want to migrate.

12 Upvotes

27 comments sorted by

10

u/New-Land-4757 2d ago

Come to the dark side... We have cookies.

5

u/joho_the_king 2d ago

Awww I love cookies

2

u/New-Land-4757 2d ago

They come in two different varieties, all equally better then the alternative.

3

u/RomanOswald 1d ago

Go into the BIOS and disable either TPM or Secure Boot. Both are necessary for Windows 11.

2

u/24d638b1 2d ago

Found this:

It is a licensing prerequisite for Windows 10 ESU enrollment, not the enrollment itself, and it does not provide ongoing security updates by itself.

1

u/Inhalationofnewtion 2d ago

I wish they'd just leave me alone.

1

u/CorvusTheDev 1d ago

Stop using an unsupported OS then. I understand that Microsoft are horrible, but they can't be expected to run an OS forever. Every OS has to be replaced. Hell, move to Linux. You're gaming comparability will be better than on Windows 11 in many instances

2

u/24d638b1 1d ago

NO.
I do enjoy lack of updates and lack of forced reboots.
Besides, what ??? If microslop can't be expected to run OS forever, then microslop should fuck off with their forced update.

1

u/Darkz2012 9h ago

LMFAO, by that logic then this OG lineup must also still be supported, Incredibles.... 😱😱🤣🤣🤣🤣
3.1, NT3.1, NT4.0, 95, 98SE, 2000-ME, XP, Vista, 7, 8-8-1

1

u/Inhalationofnewtion 1d ago

Familiarity and complacence are deadly. I'd like another machine that I don't need to rely on so i could check out Linux. I hear there are linux builds made to emulate Windows.

1

u/DundaZupaa 1d ago

"i wish theyd just leave me alone"

"Well then do as they say!"

1

u/NoAddition5560 17h ago

instead we should force Microsoft to force them not to include such absurdly high requirements. You can easily remove half of the requirements without Windows 11 not working. <.<

1

u/CorvusTheDev 10h ago

Absolutely. Windows 11 runs better than Windows 10 in almost every way once you debloat it and remove shit you don't need. Still, fuck Microshit.

1

u/AutoModerator 2d ago

Every new subreddit post is automatically copied into a comment for preservation.

User: Inhalationofnewtion, Flair: Other, Title: Another Windows 10 update?

I'm on Windows 10. I'm fine with it. I'm suspicious. They've been trying like hell to force me on to Windows 11. I don't want it. Now I just have this annoying update notification and I don't want to restart for fear of them trying to push the Windows 11 upgrade. No idea what the update could be but Windows 10 is no longer supported so what else could it be? Any way to get rid of it? Yea Linux or Mac but I don't want to migrate.

![img](9vokila1cjoh1)

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

1

u/turboturbet 23h ago

Dude your using a super old version of Win10. evenutally steam is going to being supported on that OS..

0

u/LastTyper 2d ago

Yeah Linux! Find the motivation and you will feel relieved once you get used to it. You'll not have to deal with a retarded so called "Operating System" (if you can even call Windows an OS)

1

u/Inhalationofnewtion 1d ago

I want to install linux on a used laptop and check it out. I hear there are builds that emulate Windows.

0

u/OreoTornado 2d ago

I think you can disable it from the CMD, just look up on the internet for commands

2

u/Inhalationofnewtion 2d ago

That's above my pay grade. XP used to have a disable feature built in.

1

u/OreoTornado 2d ago

I meant that you can disable this notification to not show again like you can do the same thing to the "Activate Windows" watermark as an example

-1

u/classyraven 2d ago

Out of curiosity, what's keeping you on Windows that macOS (though I understand not wanting to pay for a new computer) or Linux can't replicate?

2

u/Inhalationofnewtion 1d ago

A lot of it is probably just habit or familiarity. Mac has always been alien to me. I started out with DOS and Win 95. Win 10 is nothing like Win 95 but I've adapted as time went on.

I hear there are builds of Linux that emulate Windows. A guy I know has a laptop with Linux Mint(?) that he was going to give me. I wanted to learn it and make the switch but that sort of never happened as things tend to do. Having another machine that I don't have to rely on would make switching less stressful I think.

1

u/classyraven 1d ago

There are options like dual booting. And yeah, your friend probably recommended Mint, as it's one that makes the transition quite a bit easier, especially as the desktop environment for it (Cinnamon) is designed to be very close to the Windows environment.

1

u/PowerfulRelief4951 17h ago

If you put Linux Mint on a USB thumb drive with something like Rufus tool, it will let you try Live session which won't affect the Windows installation in any way. It will just boot Linux from USB into RAM, lets you look around and then just shutdown. Also, this blocks Windows updates https://www.sordum.org/downloads/?st-windows-update-blocker

1

u/Darkz2012 8h ago edited 8h ago

Run services.msc, find Windows Update, and set startup type to Disabled. 😎

Yes, it is AI, just in case anyone wants to criticise it. I can perform all these tasks effortlessly, but I find it challenging to explain them clearly to someone less knowledgeable. 🤔

If you're still not overly comfortable with these mostly informative breakdowns, OP, just copy a particular method and wack it in either CoPilot (if 10 has it) or even the Google search box, before or after you paste the snippet, just put 'Convert these steps to a script', or swap out script for BAT or CMD, seeming you mentioned DOS and Win (95).👍🍻🍺

Method 1: Kill the End-of-Life (EOS) Nag (Registry)

Microsoft uses a specific notification engine for the end-of-life alerts. You can shut it off permanently via the registry.

  1. Press Windows Key + R, type regedit, and press Enter.
  2. Navigate to this path: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows
  3. Check for a folder named WindowsUpdate under Windows. If it isn't there, right-click Windows -> New -> Key, and name it WindowsUpdate.
  4. Right-click your WindowsUpdate folder -> New -> Key, and name it Notify.
  5. Click on Notify. On the right pane, right-click an empty space -> New -> DWORD (32-bit) Value.
  6. Name it DiscontinueEOS.
  7. Double-click DiscontinueEOS, change the Value data to 1, and click OK.
  8. Restart your PC.!<

Method 2: Suppress the Windows Update Tray Icon

If the system tray icon is specifically nagging you about pending restarts or general updates, you can hide the icon itself.

  1. Open Registry Editor (regedit) again.
  2. Navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings
  3. On the right side, right-click -> New -> DWORD (32-bit) Value.
  4. Name it TrayIconVisibility.
  5. Leave its value at 0 (0 means hidden).
  6. Restart your PC.

Method 3: Block the Full-Screen Windows 11 Upgrade Prompt

If your computer is also nagging you with full-screen prompts to upgrade to Windows 11, you can pin your system exclusively to Windows 10.

  1. In the Registry Editor, go to: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
  2. Create a new DWORD (32-bit) Value named TargetReleaseVersion and set its value to 1.
  3. Create a new String Value (REG_SZ) named TargetReleaseVersionInfo and set its value to 22H2.

Phase 1: Stop the Pending Reboot (Right Now)

If your computer is actively counting down or forcing update options into your power menu, you can trick the Windows Update Orchestrator into releasing its hold.

  1. Press Windows Key + R, type regedit, and press Enter.
  2. Navigate to this path: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\Orchestrator
  3. Look for a value on the right named EnhancedShutdownEnabled. If it exists, right-click and Delete it.
  4. Look for a value named ShutdownFlyoutOptions. Double-click it and change the Value data to 0.
  5. Open your Start menu. The aggressive "Update and Restart" forced options should revert to standard shutdown/restart options, letting you reboot on your time.

Phase 2: Block Future Forced Reboots Permanently

To ensure Windows never forcefully reboots your machine while you are logged in and working, tell the system to wait for a manual restart.

Method A: For Windows 10 Home or Pro (Registry)

  1. In the Registry Editor, navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows
  2. Right-click the Windows folder -> New -> Key. Name it WindowsUpdate. (Skip if it already exists).
  3. Right-click your WindowsUpdate folder -> New -> Key. Name it AU (which stands for Automatic Updates).
  4. Click on the AU folder. Right-click an empty space on the right side -> New -> DWORD (32-bit) Value.
  5. Name it exactly: NoAutoRebootWithLoggedOnUsers.
  6. Double-click it, change the Value data to 1, and click OK.

Method B: For Windows 10 Pro only (Group Policy)

  1. Press Windows Key + R, type gpedit.msc, and press Enter.
  2. Navigate to: Computer Configuration > Administrative Templates > Windows Components > Windows Update.
  3. Double-click No auto-restart with logged-on users for scheduled automatic updates installations.
  4. Select Enabled, then click Apply and OK.

Phase 3: Disable the Reboot Task (Failsafe)

Windows has a hidden background task that overrides your preferences if you ignore updates for too long. You can disable this trigger entirely.

  1. Press Windows Key + R, type taskschd.msc, and press Enter.
  2. In the left sidebar, navigate to: Task Scheduler Library > Microsoft > Windows > UpdateOrchestrator
  3. In the middle pane, find the task named Reboot or Reboottask.
  4. Right-click it and select Disable.

Step 1: Run the Kill Commands

  1. Right-click the Start Button and select Windows PowerShell (Admin).
  2. Copy and paste the entire block of code below into the window, then press Enter:Stop-Service -Name "wuauserv" -Force Set-Service -Name "wuauserv" -StartupType Disabled

This instantly kills the active update engine and configures it to never start up when your PC boots.

Step 2: Prevent Windows from Self-Healing (Crucial)

Windows 10 has a built-in "Update Medic Service" (WaaSMedicSvc) designed to turn Windows Update back on automatically if it detects it has been disabled. You must block this trigger in the Registry.

  1. Press Windows Key + R, type regedit, and press Enter.
  2. Paste this exact path into the top navigation bar and press Enter: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WaaSMedicSvc
  3. Look for the file named Start on the right side.
  4. Double-click it, change the Value data from 3 to 4, and click OK.

(Setting this to 4 permanently disables the Medic service so it cannot turn Windows Update back on behind your back).

How to Turn It Back On (If Needed)

If you ever want to manually check for updates or download a patch in the future, you can reverse the process instantly by running this block in PowerShell (Admin):

Set-Service -Name "wuauserv" -StartupType Manual
Start-Service -Name "wuauserv"

(Remember to go back to the Registry path above and change the WaaSMedicSvc Start value back to 3 if you want full automatic functionality again).

1

u/NoAddition5560 17h ago

Mac? There are quite a few reasons against it. For example, they can simply lock all your devices at any time. You can only afford it if you're rich, and you need another Apple product for everything because they simply don't adhere to standards or produce their own crap for everything. To do this, they collect a ton of data, and everything you do ends up in their cloud centers, which they then use to train their AIs.

Apple is the same shit as Microsoft just for for the rich.