Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I'm doing this:


net stop wuauserv

then:

rename c:\windows\SoftwareDistribution SoftwareDistribution.old

and then:

mklink E:\windows\SoftwareDistribution \D

I'm doing `\d` in the end because otherwise it doesn't work and \d because of the same reason.

and then:

mklink /J C:\windows\SoftwareDistribution "E:\windows\SoftwareDistribution

so then I try to

net start wuauserv

and I get this message:

C:\Windows\system32>NET START WUAUSERV
The Windows Update service is starting.
The Windows Update service could not be started.

A system error has occurred.

System error 3 has occurred.

The system cannot find the path specified.


So what am I doing wrong? Can somebody help me?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900