Todos os dias oferecemos software com licenças GRATUITAS que do contrário você teria que comprar!
Abylon UAC-GRABBER 2020.3 esteve disponível como oferta em 2 de junho de 2020
Executar programas no contexto administrativo rápida, suave e enquanto ignorando o diálogo de confirmação solicitado pelo Windows' recurso UAC.
Embora tenha sido argumentado que ele é um importante recurso de segurança do sistema operacional, o Windows' Controle de Conta de Usuário (UAC) tende a se tornar um incômodo quando você está tentando instalar ou atualizar o aplicativo confiável no seu computador.
Abylon UAC-GRABBER é um aplicativo projetado para lhe dar uma mão com a execução de programas ou acessando as ferramentas que a Janela do recurso de segurança não permite que você executar, por várias razões. Tudo que você precisa fazer é digitar o nome da solução de software que você deseja acessar e abre a ferramenta automaticamente.
Windows Vista/ 7/ 8/ 10 (x32/x64)
47.7 MB
Lifetime
$24.10
Windows login com chave de hardware e a administração central.
Várias ferramentas para as operações de arquivo, tais como protecção de acesso por criptografia ou de cópia e sincronização.
O software abylon CRYPT in the BOX é fácil de usar e irá automaticamente criptografar seus arquivos importantes. Você pode copiar ficheiros com o Explorador do Windows para o especial da CRIPTA-Pasta ou adicione e edite-os diretamente dentro do programa.
Suíte de segurança com profissionais de segurança e soluções de criptografia.
abylon SHREDDER substitui os arquivos, vestígios de navegação na Internet e o espaço livre até 35 vezes.
Comentáriosrios do Abylon UAC-GRABBER 2020.3
Please add a comment explaining the reason behind your vote.
I think there is a reason why UAC prompt is necessity. It is called security and it takes only few seconds to confirm yes (or no). There is no need to give access 3rd party software like this one to mix up your UAC settings.
Also if you think you don't need UAC at all, you can disable it by typing UAC in the search field on your taskbar and turn UAC off, drag the slider down to "Never notify" and click OK.
Save | Cancel
James N, I agree but surely the point of this program is to allow that on a program by program basis ?
Every time I use CCleaner or ICE I'm prompted, but I know & trust these so would choose to allow without UAC, programs like erasers etc I would not. A blanket switch off of UAC is a bad idea
Save | Cancel
PaulW, Windows has such huge attack surface already, why would anyone put such even wider hole in their ssecurity/privacy by using such software is beyond my comprehension.
Save | Cancel
While in general it is better NOT to "work around" the UAC (or to even turn it off...), there are some situations when it is breaks your well planed workflow.
First: I must agree, I never tested Abylon´s´ tool - but there are 2 simple reason for this is
1.) I use "AutoHotkey" for this (and even sometimes use it working on "foreign" computers...)
2.) Abylon´s´tool is pretty heavy on space (and not portable, too)
How do I do it?
by just running a .AHK-script which runs all essential needed tools via simple 1-letter shortcuts! Only when AutoHotkey is initially run, I HAVE to answer the UAC question - all tools started later via AutoHotkey do no longer ask me again!
BTW:
For good reasons I prefer a special shortcut mode of AutoHotkey for "my" essential tools:
simply pressing an assigned letter for more than 0,6 sec. because I never found this to interfere with other hotkeys on any other machine I had been working on.
For those, who are interested in how this works, here is a short example for the letter "t":
$T::
KeyWait, T, T0.6
If (!ErrorLevel)
Send t
else
run TotalCmd.exe
return
Have fun
Save | Cancel