Yes. Backspace administrators:F so that it follows system:F on same line.
Batch files are commands that execute. Exactly entering the command
at a command prompt would be the same, but if the command is
copied, the chance of making a typo is eliminated, which is better.
They key is to save it as a .bat file, not a .txt file. To do that
you need to click the down arrow to the right of "save as type"
and change it from "text documents" to "all files." Then, with
the .bat extension, it can operate to fix permissions.
Notepad's default folder is probably one you can find...
it's the folder in the upper window, so click the save button.
Open that folder and double click your batch file.
A command window will open, execute, and close.
Permissions in the windir/registration folder will be corrected.
If you'd rather not fix the second line, copy the two lines from here:
http://support.microsoft.com/default...b;en-us;909444
Hopefully, fixing registration permissions will get WU back.
"Sam" <> wrote in message
news:5B892887-A816-40E1-BECC-...
>I have this problem and am running W2K. Can you simplify your instructions?
> I got the info copied into Notepad, but I'm not sure what you mean by
> "delete the return." Does this mean I just backspace "administrators: F"
> so
> that it now follows "R system: F" on the same line?
>
> I'm completely lost on the next part. What do I save the Notepad document
> in?
> Where do I "double click 'w2k.bat' in its folder to fix permissions?"
>
> I hope you can make this understandable to a compluter illiterate. Thank
> you.
>
>
>
>
> "Michael Jennings" wrote:
>
>> Though it's not a known XP fix, you might want to try it.
>> It doesn't mess up WU for XPsp2 - at least not for me.
>> copy these two lines (highlight them > click edit > click copy):
>>
>> echo y| cacls %windir%\registration /G everyone:R system:F
>> administrators:F
>> echo y| cacls %windir%\registration\*.clb /G everyone:R system:F
>> administrators:F
>>
>> start > run > type in "notepad" > edit > paste
>> the two should now be in notepad, but the second line is wrapped.
>> unwrap it - delete the return to get just two "echo y| cacls" lines
>>
>> file > save as > try "w2k.bat" for a name > click the save as type
>> down arrow > select "all files" > click the save button.
>> Now double click "w2k.bat" in its folder to fix permissions.
>>
>> "Carl" <> wrote in message
>> news:0F5AEC1F-307F-4A63-B959-...
>> > No this is Windows XP with SP2 installed.
>> >
>> > "Michael Jennings" wrote:
>> >
>> >> There's a solution for a problem with Windows 2000.
>> >> Is Windows 2000 your operating system?
>> >
>>
>>
>>