Sunday, July 20, 2014

File Priority Saver

I may try Prio for bypassing the security prompt on portable programs I run. For instance, I use Everything search a lot. I have unsuccessfully tried bypass security through manual settings. I don't like that Prio installs and don't know the resources it takes yet.

I tried this but the UAC bypass remained grey and unusable. Not instruction could be found.

Autohotkey V2 Stuff

 #Requires AutoHotkey v2.0 (required) #SingleInstance Force ::h::hello (hello with following space) :o:h::hello (hellow no following space) ...