Windowsコンピュータに大幅な変更を加える前に、システムの復元ポイント(System Restore Point)を作成するように警告するトラブルシューティングの記事をいくつか読んだことがあるでしょう。システムの復元ポイント(System Restore Point)の意味がわからない場合は、PCの設定やその他の重要なシステムファイルのバックアップコピーと考えてください。
悪意のあるプログラムをインストールしたり、レジストリファイルを誤って削除したりして、コンピュータが誤動作し始めた場合、(Say)システムの復元(System Restore)を実行することで、これらの(不要な)変更を簡単に元に戻すことができます。これにより、問題がスムーズに機能していたときに、コンピューターを初期状態(復元ポイントと呼ばれる)に戻すことができます。(Restore Point)
このガイドでは、Windows 10で(Windows 10)システムの復元(System Restore)がどのように機能するかを説明し、システムの復元ポイントを手動で作成するいくつかの方法を説明します。
Windowsでシステム保護を有効にする
システム保護(Protection)は、復元ポイントが作成および管理されるWindowsOSのセクションです。復元ポイントを作成するには、最初にデバイスでシステム保護を有効に(System Protection enabled on your device)する必要があります。一部のコンピューターでは、この機能がデフォルトで有効になっていますが、手動でオンにする必要があるコンピューターもあります。
PCでシステム保護が有効になっているかどうかを確認するには、 (Protection)Windowsの検索バーに「復元ポイント」と入力し、結果で[復元ポイントの作成(Create a restore point)]をクリックします。
これにより、デバイスでシステムの復元(System Restore)を構成できる[システムの保護(System Protection)]ウィンドウにリダイレクトされます。このポイントへの代替ルートは、[コントロールパネル](Control Panel) >[システム( System)] >[システム保護(System protection)]を経由することです。
[システムの復元](System Restore)ボタンと[作成(Create)]ボタンがグレー表示され、 [システム(System)ディスク]の横の[保護(Protection)]ステータスが[オフ]の場合は、コンピューターで(Off)システム保護(System Protection)が無効になっていることを意味します。
システム保護(System Protection)を有効にするには、システム(System)ドライブを選択し、 [構成(Configure)]をクリックします。
[システム保護をオンにする(Turn on system protection)]を選択し、[ OK ]をクリックします。
Windowsは、ハードドライブの約3〜10パーセントをシステム保護(System Protection)に自動的に割り当てます。これは、[最大使用量](Max Usage)スライダーを調整することで変更できます。ただし、予約済みのディスク容量が1GB未満の場合、システム保護(System Protection)機能は実行されないため、少なくとも1GB(またはそれ以上)を割り当てるようにしてください。
予約されたスペースが占有されると、Windowsは古い復元ポイントを削除して新しい復元ポイント用のスペースを確保します。Windowsが推奨するデフォルトのディスク容量を使用することをお勧めします。
デフォルトの割り当ては、できるだけ多くの復元ポイントに対応するのに十分なはずです。復元ポイントが多いほど、コンピューターで問題が発生した場合にファイル、設定、およびその他の構成を回復する可能性が高くなります。
システム保護(System Protection)を設定すると、復元ポイントを手動で作成できるようになります。
システムの復元(System Restore)ポイントを手動で作成(Create)する
(Windows)システム保護を有効にすると、 (Protection)Windowsは自動的に復元ポイントを作成します。これは、毎週1回、またはWindows Update、ドライバーのインストールなどの重要なイベントの前に行われます。コンピューターにシステムを変更する変更を加える場合は、復元ポイントを手動で作成することもできます。たとえば、Windowsレジストリに変更を加える(making changes to the Windows Registry)前に、復元ポイントを手動で作成することを常にお勧めします。
復元ポイントを手動で作成するには、 [システム保護(System Protection)]ウィンドウ([コントロールパネル](Control Panel) >[システム( System)] >[システム保護])に移動し、[(System protection)作成(Create)]をクリックします。
ダイアログボックスに説明を入力し、[作成(Create)]をクリックして続行します。
Windowsは復元ポイントを作成し、完了すると成功メッセージを表示します。
復元ポイント内のファイルのサイズとドライブのパフォーマンスによっては、作成プロセスに数分かかる場合があります。
WindowsPowerShellを使用して復元ポイントを(Restore Point Using Windows PowerShell)作成する
通常、 Windows(Windows)で物事を成し遂げる方法はたくさんあります。Windows PowerShellを使用すると、数秒で復元ポイントをすばやく作成できます。PowerShellコンソールにいくつかのコマンドを貼り付けるだけです。その方法をお見せします。
Windowsの検索バーに「PowerShell」と入力し、結果で[管理者として実行(Run as Administrator)]をクリックします。
以下のコマンドをPowerShellコンソールに貼り付けて、 Enterキー(Enter)を押します。
powershell.exe -ExecutionPolicy Bypass -NoExit -Command“ Checkpoint-Computer -Description'Restore Point Name' -RestorePointType'MODIFY_SETTINGS'”
注:(Note:)コマンドの「ポイント名の復元」プレースホルダーは、任意の説明に置き換えることができます。
プログレスバーが100%に達すると、Windowsは復元ポイントを作成します。
デフォルトでは、PowerShellを使用して作成できる復元ポイントは24時間に1回のみです。「過去1440分以内に既に作成されているため、新しいシステムの復元ポイントを作成できません」というエラーがWindows(Windows)に表示された場合は、 Windowsが過去24時間以内に復元ポイントを自動的に作成したことを意味します。
システムの復元を使用して変更を復元する(Changes Using System Restore)方法
復元ポイントを作成したので、PCで問題が発生した場合に、それを使用して以前のポイントに戻すにはどうすればよいですか?おそらく、最近、インターネット接続を台無しにするWindowsUpdateまたはネットワークドライバーをインストールしました。(Windows)システムの復元(System Restore)を使用してシステムの変更を元に戻す方法は次のとおりです。
[システム保護(System Protection)]ウィンドウを起動し( [コントロールパネル(Control Panel)] > [システム( System)] >[システム保護])、[(System protection)システムの復元](System Restore)をクリックします。
[次へ]をクリックして、[(Click Next)システムの復元](System Restore)ウィンドウを起動します。このページには、すべての復元ポイントのリスト、それらの説明、およびそれらが作成された日時が表示されます。Windowsは、復元ポイントに「タイプ」のラベルも付けます。手動(Manual)復元ポイントは自分で作成したものであり、システムは(System)Windowsによって自動的に生成された復元ポイントを記述します。
復元ポイントを選択し、[次(Next)へ]をクリックして続行します。修正しようとしている問題を引き起こしたイベントの直前に、必ず復元ポイントを選択してください。
上級者向けのヒント:(Pro Tip:) [影響を受けるプログラムをスキャンする(Scan for affected programs)]ボタンをクリックして、システムの復元プロセス中にWindowsが削除するアプリのリストを表示します。
復元ポイントの説明を思い出せない場合、または同様の説明を持つ項目がリストに複数ある場合は、日付/時刻を確認して最新のエントリを選択してください。
次のページで[完了]をクリックして、選択を確認します。(Finish)Windowsはコンピューターを再起動するため、保存されていないファイルやデータが失われないように、アクティブなアプリをすべて閉じてください。
[システムの復元](System Restore)ウィンドウで復元ポイントが見つかりませんか?Windowsで欠落している復元ポイントの修正については(troubleshooting guide on fixing missing restore points on Windows)、このトラブルシューティングガイドを参照してください。
Windowsが起動し(Boot)ませんか?システムの復元(System Restore)を実行する方法(How)は次のとおりです
上記の手法は、コンピューターの電源が入っているときにシステムの復元(System Restore)を使用して変更を元に戻す方法を示しています。しかし、コンピュータがまったく起動しない場合はどうなりますか?または、Windowsは正しく起動しますが、システムの復元(System Restore)ウィンドウが表示される前にクラッシュしますか?では、どのようにしてデバイスを復元しますか?
前に述べたように、Windowsは多くの場合、物事を成し遂げるための複数の方法を提供します。そのため、PCがWindows(Windows)を正しくロードしない場合は、[高度なスタートアップ(Advanced Startup) オプション(Options)]メニューからシステムの復元を開始できます。
PCの電源を切り、電源を入れ直します。Windowsのロゴが画面に表示されたらすぐに電源ボタンを押し続けて、PCを再度シャットダウンします。これを3回繰り返すと、PCがWindows回復環境(Windows Recovery Environment)で起動するはずです。
Windowsはコンピュータを診断し、「自動修復(Automatic Repair)でPCを修復できませんでした」または「PCが正しく起動しませんでした」というエラーメッセージのいずれかを表示します。」エラーメッセージを無視し、[(” Ignore)詳細オプション]をクリックして[詳細(Advanced options)オプション(Advanced)]メニューに入ります。
次に、[トラブルシューティング(Troubleshoot )] >[詳細オプション( Advanced Options )] >[システムの復元]( System Restore)をクリックし、次のページでユーザー名を選択します。
アカウントのパスワードを入力して続行します。アカウントがパスワードで保護されていない場合は、パスワードボックスを空のままにして、[続行(Continue)]をクリックします。リストから復元ポイントを選択し、[次(Next)へ]をクリックして続行します。
重要なファイル(Lose Important Files)と設定(Settings)を失うことはありません
コンピュータが起動しない場合でも、システムの復元ポイントを手動で作成する方法とシステムの復元を実行する方法を学習しました。ただし、システムの復元はバックアップソリューションではないことに注意してください。個人データではなく、システムファイルと設定のみを保存します。
復元ポイントを手動で作成することに加えて、システムイメージバックアップ(creating a System Image Backup)またはrecovery CD/USB driveを作成することもお勧めします。これらを使用すると、PCが破損してWindows(Windows)がロードされなくなった場合に、コンピューター(インストールされているすべてのプログラム、設定、ファイルなどを含む)を以前の状態に復元できます。
How to Manually Create a System Restore Point in Windows 10
You’ve probably read several troubleѕhooting articles that wаrn you to create a System Restore Point before making potentially drastic changes to your Windows computer. If you have no ideа what a System Restore Point means, think of іt as a backup copy of your PC’s settings and other vital system filеs.
Say you installed a malicious program or deleted a registry file by accident, and your computer begins to malfunction, you can easily undo these (unwanted) changes by performing a System Restore. That allows you to revert your computer to an initial state (called Restore Point) when things were working smoothly.
In this guide, we’ll explain how System Restore works in Windows 10 and teach you several ways to manually create a system restore point.
Enable System Protection on Windows
System Protection is a section of the Windows OS where restore points are created and managed. To create restore points, you need to first have System Protection enabled on your device. Although some computers have this feature activated by default out-of-the-box, others may require you to manually turn it on.
To check if you have System Protection enabled on your PC, type “restore point” in the Windows search bar and click Create a restore point in the results.
That’ll redirect you to the System Protection window where you can configure System Restore on your device. An alternative route to this point is through Control Panel > System > System protection.
If the System Restore and Create buttons are grayed out, and the Protection status next to the System disk reads Off, that means System Protection is disabled on your computer.
To enable System Protection, select the System drive and click Configure.
Select Turn on system protection and click OK.
Windows automatically assigns about 3 – 10 percent of your hard drive for System Protection. You can change this by adjusting the Max Usage slider. However, make sure you assign at least 1GB (or more) because the System Protection feature won’t run if the reserved disk space is below 1GB.
If the reserved space gets occupied, Windows will delete older restore points to make room for new ones. We recommend that you proceed with the default disk space that Windows recommends.
The default allocation should be enough to accommodate as many restore points as possible. The more restore points you have, the higher the chances of recovering files, settings, and other configurations should your computer ever run into a problem.
With System Protection set up, you can now manually create restore points.
Manually Create a System Restore Point
Windows automatically creates restore points when you enable System Protection. It does so once every week or prior to significant events like a Windows update, driver installation, etc. You can also manually create a restore point if you’re making system-altering changes to your computer. For example, it’s always recommended to manually create a restore point before making changes to the Windows Registry.
To manually create a restore point, head to the System Protection window (Control Panel > System > System protection) and click Create.
Type a description in the dialog box and click Create to proceed.
Windows will create the restore point and display a success message when done.
The creation process may take a couple of minutes, depending on the sizes of files in the restore point as well as your drive’s performance.
Create a Restore Point Using Windows PowerShell
There are usually many ways to get things done on Windows. You can swiftly create a restore point in seconds using the Windows PowerShell. All you need to do is paste some commands in the PowerShell console; we’ll show you how.
Type “PowerShell” in the Windows search bar and click Run as Administrator on the results.
Paste the command below in the PowerShell console and press Enter.
powershell.exe -ExecutionPolicy Bypass -NoExit -Command “Checkpoint-Computer -Description ‘Restore Point Name’ -RestorePointType ‘MODIFY_SETTINGS’”
Note: You can replace the “Restore Point Name” placeholder in the command with any description of your choice.
Windows will create the restore point when the progress bar hits 100%.
By default, you can only create one restore point with PowerShell once in 24 hours. If Windows displays an error that reads “A new system restore point cannot be created because one has already been created within the past 1440 minutes,” that means Windows has automatically created a restore point for you in the past 24 hours.
How to Recover Changes Using System Restore
Now that you’ve created a restore point, how do you use it to revert to an earlier point if your PC runs into issues? Perhaps, you recently installed a Windows update or network driver that messed up your internet connectivity. Here’s how to undo system changes using System Restore.
Launch the System Protection window (Control Panel > System > System protection) and click System Restore.
Click Next to launch the System Restore window. On this page, you’ll find a list of all restore points, their description, as well as the date & time they were created. Windows also labels restore points by “Types”—Manual restore points are those you created yourself while System describes a restore point automatically generated by Windows.
Select the restore point and click Next to proceed. Make sure you select the restore point just before the event that triggered the issue you’re trying to fix.
Pro Tip: Click the Scan for affected programs button to see a list of apps that Windows will delete during the system restore process.
If you cannot remember the restore point’s description, or there are multiple items on the list with similar descriptions, check the date/time and select the most recent entry.
Click Finish on the next page to confirm your selection. Windows will restart your computer, so make sure you close all active apps to avoid losing unsaved files & data.
Can’t find a restore point in the System Restore window? Refer to this troubleshooting guide on fixing missing restore points on Windows.
Windows Won’t Boot? Here’s How to Perform a System Restore
The technique above shows you how to undo changes with System Restore when your computer is on. But what if your computer won’t start up at all? Or perhaps Windows boots correctly but crashes before you get to the System Restore window? How then do you restore your device?
Like we mentioned earlier, Windows often provides multiple ways to get things done. So, if your PC won’t properly load Windows, you can initiate a system restore from the Advanced Startup Options menu.
Power off your PC and turn it back on. Press and hold the power button as soon as the Windows logo appears on the screen to shut down your PC again. Repeat this three times and your PC should boot into the Windows Recovery Environment.
Windows will diagnose your computer and display either of these error messages: “Automatic Repair couldn’t repair your PC” or “Your PC did not start correctly.” Ignore the error message and click Advanced options to enter the Advanced options menu.
Next, click Troubleshoot > Advanced Options > System Restore and select your username on the next page.
Enter your account password to continue. If your account isn’t password-protected, leave the password box empty and click Continue. Select a restore point from the list and click Next to proceed.
Never Lose Important Files & Settings
You’ve learned how to manually create a system restore point and how to perform a system restore, even when your computer won’t boot. However, you should note that a system restore isn’t a backup solution; it only saves system files and settings, not your personal data.
In addition to manually creating a restore point, we also recommend creating a System Image Backup or a recovery CD/USB drive. With these, you can restore your computer (including all installed programs, settings, files, etc.) to a previous state should your PC get corrupted to the point where it won’t load Windows.