When you are facing issues with changing the default program associations in Windows, where selecting a program does not stick, work, or register, there are several troubleshooting steps you can take to resolve this issue. Here are some potential solutions you can try:
1. System File Checker (SFC) Scan:
- Run an SFC scan to check for and repair corrupted or missing system files.
- Open Command Prompt as an administrator and run the command:
sfc /scannow
. 2. DISM Tool:
[]Use the Deployment Image Servicing and Management (DISM) tool to repair Windows image.
- Open Command Prompt as an administrator and run the command:
Code:
DISM /Online /Cleanup-Image /RestoreHealth
3. Reset Default...