Automatically run UVK
Forum rules
We have no special rules for UVK forums. Just try to be polite and clear in your posts.
Please don't post spam in this forum. Spammers will be banned by IP, e-mail and username.
We reserve the right to delete all posts and ban all users we consider not having respected these rules without warning.
We have no special rules for UVK forums. Just try to be polite and clear in your posts.
Please don't post spam in this forum. Spammers will be banned by IP, e-mail and username.
We reserve the right to delete all posts and ban all users we consider not having respected these rules without warning.
-
- Posts: 325
- Joined: Sat Dec 06, 2014 6:21 am
Automatically run UVK
I'm playing around and learning. I have found -auto will run most things in my script without any interaction from the user. Some of the things show up on the screen however. Is there a -silent command I could use to stop that from happening?
-
- Posts: 1529
- Joined: Sun May 25, 2014 7:44 am
- Location: Missouri
Re: Automatically run UVK
I noticed in your Huskyclean script that only the reports show up. They do go away on their own but it would be good if they didn't show at all.
Jim
It is not "Can it be done?" but rather, "How can we do it?"
It is not "Can it be done?" but rather, "How can we do it?"
Re: Automatically run UVK
Hi guys.
Can you please tell exactly what shows up?
Thanks.
Can you please tell exactly what shows up?
Thanks.
One thing we humans have in common is that we are all different. So, if you think you're weird because you're different from everyone else, then we are all weird.
Fred
Fred
-
- Posts: 1529
- Joined: Sun May 25, 2014 7:44 am
- Location: Missouri
Re: Automatically run UVK
Fred
The Reports dialog shows up while it's sending the report then goes away when it's done. So, it is automatic but it's not hidden.
The Reports dialog shows up while it's sending the report then goes away when it's done. So, it is automatic but it's not hidden.
Jim
It is not "Can it be done?" but rather, "How can we do it?"
It is not "Can it be done?" but rather, "How can we do it?"
-
- Posts: 325
- Joined: Sat Dec 06, 2014 6:21 am
Re: Automatically run UVK
I have a task scheduled that runs UVK and then does a -readfile "HuskyClean.uvk" -auto. When I do that everything is runs in the background except a couple things.
1. When it's cleaning the Internet Explorer browser, I see the little box that shows it's cleaning (no big deal).
2. When the "Send Reports" part happens, it opens UVK to the reporting screen. When the reports are generated and sent, it closes.
1. When it's cleaning the Internet Explorer browser, I see the little box that shows it's cleaning (no big deal).
2. When the "Send Reports" part happens, it opens UVK to the reporting screen. When the reports are generated and sent, it closes.
Re: Automatically run UVK
FredJClaus, the IE cleanup dialogs showing up is controled by the system, can't be changed.
As for sending the reports silently, try replacingwith
That should do the trick.
As for sending the reports silently, try replacing
Code: Select all
<SendReports>
Code: Select all
<RunWait>
%UVKExe% -SendReports -Auto
One thing we humans have in common is that we are all different. So, if you think you're weird because you're different from everyone else, then we are all weird.
Fred
Fred
-
- Posts: 325
- Joined: Sat Dec 06, 2014 6:21 am
Re: Automatically run UVK
Well the good news is I didn't get the reporting part on the screen when I did a test run of the script. Bad news is I didn't get a report in my email. Did I do something wrong here?
<UVKCommandsScript>
<CreateRestorePoint>
<ResetGroupPolicy>
<ResetNumLockOn>
<ResetPrintSpool>
<ResetCDBurnQueue>
<ResetWLAN>
<CleanAllUsersTemp>
<EmptyBrowsersCache>
<DeleteBrowsersCookies>
<ClearIEHistory>
<ClearEventLogs>
<ClearErrorReports>
<ClearShellCache>
<CleanMSIOrphanFiles>
<CleanupRegistry>
<CleanupJunkFiles>
<RunWait>
%UVKExe% -SendReports -Auto
<UVKCommandsScript>
<CreateRestorePoint>
<ResetGroupPolicy>
<ResetNumLockOn>
<ResetPrintSpool>
<ResetCDBurnQueue>
<ResetWLAN>
<CleanAllUsersTemp>
<EmptyBrowsersCache>
<DeleteBrowsersCookies>
<ClearIEHistory>
<ClearEventLogs>
<ClearErrorReports>
<ClearShellCache>
<CleanMSIOrphanFiles>
<CleanupRegistry>
<CleanupJunkFiles>
<RunWait>
%UVKExe% -SendReports -Auto
-
- Posts: 1529
- Joined: Sun May 25, 2014 7:44 am
- Location: Missouri
Re: Automatically run UVK
Add your ftp info 

Jim
It is not "Can it be done?" but rather, "How can we do it?"
It is not "Can it be done?" but rather, "How can we do it?"
-
- Posts: 325
- Joined: Sat Dec 06, 2014 6:21 am
Re: Automatically run UVK
That was it Jim. I didn't set up in the UVK reporting section how I wanted to report and where to send it.
Re: Automatically run UVK
Glad that sorted it out for now, guys. I will make <SendReports> work properly in the next update.
One thing we humans have in common is that we are all different. So, if you think you're weird because you're different from everyone else, then we are all weird.
Fred
Fred