Jump to content

Stop prompting to close browsers.


richardj

Recommended Posts

When a scheduled scan runs, 365 should not stop and prompt the user to close browsers to clean----it should just clean as scheduled.

 

I set it to run and then reboot shortly afterward on client's PCs. This prompting stops the program and it never finishes, if browsers are open.

 

VERY irritating.

 

Thanks!

 

Link to comment
Share on other sites

Hi richardj! :)

You could change your scheduled task in this way:

1) Press both Windows key and R key on your keyboard (Windows + R): opens the run window.

2) Type taskschd.msc and press enter key (or click ok)

3) Search Wise Care 365 PC Checkup Task, double left-click it, click the conditions tab and set it in this way:

- Start the task if the computer is idle for: 1 minute

- Wait for idle for: don't wait

- Stop if the computer ceases to be idle

- Restart if the idle state resumes

Click ok and later test if this works well.

If this method doesn't satisfy you, just wait for another answer by the admin or by the developers.

This could be included/modified by developers in the next version (or maybe developers could find a more elegant way than this one)...

 

Hope this helps, keep us informed.

Link to comment
Share on other sites

Oops! :wacko:

 

1) Create a file with notepad and save it in the same wise 365 folder as CloseBro.bat (well, you can choose the folder that you prefer), fill it with the following lines and save it:

@echo off
taskkill /im iexplore.exe /f
taskkill /im firefox.exe /f
taskkill /im chrome.exe /f
taskkill /im maxthon.exe /f
taskkill /im safari.exe /f
taskkill /im opera.exe /f
taskkill /im netscape.exe /f
taskkill /im iron.exe /f
taskkill /im dragon.exe /f

(You can obviously add your browser process, if it is not listed)

2) Go to Wise Care 365 PC Checkup Task, double left-click it, click the actions tab, click new..., click Browse..., select your CloseBro.bat file, click ok, click ok

3) Move the new created action on top

4) Go to the general tab and set configure for: Windows vista (or more recent OS), click ok

Link to comment
Share on other sites

Yes, but then they'd never be cleaned.

 

I'd like the program to ignore open browsers, but yet clean them the next scan or the one after that, if the browsers are closed.

 

What would be even better, is if the program could clean minimized; I'm trying for absolutely no user interaction during a scheduled scan.

Link to comment
Share on other sites

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
×
×
  • Create New...