Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Automatic Sservices stops

Reply
Thread Tools Display Modes

Automatic Sservices stops

 
 
Sohail
Guest
Posts: n/a

 
      06-14-2006
We are having 1000+ computers...mostly pc's habving problem that
...every time when system reboot ,Automatic service stops even i select
as auto start.
So again & again i hav to run the following script

in log file this error showing..0x80004015

@echo off
Echo This batch file will Set Service Object Security for WUAUSERV &
BITS.
REM Result will be written to %temp%\SetServiceObjectSecurity.log and
then launched in Notepad.
Echo Please wait...
@echo on
sc sdset bits
"DA;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTL OCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWR PWPDTLOCRRC;;;PU)"
>%temp%\SetServiceObjectSecurity.log

sc sdset wuauserv
"DA;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTL OCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWR PWPDTLOCRRC;;;PU)"
>>%temp%\SetServiceObjectSecurity.log

@echo off

notepad %temp%\SetServiceObjectSecurity.log
Echo Open %temp%\SetServiceObjectSecurity.log for SUCCESS entry.
Echo Open the Services applet from control panel to see if the services
are started.
Echo For any errors;
@echo off
Pause


and start automatic services.....then it sucsessfully running,

but after rebooting...Automatic services not starting...!!! giving same
error


appreciate ur solution. Thax in advance

Sohail Patel

 
Reply With Quote
 
 
 
 
TaurArian [MS-MVP]
Guest
Posts: n/a

 
      06-14-2006
Any assistance?

Error 1079: The account specified for this service is different than the account
specified for other services running in the same process. (0x80004015)


If you receive this error message, follow these steps:
1. Click Start, click Run, type services.msc, and then click OK
2. Double-click Background Intelligent Transfer Service.
3. Click the Log On tab.
4. Click Local System account, and then click OK.
5. Right-click Background Intelligent Transfer Service, and then click Start.



--

===========================
TaurArian [MS-MVP] 2005-2006
===========================
http://www.dts-l.org/goodpost.htm
"Need more help? http://support.microsoft.com/?scid=ph;en-us;6527
(Links to web pages and MSKB Articles are posted for the purposes of keeping the
information current)


"Sohail" <> wrote in message
news: oups.com...
| We are having 1000+ computers...mostly pc's habving problem that
| ..every time when system reboot ,Automatic service stops even i select
| as auto start.
| So again & again i hav to run the following script
|
| in log file this error showing..0x80004015
|
| @echo off
| Echo This batch file will Set Service Object Security for WUAUSERV &
| BITS.
| REM Result will be written to %temp%\SetServiceObjectSecurity.log and
| then launched in Notepad.
| Echo Please wait...
| @echo on
| sc sdset bits
|
"DA;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTL OCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWR PWPDTLOCRRC;;;PU)"
| >%temp%\SetServiceObjectSecurity.log
| sc sdset wuauserv
|
"DA;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTL OCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWR PWPDTLOCRRC;;;PU)"
| >>%temp%\SetServiceObjectSecurity.log
| @echo off
|
| notepad %temp%\SetServiceObjectSecurity.log
| Echo Open %temp%\SetServiceObjectSecurity.log for SUCCESS entry.
| Echo Open the Services applet from control panel to see if the services
| are started.
| Echo For any errors;
| @echo off
| Pause
|
|
| and start automatic services.....then it sucsessfully running,
|
| but after rebooting...Automatic services not starting...!!! giving same
| error
|
|
| appreciate ur solution. Thax in advance
|
| Sohail Patel
|


 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
stops at 45%... cdiasmd Windows Vista Installation 3 07-04-2007 07:03 AM
Disabling automatic reboot after automatic updates Mokupono Windows Update 4 10-21-2005 02:08 PM
Automatic update or Automatic fake? SoZay Windows Update 1 06-17-2005 05:39 AM
Automatic update requires Automatic services? Fried Duck Windows Update 1 12-30-2004 03:57 AM
Automatic Updates Set To Automatic But Still Doesn't Work? HELP!! Scotty Windows Update 4 08-13-2004 09:25 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59