Running Startup Scripts

B

Bart Steur

When logging on to our Win2000 domain from my XPPro pc, the Running Startup
Scripts step takes very long.
I've looked in the Group Policies for my user/workstation, but there are no
scripts that could take so long.

Question 1: How can I see which scripts are running at startup
Question 2: Can another factor make the scripts run slow

Thx,
Bart
 
P

Pegasus \(MVP\)

Bart Steur said:
When logging on to our Win2000 domain from my XPPro pc, the Running Startup
Scripts step takes very long.
I've looked in the Group Policies for my user/workstation, but there are no
scripts that could take so long.

Question 1: How can I see which scripts are running at startup
Question 2: Can another factor make the scripts run slow

Thx,
Bart

Presumably your startup scripts are batch files. Make
the first line like so:
if /i %UserName%==Bart echo on

and the last line like so:
if /i %UserName%==Bart pause

You will now see what's happening while the script runs
(or crawls . . .).
 

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

Top