UVK scripting commands - Create scripts for full system maintenance and repair |
You can combine the commands described above to create UVK scripts to automate a full system maintenance or repair, or both. Example of a repair script:
<Comment>
This script will perform a
full system repair. Please save all your work before continuing.
<KillNonSystemProcesses>
<StopNonMsServices>
<ScheduleChkDskOnReboot>
<RunSfcScan>
<FixIeAndWindowsShell>
<UnlockFileExtensions>
<FileExtension> | All
<ProtectFileExtensions>
<RegisterSystemDLLs>
<FixInstallProblems>
<EnableAutoplay>
<ResetUserShellFolders>
<FixEventSystemService>
<FixSubSystemsKey>
<ResetSecuritySettings>
<FixWindowsUpdate>
<FixGroupAccess>
<ResetHostsAndDns>
<ResetIEAndInternet>
<ResetIPWinsockProxy>
<FixShortcutsUrlsProtocols>
<ResetGroupPolicy>
<EnableUAC>
<FixUserDesktop>
<RebuildIconCache>
<IEStartPages> | Start
Page | Google
<CreateRestorePoint>
<Reboot>
Example of a maintenance script:
<Comment>
This script will perform a
full system maintenance.
<UpdateDirectX>
<UpdateJava>
<UpdateFlash>
<InstallNetFramework>
<ClearEventLogs>
<EmptyBrowsersCache>
<CleanAllUsersTemp>
<DefragAndOptimize>
<Reboot>
You can also combine the two scripts above to make a repair and maintenance script.
Back to the list