Quote:
Originally Posted by blunij
Wow, my very own custom script!! LOL I so appreciate your time and effort!
I am not quite sure what you mean when you are talking about notification problem.
I set this to run three times. The first time I watched the phone as it went through the script. It got to the screen that you would see when changing volume and it seemed to go down a few steps. I then touched the screen and it continued to my main screen. It stayed lit and I realized that I needed to change the setting as to how long the phone stays on during charging. I also set an alarm for after the next try and the alarm worked.
I do choose to keep some things in the startup folder as I see no harm or difference starting them up there as opposed to doing it manually after restart. I have wktask, winmospeed, lock device and intercept there. I am trying to figure out what intercept does before removing it.
Great work! Great Community!
|
The issue is that it will not remove the current notification from the que.
So say you are playing around with it. You set it up to run at 2pm. Then decide before the 2pm that it should have been 2:30pm. So you run it again.
Since the removenotification is not working, you actually have 2 in there...the original at 2pm and the new one at 2:30pm.
This becomes an issue when you have setup the reoccurance (everyday, every 2nd day, etc). As the script fires off, it actually sets the next notification first, then executes the restart.ext from the windows directory.
So in a nut shell, you would be rebooting at 2pm and 2:30pm every x day (what every you set initially).
To remove these, use dotFred's taskmanager. On the upper right corner is the drop down arrow. Click on that and then select Notifications.
Look for any one the entries that have \Windows\Mortscript.exe
Click on that to select it and then click on the blue barrel with the pencil (Edit button).
This will let you look at the notification and what it is doing.
Then if you want to delete that one, close that window, and click on the blue barrel with the red - (Delete button).
I am still working on getting the remove notification to work as well.
EDIT: Updated script found in main TP2 Thread
here
Moved script for better exposure.