惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Y
Y Combinator Blog
腾讯CDC
Recent Announcements
Recent Announcements
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Hugging Face - Blog
Hugging Face - Blog
H
Help Net Security
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Last Week in AI
Last Week in AI
博客园_首页
D
DataBreaches.Net
P
Proofpoint News Feed
云风的 BLOG
云风的 BLOG
V
Visual Studio Blog
月光博客
月光博客
Jina AI
Jina AI
Stack Overflow Blog
Stack Overflow Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 【当耐特】
Vercel News
Vercel News
WordPress大学
WordPress大学
J
Java Code Geeks
博客园 - 聂微东
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
U
Unit 42

The Register

Shadow IT has given way to shadow AI. Enter AI-BOMs Zed team releases version 1.0 of Rust-built editor: Traditional editor and AI tool Microsoft boss tells investors the company is working to 'win back fans' What type of 'C2 on a sleep cycle' do they leave behind? Novel Chinese spy group found in critical networks in Poland, Asia NASA boss: Make Pluto A Planet Again GitHub says sorry and vows to do better as uptime slips and devs complain Age checks could turn internet into an ID checkpoint, complains Proton CEO Microsoft gives your Word documents an AI co-author you didn’t ask for Datadog digs down into GPU efficiency as AI costs soar If malware via monitor cables is a matter of national security, this might be the gadget for you Thunderbird in hand worth 2 Outlooks as fresh FOSS fave and Firefox arrive Grafana offers AI assistant for free, warns users not to go mad Right to repair champ Framework punts modular 13in laptop with Core Ultra Series 3 France's 'Secure' ID agency probes breach as crooks claim 19M records Scotland Yard can keep using live facial recognition on Londoners, say judges UK tribunal sends £2B claim accusing Microsoft of overcharging for licensing to trial Nation-states want to cause harm, not just steal cash - stop handing your cyber defenses to the cheapest contractor Murder, she wrote: Ex-FBI chief wants some ransomware crims charged with homicide Phone-to-satellite use goes into orbit, growing 25% in 8 months macOS ClickFix attacks deliver AppleScript stealers to snarf credentials, wallets Anthropic bakes memory fixes into Bun 1.1.13 as developers complain of leaks The spaghettified DBMS chart that shows Oracle's crown is slowly slipping Yet another ex-ransomware negotiator admits turning rogue after payoff from crimelords FAA grounds Blue Origin's New Glenn as it probes missed satellite delivery 'mishap' AMD's Ryzen 9 9950X3D2 Dual Edition tested: Gratuitous overkill with a price to match AI-assisted intruders pwned Vercel via OAuth abuse and a pilfered employee account Crook claims to leak 'video surveillance footage' of companies Met police trials snoop tech platform in push to cuff more London shoplifters England's school phone ban gets teeth, just in time to bite no one Adaptavist Group breach spawns imposter emails as ransomware crew claims mega-haul
Windows 11 can now turn back the clock when updates go bad
Richard Speed · 2026-06-25 · via The Register

PERSONAL TECH

Point-in-time restore offers a 72-hour escape hatch for stricken PCs

Users with hopelessly borked Windows devices have a new avenue of recovery in the form of point-in-time restore for Windows 11.

The service is designed to restore a Windows 11 PC to its exact state at an earlier point in time and is accessed through the Troubleshoot menu in the Windows Recovery Environment.

Choose Point-in-time restore from WinRE menu - Image courtesy Phantomofearth

Choose point-in-time restore from WinRE menu
Phantomofearth

According to Microsoft, each restore point covers the operating system, apps, settings, and local files. It is stored locally and automatically deleted after 72 hours or when free disk space falls below 20 GB. New points are created approximately every 24 hours by default, although the interval can be configured.

Like the existing System Restore functionality, point-in-time restore uses the Volume Shadow Copy Service (VSS) to get a device back to a previous state. However, there are differences. Point-in-time restores are scheduled, whereas System Restore requires an event or manual intervention to trigger a restore point. Point-in-time restore mitigates storage impact by using reserved storage and also has a maximum retention period of 72 hours for each restore point.

Point-in-time restore is on by default on devices with an OS volume size of 200 GB or greater and not under enterprise management, such as Windows Home and Pro. It'll be off by default on managed systems until Windows 11 26H2 arrives.

There are some downsides. A restore can only be triggered locally, although Microsoft plans to add remote initiation via Intune in the future. The upshot is that it has limited utility for administrators.

There is also the potential for problems with Outlook, where a data file (.ost) mismatch might occur after a restore, necessitating the deletion or renaming of files, and Windows Recall may be disabled after a restore. Some might argue the latter is more of a feature than a known issue.

"Point‑in‑time restore is an important foundation for the future of Windows recovery," Microsoft said, labeling it part of the company's Windows resiliency initiative. It's been in public preview for some time and is enabled on more than two million devices.

However, nagging questions remain. Why has it taken so long to add this capability to Windows, and why does the operating system allow updates that can leave users needing to restore their PCs in the first place? ®