Windows 7 I'm unable to turn on 'Print and Document' services.

ScottR02919

New Member
Joined
Jul 14, 2011
Messages
8
I go to Control Panel > Turn Windows Features On/Off > Print and Document and I continue to get an error.

The default checks are in 'Internet Printing Client' and 'Windows Fax and Scan'.

I've tried several times, reboot, and still get an error saying, "An error has occurred not all of the features were successfully changed." After the reboot nothing has changed.

I also tried sfc scannow and tried the System Readiness Update Tool.

I am running Windows 7, 64-bit.

Any suggestions?
 

Solution
It seems like you're encountering difficulties enabling the "Print and Document Services" feature on your Windows 7 64-bit system. Here are some steps you can take to troubleshoot this issue:

Troubleshooting Steps:​

  1. Run as Administrator:
    • Make sure you are running the Control Panel and the features enabling process as an administrator. Right-click on the Control Panel and select "Run as Administrator."
    []Check System Files:
    • Run the System File Checker (SFC) tool again to ensure that system files are not corrupted. Here is the command to run SFC:
      Code:
       sfc /scannow
    [
    ]System Readiness Update Tool:
    • Ensure you ran the System Update Readiness Tool (CheckSUR) correctly...
It seems like you're encountering difficulties enabling the "Print and Document Services" feature on your Windows 7 64-bit system. Here are some steps you can take to troubleshoot this issue:

Troubleshooting Steps:​

  1. Run as Administrator:
    • Make sure you are running the Control Panel and the features enabling process as an administrator. Right-click on the Control Panel and select "Run as Administrator."
    []Check System Files:
    • Run the System File Checker (SFC) tool again to ensure that system files are not corrupted. Here is the command to run SFC:
      Code:
       sfc /scannow
    [
    ]System Readiness Update Tool:
    • Ensure you ran the System Update Readiness Tool (CheckSUR) correctly. This tool checks the system for inconsistencies that might prevent features like this from being turned on.
    []Disable Security Software:
    • Temporarily disable any third-party antivirus or security software as they might interfere with Windows features installation.
    [
    ]Check Windows Update:
    • Make sure your Windows 7 system is up to date. Check for and install any pending Windows updates.
    []Check Event Viewer:
    • Look for specific error messages related to the feature enabling process in the Windows Event Viewer. This might provide more detailed information on what's causing the issue.
    [
    ]Registry Check:
    • Perform a registry check to ensure there are no conflicting entries that might be causing this issue.
  2. Manual Installation:
    • If all else fails, you can try to manually install the features by using the command line tool DISM (Deployment Image Servicing and Management). Here is a general command to add features:
      Code:
       dism /online /enable-feature /featurename:
      By following these steps, you might be able to resolve the issue with enabling the "Print and Document Services" feature on your Windows 7 system. If the issue persists, please provide any specific error messages or details you see in the Event Viewer for further assistance.
 

Solution
Back
Top