On Jan 21, 9:08*am, yerk5 <yer...@gmail.com> wrote:
> We have several XP machines at my place of business where, upon a user
> logging in and the desktop loading, they simply get a blank wallpaper
> and cursor and it stays like that indefinitely. The problem is
> intermittent. I found that explorer isn’t running automatically when
> this happens. I could simply C-A-D, get to Task Manager, start a new
> task and run explorer that way, which would then bring the rest of the
> desktop.
>
> Unfortunately, this is a little too much for our end users to be able
> to remember. So I whipped up a little AutoIT script to put in their
> startup folder, that checks for the presence of the process
> "explorer.exe" and if not present, then run it.
>
> However, if explorer isn’t running, doesn’t that mean my script won’t
> get ran either, causing a catch 22?
>
> I had the idea of adding my script as a windows service... thinking
> that even if explorer doesn’t run, services will still start normally.
> But I’m having trouble creating the service. I tried the following:
>
> sc create "Run Explorer" binPath= "C:\runexplorer.exe"
>
> This succeeded, however I’m unable to ever start the service. When I
> try:
> Sc start “Run Explorer”
> it always dies with: "StartService failed 1053: The service did not
> respond to the start or control request in a timely fashion."
>
> I get the same error trying to start it via services.msc. Anyone have
> any ideas why? TIA
Creating a Scheduled Task will not fix the problem, it may fix the
symptom of the problem.
This relatively common problem is best resolved after getting more
information and eliminating malicious software as the culprit.
This particular issue comes up quite frequently and hopefully it is
your desire to fix it, not work around it. It is usually not too
difficult to figure out and has been fixed so many times that there
are cut/paste directions to get you started:
To eliminate questions and guessing, please provide additional
information about your system.
Click Start, Run and in the box enter:
msinfo32
Click OK, and when the System Summary info appears, click Edit, Select
All, Copy and then paste
the information back here.
There will be some personal information (like System Name and User
Name), and whatever appears to
be private information to you, just delete it from the pasted
information.
Perform some scans for malicious software, then fix any remaining
issues:
Download, install, update and do a full scan with these free malware
detection programs:
Malwarebytes (MBAM):
http://malwarebytes.org/
SUPERAntiSpyware: (SAS):
http://www.superantispyware.com/
They can be uninstalled later if desired.
Learning how to create Scheduled Tasks that work is a different
subject.