Possible to run login Tasks again once logged in?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All

Is there any way to run all the login tasks (map network drives, update profile etc) again when you are already logged into windows, without having to shut all your programmes and login again?

Chris
 
Chris said:
Hi All,

Is there any way to run all the login tasks (map network drives, update
profile etc) again when you are already logged into windows, without having
to shut all your programmes and login again?

Are you talking about a domain login? If yes, then check the name of the
login batch file. It is often something like

\\YourServer\netlogon\netlogon.bat

Once you know the name of that batch file, create a shortcut to it on your
desktop.
 
There is no way to automatically retrigger these processes once logged in.
Depending on the exact results you're looking to achieve you might be able
to automate it in other ways via a batch file or some other programming
though. For example you can always run a login script by executing it
directly from the server.

--
J.C. Hornbeck, MCSE
Microsoft Product Support

NOTE: Please reply to the newsgroup and not directly to me. This allows
others to add to and benefit from these threads and also helps to ensure a
more timely response. Thank you!

This posting is provided "AS IS" without warranty either expressed or
implied, including, but not limited to, the implied warranties of
merchantability or fitness for a particular purpose.



Chris said:
Hi All,

Is there any way to run all the login tasks (map network drives, update
profile etc) again when you are already logged into windows, without having
to shut all your programmes and login again?
 
You wrote "There is no way to automatically retrigger these
processes once logged in." I think this would be a fairly
trivial exercise:
1. Log on.
2. The Task Scheduler launches a certain job, fully automatically.
3. This job waits for three minutes, for example.
4. The job then re-executes the login script.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top