Troubleshooting
Table of contents
Missing Boot Files
This issue occures when:
- N/A
Fix
N/A
Temporary User
This issue occurs when:
- The user’s directory is removed from a domain-joined computer
- A virus or program edits the registry profile
Fix
- Log in as an administrator
- Open regedit.exe
- Navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\ProfileList - Rename the Key to remove the
.bakor.backfrom the end of its name, or remove the Key - Reboot the system
It is always recommended to backup the registry before making changes
Unable to change Computer Name
This issue occurs when:
- N/A - Unknown
Fix 1
- Open an elevated PowerShell
- Enter the prompt:
Rename-Computer -NewName "NEW_PC_NAME" - Reboot the system
Fix 2
- Open an elevated command prompt
- Enter the command:
wmic computersystem where name="%computername%" call rename name="NEW_PC_NAME" - Reboot the system
Replace
NEW_PC_NAMEwith the name you want to set
Unable to change Workgroup
This issue occurs when:
- N/A - Unknown
Fix 1
- Open an elevated PowerShell
- Enter the prompt:
Add-Computer -WorkGroupName "NEW_WORKGROUP" - Reboot the system
Fix 2
- Open an elevated command prompt
- Enter the command:
wmic computersystem where name="%computername%" call joindomainorworkgroup name="NEW_WORKGROUP" - Reboot the system
Replace
NEW_WORKGROUPwith the workgroup name you want to set