Jump to content

Recommended Posts

Posted

Hi all!

I've a slow Notebook which starts a lot of background tasks every time i boot.

I want to know (better: i want to display a short message (traytip; messagebox or something like this)) when the last background-task has been loaded and the cpu is near 1-4 percent.

I make a small program which will just display "Ready" in a messagebox and i've placed it in the run-section as the last entry. I named it Z-Ready-Info.exe.

But - it wasn't the last one. I have to wait 2-3 minutes more ....

How can i get the last action a pc takes in a boot-time? :think:

CU

Dizzy

Posted

have you tried putting your prog in the start-up folder.. if i am correct, that is ran AFTER the boot-up section

8)

Hi Valuater,

good idea. My messagebox is not the last action - but nearly the last one. I have to wait 5 to 10 seconds more until the cpu is going to 2-3 percent.

This is good enough for me. :think:

Thanks!

Posted (edited)

HKCU\...\RunOnce. Name your entry starting with a z should be the last item executed.

Edit:

strikeout Once for continual operation

Edited by MHz
Posted

If you know what all of the things are that are going to load you could have a loop statement that checks to make sure all of the processes exist and when they do then to make your messagebox/traytip/whatever.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...