I just gave it a shot, & it worked as advertised.
(NOW, I can't believe, even though I've long said, "it's no big deal", that I've put up with UAC prompts for all this time now! Once you run "Everything" without having the UAC prompt prompt, you'll never want to go back. Unforeakin believable MS! How many times UAC has been a
benefit to me, to the world, to the universe. I must truly say, THANK YOU MS! Progress, yes that's what we get. A foreakin UAC prompt. If I had Win8 I'd probably be complaining about the Start Menu
.)
Code: Select all
%windir%\System32\cmd.exe
/c start "EVERYTHING" "C:\DEV\Locate\Everything.exe"
C:\DEV\Locate\
(I set the "Start in" directory, but that should not be necessary. Your paths will differ from mine.)
And you did all this while running as an Administrator?
Now you did create a scheduled tasks shortcut on your desktop too?
Code: Select all
E:\Windows\System32\schtasks.exe /run /tn "EVERYTHING"
(I called it "Everything UAC".)