Code42 app prompts for archive key password or custom key at startup
Who is this article for?
Instructor, no.
Incydr Professional, Enterprise, Gov F2, and Horizon, no.
Incydr Basic, Advanced, and Gov F1, yes.
CrashPlan Cloud, no.
Retired product plans, no.
CrashPlan for Small Business, no.
Overview
If your Code42 app prompts you to re-enter your archive key password or custom key every time you start or restart your device, you may need to complete the steps below to resolve the issue. This issue only affects devices with the specific conditions described below.
This issue is resolved in version 6.7.1 of the Code42 app. Devices in Code42 cloud environments are upgraded automatically.
Affects
User devices that meet all the following conditions:
- Windows operating system
- Code42 app version 6.6 - 6.7.0, installed per-user
- Uses archive key password security or custom key security
If you're not sure if this issue affects you, or you have questions about any of the steps below, please contact our Customer Champions.
Before you begin
- Ensure you log in to the affected device with a user that has administrator privileges.
- Back up your Windows registry. See Microsoft's documentation for instructions.
Recommended solution
To resolve the issue, follow the steps below:
- Click the Windows icon in the lower-left corner of your screen.
- Type
cmd
. - Right-click the Command Prompt program, and select Run as administrator.
- Paste in the following text:
Copied!
reg query HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /S | findstr /i crashplan > %HOMEPATH%\Desktop\cp_info.txt
- Press Enter.
A cp_info.txt file is created on your desktop with the results of the above script. - Open the cp_info.txt file.
- If you see both CrashPlanServiceUser and CrashPlanService in the file (as shown in the example below), continue to Step 8.
CrashPlanService REG_SZ C:\Users\{your_user_folder}\AppData\Local\Programs\CrashPlan\CrashPlanService.vbs CrashPlanServiceUser REG_SZ C:\Users\{your_user_folder}\AppData\Local\Programs\CrashPlan\CrashPlanService.vbs CrashPlanTray REG_SZ "C:\Users\CSB_Support\AppData\Local\Programs\CrashPlan\electron\CrashPlanDesktop.exe" --menubar --desktop=false --user.install
If you do not see both listed in the file, but are still concerned about experiencing this issue, contact our Customer Champions, and include the cp_info.txt file with your request.
- If you see both CrashPlanServiceUser and CrashPlanService in the cp_info.txt file, paste the following into your Command Prompt:
Copied!
reg delete "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /v CrashPlanService /f
- Press Enter.
Confirm the change took effect
- Paste in the following command in your Command Prompt:
Copied!
reg query HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /S | findstr /i crashplan > %HOMEPATH%\Desktop\cp_info_fixed.txt
A file called cp_info_fixed.txt will be created on your desktop.
- Open the cp_info_fixed.txt file and confirm you only see CrashPlanServiceUser and CrashPlanTray, as in the example below:
CrashPlanServiceUser REG_SZ C:\Users\{your_user_folder}\AppData\Local\Programs\CrashPlan\CrashPlanService.vbs CrashPlanTray REG_SZ "C:\Users\{your_user_folder}\AppData\Local\Programs\CrashPlan\electron\CrashPlanDesktop.exe" --menubar --desktop=false --user.install
- Restart your computer.
- Open the Code42 app and enter your archive key password or custom key, if prompted.
- Restart your computer again.
- Open the Code42 app. If the Code42 app opens without prompting you to enter your archive key password or custom key, the issue is resolved.
External resources
Microsoft: How to back up and restore the registry in Windows