StartUp Script
How can I automatically set a start up script to run each time my computer
starts? The script is to run at start up, after Windows has started, but
before any user is logged on. It cannot be run by Task Manager because Task
Manager has not yet started. I have tried that, it doesn't work.
I have this on another computer (both are Win XP Pro), but I can not figure
out how it was set up. I can see the script, and in fact I deleted to see
what happens, and Event Viewer just tells me that UserInit.exe failed with
EventID 1000. I put the script back and everything is fine.
How do I set it up on my other computer?
--
Fred Fels
ffels@xxxxxxx
.
Relevant Pages
- Re: control CPU usage
... My first question is whether the pyHook event is calling the SendKeys ... The task manager has far too simplistic ... I included my main script for your reference. ... paragraph = rc.ProcessEvent ... (comp.lang.python) - Re: control CPU usage
... The script monitors global input using PyHook, ... you're using SendKeys to generate a keystroke to the other process. ... My first question is whether the pyHook event is calling the SendKeys function directly (after your "lengthy" calculation) or whether there are other events firing off in between. ... The task manager has far too simplistic visibility to be useful for this purpose. ... (comp.lang.python) - Re: Terminating a process
... the exe file still shows up in the task manager. ... from the Script Center's sample library ... ... >> Dennis Hancy ... (microsoft.public.scripting.vbscript) - Re: script at logon
... "Remove Task Manager" policy under "User Configuration\Administrative ... You could e.g. add the script below in a scheduled task that is ... Exit Do ... For Each oOpSys in colOpSys ... (microsoft.public.windows.server.scripting) - Re: .vbs file only locks up inside a batch file.. why?
... instance in the Task Manager indicating that the script engine instance was ... The CD drawer does close with the double .Eject method in the script. ... But to get the vbs file to ... >>>release control back the batch file that it was called from, ... (microsoft.public.scripting.vbscript) |
|