Home > Article > System Tutorial > 4 ways to go back to previous version of Windows 10 without losing data
To maintain the system security of your computer or bring new features to your Windows, Windows is updated automatically every month. However, a new version may cause conflict with old programs or other problems. To avoid this, you can enable or disable automatic updates in Windows. If there is a problem with your computer after Windows update, you are recommended to uninstall a Windows update to go back to previous version of Windows 10 without losing data.
To uninstall a Windows Update, the simplest way is uninstalling it in Control Panel directly.
Step 1: Enter control panel on the search bar and double click Control Panel to open it.
Step 2: Find Programs and Features and double click it to open it.
Step 3: Click View installed updates.
Step 4: Every Windows Update will be displayed on this page. You can right-click a version you want to uninstall and click Yes to uninstall it.
Tips: If you don't know which one is the version you want to uninstall, you can click Installed On to identify them with the installing date.
In this way, you can learn the content of every Windows Update before uninstalling it.
Step 1: Press Win key or click Windows icon and then click Settings icon.
Step 2: Click System.
Step 3: Click Update and Security.
Step 4: In the Windows Update tab, click View update history.
Step 5: Before uninstallation, you can click them to see the features of the version.
Step 6: Click Uninstall updates.
Step 7: Every Windows Update will be displayed on this page. You can double click a version you want to uninstall and click Yes to uninstall it.
If you just want to uninstall the latest update, this way may be the most appropriate.
Step 1: Press Win key or click Windows icon and then click Settings icon.
Step 2: Click System.
ステップ 3: 更新とセキュリティをクリックします。
ステップ 4:
リカバリタブを選択し、高度なスタートアップの下にある今すぐ再起動をクリックします。
ステップ 5: 再起動後、トラブルシューティング
をクリックします。
ステップ 6: 詳細オプション
をクリックします。ステップ 7: [アップデートのアンインストール] をクリックします。
ステップ 8: ユーザーを選択し、パスワードを入力します。
ステップ 9: このページには 2 つのオプションがあります。
最新の品質アップデートをアンインストールするを選択し、プロンプトに従って簡単な操作を完了します。
ヒント: 品質アップデートとは、コンピューターのシステム セキュリティを維持することを指し、毎月行われます。機能アップデートにより、コンピューターにいくつかの新機能が追加され、年に 2 回行われます。一般に、品質アップデートではコンピューターに問題が発生する可能性が高くなりますが、機能アップデートでは問題が発生しません。
方法 4. コマンド プロンプト (CMD) 経由で Windows Update をアンインストールするあなたのコンピューターに削除できない頑固な Windows Update はありますか?心配しないでください。この部分では、
cmd を使用して Windows Update をロールバックする方法を説明します。
ステップ 1: インストールされているアップデートを表示するには、「方法」のステップ 1 ~ ステップ 3 を繰り返します。各項目の名前の後ろにある KBxxxx はその ID です。削除するバージョンを見つけて、次に使用する ID を書き留めます。ステップ 2: 検索バーに
cmdと入力し、
コマンド プロンプトを右クリックして、管理者として実行
をクリックして開きます。ステップ 3: コマンド wusa /uninstall /kb:xxxxxxx を入力し、
Enterキーを押してから、Yes
をクリックして確認ダイアログを閉じます。ヒント: xxxxxxx をステップ 1 で書き留めた ID に置き換えます。 運が良ければ、アップデートを正常にアンインストールできます。ただし、アンインストールできないというメッセージが表示される場合があります。
それでは、
Windows Update を強制的にアンインストールするにはどうすればよいですか?以下の手順に従ってください。
ステップ 4: コマンド dism /online /get-packages | を入力します。クリップ
を選択し、Enterキーを押します。その後、Windows Updateの情報がコピーされます
ステップ 5: テキストドキュメントを作成し、Ctrl
+Vを押してコンテンツを貼り付けます。
ステップ 6: テキストドキュメント内で削除したいバージョンを見つけます。 Ctrl +
Fを押して日付を入力すると、日付をすばやく見つけることができます。
ステップ 7: アップデートを見つけたら、Package Identity の背後にあるコンテンツを選択してコピーします。
ステップ 8: コマンド プロンプトに戻り、「dism /Online /Remove-Package /PackageName:xxxxxxxx.
」と入力します。ヒント: xxxxxxx を、先ほどコピーしたパッケージ ID に置き換えます。
ステップ 9: コマンドを正しく入力すると、アップデートがアンインストールされます。
ステップ 10: 完了したら、Y と入力してコンピューターを再起動します。そして、データを失うことなく、以前のバージョンの Windows 10 に戻ることができます.
The above is the detailed content of 4 ways to go back to previous version of Windows 10 without losing data. For more information, please follow other related articles on the PHP Chinese website!