Windows 11 レジストリは、設定と構成の階層データベースであり、その一部はコンピューターのユーザー プロファイルに関連しています。破損したユーザー プロファイルを修復するために使用される場合があります。この修正を実行するには、以下に示すように、ProfileList レジストリ キーの設定を変更する必要があります。
ステップ 1: Windows R キーボード ショートカットを押して、[ファイル名を指定して実行] ダイアログを開きます。 「regedit」と入力し、Enter を押してレジストリ エディターを起動します。
ステップ 2: 以下のパスに移動します:
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
ステップ 3: 破損したユーザー プロファイルに対応するキーを見つけます。左側のサイドバーの ProfileList フォルダーの下のキーのいずれかをクリックすると、ProfileImagePath のデータ列に示されているユーザー名のパスを表示できます。
ステップ 4: プロファイルの State DWORD をダブルクリックし、value data を 0 に変更して、 をクリックします。 🎜>と入力します。
ステップ 5: RefCount DWORD に対してステップ 4 を繰り返します。この DWORD が使用できない場合は、右側のペインのスペースを右クリックし、新規、DWORD (32 ビット) 値 の順にクリックして、RefCount という名前を付けて作成します。 .
ステップ 6: コンピューターを再起動します。
Windows 11 には、いくつかの修復ツールが組み込まれています。 DISM ユーティリティと SFC ユーティリティは、Windows 11 で破損したユーザー プロファイルを修正するために不可欠な例です。これらのツールのいずれかを実行すると、プロファイルのレジストリ エントリなど、プロファイルに関連付けられたファイルを含む、コンピュータ上のファイルが徹底的にスキャンされます。および DLL ファイル。
DISM は Windows イメージの修復に重点を置きますが、SFC は欠落または破損したシステム ファイルを対象とします。これらのツールの使用方法は次のとおりです。
ステップ 1: Windows R キーボード ショートカットを押して、[ファイル名を指定して実行] ダイアログを開きます。
ステップ 2: ボックスに cmd と入力し、 Ctrl Shift Enter を押して起動します。管理者権限を持つコマンド プロンプト。
ステップ 3: 以下のコマンドを使用してイメージの破損をスキャンします:
DISM.exe /Online /Cleanup-Image /ScanHealth
ステップ 4: 次に、次のコマンドを実行して、破損したファイルを元の状態に復元します。
DISM.exe /Online /Cleanup-Image /RestoreHealth
Step 5: Type the below command and hit Enter:
sfc /scannow
After that, restart your computer to apply the changes.
This power command can reinitialize your apps. This may fix bugs within the apps that lead to profile corruption. Follow the steps below.
Step 1: Press Windows + R keyboard shortcut to open the Run dialog.
Step 2: Type powershell in the box and hit Ctrl + Shift + Enter keyboard shortcut to launch the PowerShell with administrative privileges.
Step 3: Type the command below and hit Enter.
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
If running the DISM and SFC scans is insufficient to fix a corrupted user profile on Windows 11, you should consider creating a new user. While you will lose access to your old settings and configurations, this solution will always work unless there is an underlying problem with your Windows installation.
Step 1: Press Windows + I to open the Settings app.
Step 2: Click Accounts on the left pane and Other Users on the right.
Step 3: Click Add Account.
Step 4: Input your user details for the new account and follow the wizard to complete the process.
When you have a bad or corrupt user profile on Windows 11, you can resort to using a Windows 11 installation media – a disc or a USB drive. If you don’t have a bootable Windows 11 USB stick, you can first make a bootable USB stick on a different computer.
You may try a Windows 11 reset and boot from the bootable Windows 11 USB device. We show you the steps below.
Step 1: Plug in your installation media or USB into the computer.
Step 2: Press the power button and repeatedly tap on your computer’s F10 or the designated BIOS function key to enter BIOS.
Step 3: Use the arrow keys to make the USB drive your primary boot device. Then, hit Enter to continue booting.
Step 4: Select your preferred language and time settings in the setup window and click Next.
Step 5: Click Repair your computer to launch the Windows Recovery Environment window.
Step 6: Click the Troubleshoot option, then in the next windows, click Reset this PC.
Step 7: Choose Keep my files.
Step 8: Follow the onscreen prompts to complete the steps.
以上がWindows 11 での破損したユーザー プロファイルの 5 つの修正の詳細内容です。詳細については、PHP 中国語 Web サイトの他の関連記事を参照してください。