Share via

DISM Error Code 1726

Anonymous
2023-08-02T23:51:19+00:00

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

19 answers

Sort by: Most helpful
  1. Ramesh 176.2K Reputation points Volunteer Moderator
    2023-08-09T04:15:02+00:00

    Nice! Glad it's resolved, and thanks for the update.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2023-08-03T02:52:15+00:00

    Hello Chris,

    Good to see you in Microsoft Community.

    Firstly, could you let me know the specific system version? You can check it by pressing the Win key + R key, and typing "winver", then press Enter, please take a screenshot/photo of it, and only send the relevant information without PII in the next reply.

    The error message "The Remote Procedure Call has stopped." means that The Remote Procedure Call related services were not started as expected. You can start them by the stpes below. Run Command Prompt as an administrator ("Win" logo key + "Q" to open Search box*, type"Command Prompt", select "Run as administrator"), and copy and paste the following commands into the* Command Prompt and press Enter to run one by one.

    net stop RpcSs & net start RpcSs 
    
    net stop DcomLaunch & net start DcomLaunch 
    
    net stop RpcEptMapper & net start RpcEptMapper 
    
    sc config RpcSs start=auto
    sc config DcomLaunch start=auto
    sc config RpcEptMapper start=auto
    

    Additionally, the service is related Windows Update, and you can try the steps below.

    1. Windows update Troubleshooting

    SelectStart*>Settings>Update & Security>Troubleshoot>Additional troubleshooters. Next, underGet up and running, selectWindows Update>Run the troubleshooter.*

    When the troubleshooter is finished running, it's a good idea to restart your device.

    Next, check for new updates. SelectStart*>Settings>Update & Security>Windows Update>Check for updatesand then install any available updates.*

    2. Clean the system updates cache

    Run Command Prompt as an administrator ("Win" logo key + "Q", type "cmd", select "Run as administrator"), and type the following commands one by one.

    net stop wuauserv & net stop bits & net stop cryptsvc
    
    rd /s /q c:\Windows\SoftwareDistribution
    
    net start wuauserv & net start bits & net start cryptsvc
    
    sc config wuauserv start=auto
    
    sc config bits start=auto
    
    sc config cryptsvc start=auto
    

    If anything is unclear, please do not hesitate to let me know.

    Best Regards,

    Mosken_L - MSFT | Microsoft Community Support Specialist

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  3. Anonymous
    2023-08-03T04:51:44+00:00

    CBS.log Here is the one drive link, I will now try the in-place upgrade.

    Was this answer helpful?

    0 comments No comments
  4. Ramesh 176.2K Reputation points Volunteer Moderator
    2023-08-03T04:24:52+00:00

    Hi Chris,

    Please upload the zipped copy of the entire "**C:\Windows\logs\CBS**" folder on OneDrive/Dropbox and share the link here.

    (I may not see your reply until 3:30 pm UTC tomorrow since I'm traveling, so kindly bear with the delay.)

    Meanwhile, try repairing Windows 11 using the ISO.

    How to run In-place upgrade in Windows 11 - Microsoft Community:

    https://answers.microsoft.com/en-us/windows/forum/all/how-to-run-in-place-upgrade-in-windows-11/4d469147-2747-4dcb-88a4-aae9273a4500

    (Your files, apps, and settings will be kept by default during the repair.)

    If the repair installation fails, please note the error message, if any. And then, share the zipped copies of files in these two folders on OneDrive.

    • C:$WINDOWS.~BT\Sources*Panther*
    • C:$WINDOWS.~BT\Sources*Rollback* (if available)

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2023-08-03T04:06:35+00:00

     When I tried to run "net stop RpcSs & net start RpcSs" It said "The requested pause, continue, or stop is not valid for this service"  And when I tried to do the Windows Update troubleshooter It says "An error occurred while troubleshooting" I have not tried to clean the system updates cache yet.[![](https://learn-attachment.microsoft.com/api/attachments/470dfdd6-7675-4e17-b17f-9123404bbbfe?platform=QnA"https://learn-attachment.microsoft.com/api/attachments/58f2cddb-fbd7-41d3-bda8-bee75fcbac63?platform=QnA" title="filestore.community.support.microsoft.com" rel="ugc nofollow">

    Was this answer helpful?

    0 comments No comments