Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > batch file to run prior to logon (vista home premium)

Reply
Thread Tools Display Modes

batch file to run prior to logon (vista home premium)

 
 
Smiler
Guest
Posts: n/a

 
      05-08-2009
Hi,
Can any one tell me how to run a batch file prior to windows logon vista
home premium.
I have a few problems with my motherboard and my cmos battery is unsoldered
and my battery is knackered. At present I have a batch file to set date and
time in my startup folder but would like to do it before this as programs
are loading and trying to initialise before the correct date and time set,
this causes errors.
Many thanks
micosmiling

 
Reply With Quote
 
 
 
 
Smiler
Guest
Posts: n/a

 
      05-09-2009
Hi,
Yes I've tried that as well(somewhere in the registry I did it) but still
get all programs loading at the same time.Don't want to delay any programs
either as its a slow boot time as it is
.. Really need it prior to the login even after bios screen before windows
loads.Just not sure how to do this.
Thanks for the suggestion though.
micosmiling

"Dave-UK" <> wrote in message
news:-...
>
> "Smiler" <> wrote in message
> news:eEsnFf$...
>> Hi,
>> Can any one tell me how to run a batch file prior to windows logon vista
>> home premium.
>> I have a few problems with my motherboard and my cmos battery is
>> unsoldered and my battery is knackered. At present I have a batch file to
>> set date and time in my startup folder but would like to do it before
>> this as programs are loading and trying to initialise before the correct
>> date and time set, this causes errors.
>> Many thanks
>> micosmiling

>
> What about running it from one of the start-up locations in the registry:
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Run
> Other entries there will show you the name and path data format.
>
>


 
Reply With Quote
 
a_ok2me
Guest
Posts: n/a

 
      09-05-2009

Smiler;1249516 Wrote:
> Hi,
> Can any one tell me how to run a batch file prior to windows logon
> vista
> home premium.
> I have a few problems with my motherboard and my cmos battery is
> unsoldered
> and my battery is knackered. At present I have a batch file to set date
> and
> time in my startup folder but would like to do it before this as
> programs
> are loading and trying to initialise before the correct date and time
> set,
> this causes errors.
> Many thanks
> micosmilingI'm on the same boat.



--
a_ok2me
Posted via http://www.vistaheads.com

 
Reply With Quote
 
Saucy
Guest
Posts: n/a

 
      09-06-2009
http://www.lmgtfy.com/?q=run+batch+file+before+logon

Saucy


"a_ok2me" <> wrote in message
news:...
>
> Smiler;1249516 Wrote:
>> Hi,
>> Can any one tell me how to run a batch file prior to windows logon
>> vista
>> home premium.
>> I have a few problems with my motherboard and my cmos battery is
>> unsoldered
>> and my battery is knackered. At present I have a batch file to set date
>> and
>> time in my startup folder but would like to do it before this as
>> programs
>> are loading and trying to initialise before the correct date and time
>> set,
>> this causes errors.
>> Many thanks
>> micosmilingI'm on the same boat.

>
>
> --
> a_ok2me
> Posted via http://www.vistaheads.com
>

 
Reply With Quote
 
a_ok2me
Guest
Posts: n/a

 
      09-06-2009

Saucy, that's how I ended up here. Notice the 8th result in your lin
leads us to this thread here.

Saucy;1552793 Wrote:
> 'Let me google that for you
> (http://www.lmgtfy.com/?q=run+batch+file+before+logon)
>
> Saucy
>
>
> "a_ok2me" <> wrote i
> message
> news:...
> >
> > Smiler;1249516 Wrote:
> >> Hi,
> >> Can any one tell me how to run a batch file prior to windows logon
> >> vista
> >> home premium.
> >> I have a few problems with my motherboard and my cmos battery is
> >> unsoldered
> >> and my battery is knackered. At present I have a batch file to se

> date
> >> and
> >> time in my startup folder but would like to do it before this as
> >> programs
> >> are loading and trying to initialise before the correct date an

> time
> >> set,
> >> this causes errors.
> >> Many thanks
> >> micosmilingI'm on the same boat.

> >
> >
> > --
> > a_ok2me
> > Posted via http://www.vistaheads.com

>


--
a_ok2m
Posted via http://www.vistaheads.co

 
Reply With Quote
 
Saucy
Guest
Posts: n/a

 
      09-06-2009
My apologies. It is a more complicated question.

I looked into autoexec.bat, the registry key RunServices etc. etc and tried
things out. Nothing has run yet.

This is what bugs me about the Home editions .. they are sort of crippleware
... and why I don't usually run them myself, always looking to get a
Professional / Ultimate / or Business version. I did the pre-order thing for
Windows 7 and got Professional at half price.

Saucy


"a_ok2me" <> wrote in message
news:...
>
> Saucy, that's how I ended up here. Notice the 8th result in your link
> leads us to this thread here.
>
> Saucy;1552793 Wrote:
>> 'Let me google that for you'
>> (http://www.lmgtfy.com/?q=run+batch+file+before+logon)
>>
>> Saucy
>>
>>
>> "a_ok2me" <> wrote in
>> message
>> news:...
>> >
>> > Smiler;1249516 Wrote:
>> >> Hi,
>> >> Can any one tell me how to run a batch file prior to windows logon
>> >> vista
>> >> home premium.
>> >> I have a few problems with my motherboard and my cmos battery is
>> >> unsoldered
>> >> and my battery is knackered. At present I have a batch file to set

>> date
>> >> and
>> >> time in my startup folder but would like to do it before this as
>> >> programs
>> >> are loading and trying to initialise before the correct date and

>> time
>> >> set,
>> >> this causes errors.
>> >> Many thanks
>> >> micosmilingI'm on the same boat.
>> >
>> >
>> > --
>> > a_ok2me
>> > Posted via http://www.vistaheads.com
>> >

>
>
> --
> a_ok2me
> Posted via http://www.vistaheads.com
>

 
Reply With Quote
 
a_ok2me
Guest
Posts: n/a

 
      09-18-2009

Brad_C;1561535 Wrote:
> The solution is to run the task with the SYSTEM user - instead of a
> user account you create on the computer.
>
> - Create a task
> - On the general tab, click "change user or group"
> - Type in "SYSTEM" into the object name text area
> - Click OK
> - Create a trigger to run "at startup"
> - On the actions tab, setup your script/program to run
>
> Alternatively, you could use "LOCAL SERVICE" instead of "SYSTEM". They
> both work for me.I thought I tried it as SYSTEM and it did not work, but I'll try again.

-thanks


--
a_ok2me
Posted via http://www.vistaheads.com

 
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
BSOD + DMP File (Vista Home Premium x86) frankzappa77 Windows Vista General Discussion 3 11-08-2008 11:18 PM
Where is chkdsk log file in Vista Home Premium?? Ed Y Windows Vista General Discussion 12 07-11-2008 11:39 PM
file sharing between XP home(sp3) and Vista home premium(sp1) kimberly in oregon Windows Vista Networking 4 06-09-2008 01:35 PM
Cannot open .paf file in Vista Home Premium Florence Jensen Windows Vista File Management 3 02-16-2008 08:37 PM
File sharing problems in Vista Home Premium suzystabalot Windows Vista Administration 8 05-23-2007 02:47 AM



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