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
|
"D

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

A;;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
|