Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Recent Posts

Pages: [1] 2 3 ... 10
1
Windows 10 and 11 / Re: Timing conflict in a x32Win10ProV22H2 batch file
« Last post by DaveLembke on April 29, 2024, 03:15:12 PM »
Interesting...

 I would have thought that adding a time delay in the batch would be the cure actually either using the SLEEP command following the prior service to fully start before moving onto the next START instruction or if SLEEP isn't available the ping 127.0.0.1 -n 15 instruction ( to make a time delay in pinging home for 15 iterations ), as time delays can avoid race conditions. The value of 15 can be any value of choice 1 or greater to make a short delay or longer delay before starting the next START instruction.
2
Windows 10 and 11 / Re: Timing conflict in a x32Win10ProV22H2 batch file
« Last post by Sebastian42 on April 29, 2024, 12:14:26 AM »
It turns out that running the batch minimized using Task Scheduler solves the problem.
3
Other / Re: Birthdays
« Last post by Quantos on April 25, 2024, 12:25:29 PM »
I think there was one in China....
4
Windows 10 and 11 / Re: error messages
« Last post by Quantos on April 25, 2024, 12:19:49 PM »
Jogee, are your personal files backed up?

If they are then I would suggest trying a fresh installation of Windows.
If they aren't backed up then I would suggest trying a repair installation of Windows.


P.S. - LM, he can download but not install.
5
Computer programming / Re: timing conflict in a x32Win10ProV22H2 batch file
« Last post by Lisa_maree on April 21, 2024, 03:10:57 PM »
Hi Sebastian

As this is a syn-tech question using  Macro express it may be an idea to ask on their forums.

https://www.macros.com/knowledge-base/how-do-i-run-a-batch-file-with-macro-express/
6
Computer programming / timing conflict in a x32Win10ProV22H2 batch file
« Last post by Sebastian42 on April 21, 2024, 06:26:14 AM »
Two versions of a batch file and their results :

Start "" "C:\Program Files\ToggleTaskbarAutohide\ToggleTaskbarAutohide.exe"
Start "" "C:\Program Files\Macro Express Pro 6\MeProc.exe" /ASaveDeskTopView
Start "" "C:\Program Files\ToggleTaskbarAutohide\ToggleTaskbarAutohide.exe"


The third line takes effect before the second is finished.

Start "" "C:\Program Files\ToggleTaskbarAutohide\ToggleTaskbarAutohide.exe"
Start "" "C:\Program Files\Macro Express Pro 6\MeProc.exe" /ASaveDeskTopView
timeout 1
Start "" "C:\Program Files\ToggleTaskbarAutohide\ToggleTaskbarAutohide.exe"


The CMD window that handles the timeout gets caught in the snip, thus spoiling it.

How to get a delay without the CMD window ?  I have tried 'wait' - it is no better.



7
Windows 10 and 11 / Timing conflict in a x32Win10ProV22H2 batch file
« Last post by Sebastian42 on April 21, 2024, 12:10:20 AM »
I will present two versions of a batch file, and list the effects they have.

Start "" "C:\Program Files\ToggleTaskbarAutohide\ToggleTaskbarAutohide.exe"
timeout 1
Start "" "C:\Program Files\Macro Express Pro 6\MeProc.exe" /ASaveDeskTopView
timeout 1
Start "" "C:\Program Files\ToggleTaskbarAutohide\ToggleTaskbarAutohide.exe"

The third 'START' line takes effect before the second one has completed 
 

Start "" "C:\Program Files\ToggleTaskbarAutohide\ToggleTaskbarAutohide.exe"
timeout 1
Start "" "C:\Program Files\Macro Express Pro 6\MeProc.exe" /ASaveDeskTopView
timeout 2
Start "" "C:\Program Files\ToggleTaskbarAutohide\ToggleTaskbarAutohide.exe"

When the second timeout is increased to anything over '1', the CMD window for the third 'START' line is superimposed on the snip image (thus spoiling it).

How to get the third 'Start' line to 'wait' till the second has completed ?
8
Windows 10 and 11 / Re: Accuweather popup
« Last post by whitjs on April 20, 2024, 11:39:15 AM »
Thanks. I'll give that a try.
9
Windows 10 and 11 / Re: error messages
« Last post by Lisa_maree on April 18, 2024, 11:15:13 PM »
Hi

I suspect you have a hardware issue like faulty memory or a failing hard drive. Did the computer come with any diagnostic tools built in? Most Dell or HP's do. If so i would run the diagnostics and see if anything is failing.

If you can still run programs i.e windows is still starting you could run speccy and publish a report coping the url link to a post here.
Or some hardware details would also help   
10
Windows 10 and 11 / Re: Accuweather popup
« Last post by Lisa_maree on April 18, 2024, 11:09:18 PM »
When you see the pop up move your mouse over it, it should show a gear icon for its settings. Select that and turn off the notification.

Or you may have enabled by mistake this program to display notifications in your browser.

In Chrome

Go to Google Browser settings and type "site settings" in the search box.  Go into site settings and under the recent activity you will find www.accuweather.com.  Click into that website site setting and find the button for "Reset Permissions" Click the button for "Reset Permissions and that should set notifications back to ask or simply change the notifications to "block".

In Edge, go to the three dots found in the upper right. Click on it and select settings and then site permissions. Scroll down to the bottom under allow and remove the accuweather url.

It could be because Accuweather has been enabled in notifications in windows.
go into notifications! Settings > System > Notifications & actions > scroll down > click slider to off on anything you don't want notifications from .

 
Pages: [1] 2 3 ... 10