正在创建系统还原点_如何使Windows在启动时自动创建系统还原点

正在创建系统还原点

正在创建系统还原点

srs_top

By default, System Restore automatically creates a restore point once per week and also before major events like an app or driver installation. If you want even more protection, you can force Windows to create a restore point automatically every time you start your PC.

默认情况下,“系统还原”会每周一次并且在重大事件(例如应用程序或驱动程序安装)之前自动创建一个还原点。 如果需要更多保护,则可以强制Windows在每次启动PC时自动创建一个还原点。

System Restore is an important tool that can help you recover from many different types of problems. The only trouble is that when restoring to a previous restore point, you reverse many of the changes made to your PC since that restore point was created. These changes include apps and drivers that have been installed or uninstalled, changes that apps have made to the Registry and settings files, and Windows updates that have been applied. System Restore does create weekly restore points for you—and you can create your own manual restore points—but for a little more peace of mind, you can also have System Restore create a restore point every time Windows starts.

系统还原是一个重要的工具,可以帮助您从许多不同类型的问题中恢复。 唯一的麻烦是,还原到先前的还原点时,您会撤消自从创建该还原点以来对PC所做的许多更改。 这些更改包括已安装或卸载的应用程序和驱动程序,应用程序对注册表和设置文件所做的更改以及已应用的Windows更新。 系统还原确实会为您创建每周还原点,您也可以创建自己的手动还原点,但是为了更加省心,您还可以让系统还原每次Windows启动时创建一个还原点。

Making this change requires two steps. First, you’ll use the Windows Registry to change the frequency at which Windows can trigger automatic restore points, and then you’ll use Task Scheduler to set a startup task that creates a restore point.

进行此更改需要两个步骤。 首先,您将使用Windows注册表来更改Windows触发自动还原点的频率,然后将使用“任务计划程序”来设置创建还原点的启动任务。

第一步:更改还原点的创建频率 (Step One: Change the Restore Point Creation Frequency)

Windows controls the creation of automatic restore points based on a frequency setting to help limit the number of restore points that get saved. By default, Windows won’t create an automatic restore point if another restore point has been created in the last 24 hours. This does not prevent you from creating a manual restore point, and it does not prevent the creation of restore points due to an app or driver installation. Rather, it limits how often Windows creates its own periodic restore points. In order for Task Scheduler to create a restore point at every startup, you’ll need to turn that frequency setting off. And don’t worry, your drive is not going to fill up with tons of restore points. For one thing, you get to set the limit on how much disk space System Restore can use, which by default is about 2% of a drive’s space. Also, Windows does a pretty good job and clearing out old restore points.

Windows根据频率设置控制自动还原点的创建,以帮助限制保存的还原点的数量。 默认情况下,如果最近24小时内创建了另一个还原点,则Windows不会创建自动还原点。 这不会阻止您创建手动还原点,也不会阻止由于安装应用程序或驱动程序而创建还原点。 而是,它限制了Windows创建自己的定期还原点的频率。 为了让Task Scheduler在每次启动时创建一个还原点,您需要关闭该频率设置。 不用担心,您的驱动器将不会充满大量的还原点。 一方面,您需要设置系统还原可以使用的磁盘空间的限制,默认情况下,该限制约为驱动器空间的2%。 而且,Windows做得很好,并且清除了旧的还原点。

To adjust the restore point frequency, you can either dive in and make a simple change to the Registry yourself or download our one-click Registry hacks.

要调整恢复点的频率,您可以自己潜入并对注册表进行简单的更改,也可以下载我们的一键式注册表黑客。

通过手动编辑注册表来更改还原点创建频率 (Change the Restore Point Creation Frequency by Editing the Registry Manually)

Standard warning: Registry Editor is a powerful tool and misusing it can render your system unstable or even inoperable. This is a pretty simple hack and as long as you stick to the instructions, you shouldn’t have any problems. That said, if you’ve never worked with it before, consider reading about how to use the Registry Editor before you get started. And definitely back up the Registry (and your computer!) before making changes.

标准警告:注册表编辑器是一个功能强大的工具,滥用它会使您的系统不稳定甚至无法运行。 这是一个非常简单的技巧,只要您按照说明进行操作,就不会有任何问题。 也就是说,如果您以前从未使用过它,请在开始之前考虑阅读有关如何使用注册表编辑器的信息。 并在进行更改之前一定要备份注册表(和您的计算机!)。

Open the Registry Editor by hitting Start and typing “regedit.” Press Enter to open Registry Editor and give it permission to make changes to your PC.

通过单击开始并键入“ regedit”来打开注册表编辑器。 按Enter键打开注册表编辑器,并授予其对PC进行更改的权限。

srs_1

In the Registry Editor, use the left sidebar to navigate to the following key:

在注册表编辑器中,使用左侧边栏导航至以下键:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore
srs_2

Next, you’ll create a new value inside the SystemRestore key. Right-click the SystemRestore key and choose New > DWORD (32-bit) Value. Name the new value SystemRestorePointCreationFrequency .

接下来,您将在SystemRestore键中创建一个新值。 右键单击“ SystemRestore键,然后选择“新建”>“ DWORD(32位)值”。 将新值命名为SystemRestorePointCreationFrequency

By default, the SystemRestorePointCreationFrequency will have a value of zero and that’s how we’re going to leave it. This effectively turns off the frequency check by setting the interval to zero. You can now close Registry Editor and move on to step two.

默认情况下, SystemRestorePointCreationFrequency的值为零,这就是我们将其保留的方式。 通过将时间间隔设置为零,可以有效地关闭频率检查。 现在,您可以关闭注册表编辑器,然后继续执行第二步。

下载我们的一键式注册表黑客 (Download Our One-Click Registry Hack)

srs_4

If you don’t feel like diving into the Registry yourself, we’ve created a couple of registry hacks you can use. The “Set System Restore Point Frequency to Zero” hack creates the SystemRestorePointCreationFrequency  value and sets it to zero. The “Restore System Restore Point Frequency to Default” hack deletes the value, restoring the default setting. Both hacks are included in the following ZIP file. Double-click the one you want to use and click through the prompts. When you’ve applied the hack you want, restart your computer (or log off and back on).

如果您不想自己进入注册表,我们已经创建了两个可以使用的注册表黑客。 “将系统还原点频率设置为零”技巧将创建SystemRestorePointCreationFrequency值并将其设置为零。 “将系统还原点频率恢复为默认值” hack会删除该值,并恢复默认设置。 这两种黑客都包含在以下ZIP文件中。 双击您要使用的一个,然后单击提示。 应用所需的黑客程序后,请重新启动计算机(或注销并重新启动)。

Restore Point Frequency Hacks

恢复点频黑客

These hacks are really just the SystemRestore  key, stripped down to the SystemRestorePointCreationFrequency  value we talked about in the previous section and then exported to a .REG file. Running either of the hacks sets that value to the appropriate number.  And if you enjoy fiddling with the Registry, it’s worth taking the time to learn how to make your own Registry hacks.

这些技巧实际上只是SystemRestore密钥,被简化为我们在上一节中讨论的SystemRestorePointCreationFrequency值,然后导出到.REG文件。 运行任何一个hack都会将该值设置为适当的数字。 而且,如果您喜欢使用注册表,则值得花时间学习如何制作自己的注册表黑客。

第二步:安排启动任务以创建新的还原点 (Step Two: Schedule a Startup Task to Create a New Restore Point)

After setting the restore point frequency to zero in the Registry, your next step is to use the Windows Task Scheduler to create a task that runs when Windows starts and creates a new restore point.

在注册表中将还原点频率设置为零后,下一步是使用Windows Task Scheduler创建一个任务,该任务在Windows启动时运行并创建一个新的还原点。

Open Task Scheduler by pressing Start, typing “Task Scheduler,” and then hitting Enter.

通过按开始,键入“任务计划程序”,然后按Enter,打开任务计划程序。

srs_5

In the Task Scheduler window, in the Action pane on the right-hand side, click “Create Task.”

在“任务计划程序”窗口中,在右侧的“操作”窗格中,单击“创建任务”。

srs_6

In the Create Task window, on the “General” tab, type a name for your task and then select both the “Run whether user is logged on or not” and “Run with highest privileges” options. On the “Configure for” drop-down menu, select the version of Windows you’re running.

在“创建任务”窗口的“常规”选项卡上,键入任务的名称,然后选择“运行是否登录用户”和“以最高特权运行”选项。 在“配置为”下拉菜单上,选择您正在运行的Windows版本。

srs_7

Next, you’ll set up a trigger to initiate the task when Windows starts. On the “Triggers” tab, click the “New” button.

接下来,您将设置触发器以在Windows启动时启动任务。 在“触发器”选项卡上,单击“新建”按钮。

srs_8

In the New Trigger window, on the “Begin the task” drop-down menu, select the “At startup” option and then click “OK.”

在“新建触发器”窗口的“开始任务”下拉菜单上,选择“启动时”选项,然后单击“确定”。

srs_9

Next, you’ll tell Task Manager what action it should take, which is to run the Windows Management Instrumentation Control program (wmic.exe) with a few arguments to let it know what you want it to do. Back in the Create Task window, switch to the “Actions” tab and click the “New” button.

接下来,您将告诉任务管理器应采取的措施,即运行Windows Management Instrumentation Control程序(wmic.exe),并带有一些参数以使其知道要执行的操作。 返回“创建任务”窗口,切换到“操作”选项卡,然后单击“新建”按钮。

srs_10

In the New Action window, make sure the “Start a program” option is selected in the “Action” drop-down menu. In the “Program/script” box, type the following program name:

在“新建操作”窗口中,确保在“操作”下拉菜单中选择了“启动程序”选项。 在“程序/脚本”框中,键入以下程序名称:

wmic.exe

And in the “Add arguments (optional)” box, type the following arguments:

在“添加参数(可选)”框中,键入以下参数:

/Namespace:\\root\default Path SystemRestore Call CreateRestorePoint "Startup Restore Point", 100, 7

When you’re done, click “OK.”

完成后,单击“确定”。

srs_11

Back in the Create Task window, switch to the “Conditions” tab. If you’re running Windows on a laptop and you want the task to run whether or not the laptop is using battery or AC power, turn the “start the task only if the computer is on AC power” option off. When you’re done, click the “OK” button to create the new task.

返回“创建任务”窗口,切换到“条件”选项卡。 如果您在笔记本电脑上运行Windows,并且希望无论笔记本电脑是使用电池还是使用交流电源来运行任务,请关闭“仅在笔记本计算机使用交流电源时启动任务”选项。 完成后,单击“确定”按钮以创建新任务。

srs_12

Windows will ask you to enter sign in credentials it can use to execute the task. The username should already be filled out, so type your password and then click “OK.”

Windows将要求您输入可用于执行任务的登录凭据。 用户名应该已经填写好,因此输入密码,然后单击“确定”。

srs_13

You can now close Task Scheduler. The next time you restart Windows, System Restore should create a new restore point for you.

现在,您可以关闭任务计划程序。 下次重新启动Windows时,系统还原应为您创建一个新的还原点。

srs_14

If you want to reverse your changes and go back to the default System Restore settings, you’ll need to delete—or disable—the task you created and remove the value you created from the Registry. To remove the task, open up Task Scheduler and select the “Task Scheduler Library” folder in the left-hand pane. Scroll through the list until you find the task you created, right-click it, and then choose either “Disable” or “Delete” from the context menu.

如果要撤消更改并返回到默认的“系统还原”设置,则需要删除或禁用创建的任务,并从注册表中删除创建的值。 要删除任务,请打开“任务计划程序”,然后在左侧窗格中选择“任务计划程序库”文件夹。 滚动列表,直到找到创建的任务,右键单击它,然后从上下文菜单中选择“禁用”或“删除”。

srs_15

To remove the Registry entry you created, go back to the SystemRestore key we talked about and delete the SystemRestorePointCreationFrequency  value you created—or just use our “Restore System Restore Point Frequency to Default” hack.

要删除您创建的注册表项,请回到我们讨论过的SystemRestore项,然后删除您创建的SystemRestorePointCreationFrequency值,或仅使用“将系统还原点频率还原为默认值” hack。

翻译自: https://www.howtogeek.com/278388/how-to-make-windows-automatically-create-a-system-restore-point-at-startup/

正在创建系统还原点

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/280743.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

在ubuntu 16.04里使用python—scrapy将爬取到的数据存到mysql数据库中的一些随笔

一、将爬取的数据保存到mysql数据库的代码(已经能将爬取的数据保存到json文件) (1)编辑Pipeline.py文件 (2)编辑settings.py文件 二、将数据保存至mysql数据库出现的问题 (1)在将数据…

十大经典排序算法(动图演示)

转自:https://www.cnblogs.com/onepixel/articles/7674659.html 0、算法概述 0.1 算法分类 十种常见排序算法可以分为两大类: 非线性时间比较类排序:通过比较来决定元素间的相对次序,由于其时间复杂度不能突破O(nlogn)&#xff0c…

如何实现 WPF 视频封面查看器

如何实现 WPF 视频封面查看器控件名:NineGridView作 者:WPFDevelopersOrg - 驚鏵原文链接[1]:https://github.com/WPFDevelopersOrg/WPFDevelopers框架使用.NET40;Visual Studio 2019;实现视频封面查看器NineGridView基于Grid实…

如何从Internet Explorer或Edge迁移到Chrome(以及为什么要迁移)

Google’s Chrome web browser is now more widely used than Microsoft’s Internet Explorer and Edge combined. If you haven’t switched to Chrome yet, here’s why you might want to–and how to quickly switch over. Google的Chrome网络浏览器现在的使用范围比Micro…

SQL中触发器的使用

创建触发器 是特殊的存储过程,自动执行,一般不要有返回值 类型: 1.后触发器 (AFTER,FOR)先执行对应语句,后执行触发器中的语句 2.前触发器 并没有真正的执行触发语句(insert,update…

浏览器自动化操作标准--WebDriver

WebDriver是一个浏览器远程控制协议,是一个既定标准,它本身的内容非常丰富,本文不可能全部介绍,本文仅粗略带大家了解一下WebDriver的部分内容以及一个小的实际应用。想深入了解的请参考W3C文档WebDriver. 问题背景 开发的同学都知…

versa max_如何从Mac(和Vice Versa)打开或关闭iPhone的Safari选项卡

versa maxMany of us are familiar with this scenario: you’re looking something up on our iPhone, find exactly what we’re looking for, but then have to put our phone away to attend to something else. Later, while working on your Mac, you want to continue w…

【nuxtjs 指南】解决nuxtjs本地开发跨域和防止路由与api冲突问题

目前vue很火,大部分开发者把vue当做框架首选,然而spa是对搜素引擎很不友好,就会想到ssr,在vue社区nuxtjs完美的解决了这个问题,目前nuxt还不算太成熟,当然对于新手坑比较多,当我们确定使用了这个…

WPF效果第二百零五篇之自定义导航控件

前面摸索了一下会简单玩耍自定义控件了;今天再次分享一下N年前想要在GIS实现的一个导航控件;来看看最终实现的效果:1、先来看看前台xaml布局:2、后台路由事件就参照上一篇快捷方式3、关键依赖属性的回调触发路由事件:4、内部Arc的MouseDown事件触发路由事件:private void Arc_M…

mac命令行将输出写入文件_如何在Linux中使用命令行将PDF文件转换为可编辑文本...

mac命令行将输出写入文件There are various reasons why you might want to convert a PDF file to editable text. Maybe you need to revise an old document and all you have is the PDF version of it. Converting PDF files in Windows is easy, but what if you’re usi…

Windows Socket和Linux Socket编程的区别

2019独角兽企业重金招聘Python工程师标准>>> 1、一些常用函数的移植 http://www.vckbase.com/document/viewdoc/?id1586 2、网络 socket相关程序从Windows移植到Linux下需要注意的: 1)头文件 Windows下winsock.h/winsock2.h Linux下sys/socket.h 错误处理&…

使用 C# 开发的现代轻量级 Windows 文本编辑器

你好,这里是 Dotnet 工具箱,定期分享 Dotnet 有趣,实用的工具和组件,希望对您有用!Notepads 是一个具有简约设计的现代化轻量级文本编辑器,在 github 上开源,由微软大佬 Jiaqi Liu 开发。开发背…

分布式压测系列之Jmeter4.0第一季

1)Jmeter4.0介绍 jmeter是个纯java编写的开源压测工具,apache旗下的开源软件,一开始是设计为web测试的软件,由于发展迅猛,现在可以压测许多协议比如:http、https、soap、ftp、database数据库、LDAP 轻量目…

Hive学习之路 (一)Hive初识

Hive 简介 什么是Hive 1、Hive 由 Facebook 实现并开源 2、是基于 Hadoop 的一个数据仓库工具 3、可以将结构化的数据映射为一张数据库表 4、并提供 HQL(Hive SQL)查询功能 5、底层数据是存储在 HDFS 上 6、Hive的本质是将 SQL 语句转换为 MapReduce 任务运行 7、使不熟悉 MapR…

os 键盘快捷键截图_如何通过键盘快捷键更有效地使用OS X虚拟桌面

os 键盘快捷键截图() We like having multiple virtual desktops on OS X, especially when we can supercharge them by combining them with a few simple keyboard shortcuts. So, on that note, here are some practical ways to use OS X’s virtual desktops like you me…

旗正规则引擎内存表出错的原因及解决方法

经常我们有一些使用者问到这个问题,关于内存表出错的情况,其实问题不复杂,我这给大家简单的讲一下就明白了,如果还有什么不明白的,其实也都可以问厂家杭州旗正,随时都有人回应的。 1 内存表 1.1 汇总 1.1.1…

Shell脚本之sed的使用

1.sed命令;主要作用是查找;新增 删除 和修改替换。 user.txt daokr#cat user.txt ID Name Sex Age 1 zhang M 19 2 wang G 20 3 cheng M 10 4 huahua M 100 查找命令:-n 和 p(prin…

.NET周报【11月第4期 2022-11-30】

国内文章.NET 7 的 AOT 到底能不能扛反编译?https://www.cnblogs.com/huangxincheng/p/16917197.html在 B 站,公众号上发了一篇 AOT 的文章后,没想到反响还是挺大的,都称赞这个东西能抗反编译,可以让破解难度极大提高&…

HDU 5673 Robot 卡特兰数

题目链接: http://acm.hdu.edu.cn/showproblem.php?pid5673 题目描述: 一个人从原点开始向右走, 要求N秒后回到原点, 且过程中不能到负半轴, 人有两种操作, 走动或者停止, 问总共有多少种方案&…

删除本地账户无法登录电脑_如何从Windows的登录屏幕中删除本地用户帐户

删除本地账户无法登录电脑If you have multiple user accounts on your computer, you might find it annoying to have to click on the icon for your username each time you start up the computer. To remedy this problem, you can hide a user account with a registry …