New
#30
Last edited by Brink; 15 May 2018 at 13:15.
Last edited by Brink; 15 May 2018 at 13:15.
I created this task to run IObit Uninstaller without UAC prompt, unfortunately it doesn't works. May you let me know where I'm wrong?
Regards
Here bellow the task Export xml file.
IObit Uninstaller Elevated.7z
It would be better to see screenshots of your settings for this instead.
It may be due to the the program using another process that hasn't been elevated.
Okay I used the portable version.
Looks the same as yours except you seem to already have a SkipUAC task created by IOBit Uninstaller?
Code:<?xml version="1.0" encoding="UTF-16"?><Task version="1.2" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task"> <RegistrationInfo> <URI>\elevated_IObitUninstallerPortable</URI> </RegistrationInfo> <Triggers /> <Principals> <Principal id="Author"> <UserId>S-1-5-21-1868965074-785632981-1352939268-1001</UserId> <LogonType>InteractiveToken</LogonType> <RunLevel>HighestAvailable</RunLevel> </Principal> </Principals> <Settings> <MultipleInstancesPolicy>Parallel</MultipleInstancesPolicy> <DisallowStartIfOnBatteries>false</DisallowStartIfOnBatteries> <StopIfGoingOnBatteries>false</StopIfGoingOnBatteries> <AllowHardTerminate>true</AllowHardTerminate> <StartWhenAvailable>false</StartWhenAvailable> <RunOnlyIfNetworkAvailable>false</RunOnlyIfNetworkAvailable> <IdleSettings> <StopOnIdleEnd>false</StopOnIdleEnd> <RestartOnIdle>false</RestartOnIdle> </IdleSettings> <AllowStartOnDemand>true</AllowStartOnDemand> <Enabled>true</Enabled> <Hidden>false</Hidden> <RunOnlyIfIdle>false</RunOnlyIfIdle> <WakeToRun>false</WakeToRun> <ExecutionTimeLimit>PT72H</ExecutionTimeLimit> <Priority>4</Priority> </Settings> <Actions Context="Author"> <Exec> <Command>C:\Portable Apps\IObitUninstallerPortable\IObitUninstallerPortable.exe</Command> </Exec> </Actions></Task>
Suggest: Change the executable shortcut target from:
C:\Program Files (x86)\IObit\IObit Uninstaller\Uninstaler_SkipUac.exe
To:
"C:\Program Files (x86)\IObit\IObit Uninstaller\IObitUninstaler.exe
note the single letter "l" in IObitUninstaler
The original created shortcut by the app during the install isEven that shortcut it prompt the UAC.Code:C:\Program Files (x86)\IObit\IObit Uninstaller\Uninstaler_SkipUac.exe
Anyway, I've tried both tasks with both Uninstaler_SkipUac.exe and Uninstale.exe without success. Infact when I launch the task, a cmd windows is opened and closed.
Well I just tested the installed version and it auto updated stuff that I didn't want updated.
Suggest: Uninstall the program:
Geek Uninstaller - the best FREE uninstaller
Scan for leftovers and delete. Reboot.
Delete folder This PC\Program Files\IOBit (if it still exists)
If it can't be deleted stop iobit live update service and delete it.
Then suggest if you want to use the program use the portable version. I had no issues with an elevated shortcut for that.
OK Thank you for all yr help
All The Best