Windows 10: Long Delay for UAC Prompt to Appear?

Discus and support Long Delay for UAC Prompt to Appear? in AntiVirus, Firewalls and System Security to solve the problem; Since the last update to 1607 Build 14393.576 on two PCs, it now takes about 30s for the UAC prompt or cmd.exe window to first appear on both PCs.... Discussion in 'AntiVirus, Firewalls and System Security' started by Steve C, Dec 15, 2016.

  1. Steve C Win User

    Long Delay for UAC Prompt to Appear?


    Since the last update to 1607 Build 14393.576 on two PCs, it now takes about 30s for the UAC prompt or cmd.exe window to first appear on both PCs. Subsequent UAC prompts appear after a normal delay. Both PCs have Kaspersky Internet Security (KIS) 2017.

    I discovered turning the UAC settings down one notch (see below) to avoid the screen dimming solves the problem.

    Long Delay for UAC Prompt to Appear? [​IMG]


    Has anyone else noticed this weird bug/issue issue and is there a fix?

    :)
     
    Steve C, Dec 15, 2016
    #1

  2. UAC prompt takes a long time

    My main problem is UAC takes a long time to show.

    Uncheck "Check for publisher's certificate revocation" can "solve" above problem.

    However, "Check for publisher's certificate revocation" is checked by default. Will there be any security concern when unchecking it?
     
    StephenCSW, Dec 15, 2016
    #2
  3. UAC prompt takes a long time

    When running a program with admin right, the UAC take 10 seconds or more to show.

    I find that in Control Panel -> Internet Properties -> Advanced -> Security, uncheck "Check for publisher's certificate revocation", the UAC prompt will show immediately but it will be another security problem?

    So what is the real solution? Thank you.
     
    StephenCSW, Dec 15, 2016
    #3
  4. Long Delay for UAC Prompt to Appear?

    I use various policies, which cause UAC to appear a few secs later but 30 sec, that is a bit too much, though I have seen it. Try a general cleanup (I use WC), maybe even removing all policies, Windows will reset them upon restart.

    reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies" /f
    reg delete "HKCU\Software\Policies" /f
    reg delete "HKLM\Software\Policies" /f
    reg delete "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies" /f
    reg delete "HKLM\Software\WOW6432Node\Microsoft\Policies" /f
    reg delete "HKLM\Software\WOW6432Node\Microsoft\Windows\CurrentVersion\Policies" /f
    reg delete "HKLM\Software\WOW6432Node\Policies" /f
     
    TairikuOkami, Dec 15, 2016
    #4
  5. Steve C Win User
    Thanks - A quick summary of the batch file commands in bold I'm unfamiliar with would be useful before I run it.

    fsutil usn deletejournal /d /n c:
    chkdsk /scan
    compact /CompactOs:never
    winmgmt /salvagerepository
    del "%temp%\*" /s /f /q
    del "C:\$Recycle.bin\*" /s /f /q
    del "D:\$Recycle.bin\*" /s /f /q
    del "%systemroot%\temp\*" /s /f /q
    vssadmin delete shadows /for=c: /all /quiet
    Dism /Online /Cleanup-Image /CheckHealth
    Dism /Online /Cleanup-Image /StartComponentCleanup /ResetBase
    cleanmgr /sageset:65535 & cleanmgr /sagerun:65535
     
    Steve C, Dec 15, 2016
    #5
  6. Well, you do not really need to run all of those, I just have them included in the bat.
    It would be vague, to try to explain some of it just with just one word, so some links:

    fsutil usn deletejournal /d /n c:
    Fsutil usn

    compact /CompactOs:never
    Compact OS - Compress or Uncompress Windows 10 - Windows 10 Tutorials

    winmgmt /salvagerepository
    WMI: Rebuilding the WMI Repository | Ask the Performance Team Blog

    vssadmin delete shadows /for=c: /all /quiet
    It removes all system restore points, file history, file backups.

    The biggest delay for me is caused by this entry, which shows, what triggered UAC prompt.

    reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System\Audit" /v "ProcessCreationIncludeCmdLine_Enabled" /t REG_DWORD /d "1" /f
     
    TairikuOkami, Dec 15, 2016
    #6
  7. ElderDelp Win User
    I am responding to this ancient thread because it was a key stepping stone in my search for an answer.
    I tried all that was here, and still no joy.
    It turned out that my problem was with consent.exe.

    Using Process Monitor from the sysinternal tool Suite, I monitored the system during the delay. From some posting (maybe this one) I got the hint to look and see what consent was doing.
    After discovering the file and URL accesses going on while I was waiting, I identified consent's accessing the network was the problem.

    I wondered 1) if consent.exe is a legitimate program, 2) if its use of the network is legit (why does it attempt to connect to an external server), and 3) if there is any reason to allow it.
    Some commentary follows; the short answer is that it is OK, and no, you don't want to block it:
    • Assuming that the copy of consent.exe on your system is good, then what is it doing anyway?
    • Consent is part of the user access control (UAC) system. Among many other things, before it allows anything to run based on signatures & certificates, it wants to check to see if any certificates have been revoked.
      To check the revocation information consent has to 'phone a friend'. Consent does this for allof your certificates each time that it does not have current, trusted information.
    • Can you block it from network access? Well there are 2 reasons that you may not want to do this:

    • Going back to a really trusted root gives you a bit more safety. It is of course your choice, but as for me and my machines, we will check the root.
    • For me, when I did not provide access to all of the Trusted Roots the UAC prompt took almost 30 seconds to come up.
    This delay was a mystery to me, and might be to you. I was using self-signed machine-specific code-signing certificates rooted from my machines at work. These certificates were being checked via a ROOT that was not accessible. Unfortunately, the internal work network is usually behind a firewall. This means that the revocation check has to timeout.
    So in summary:
    1. Yes
    2. Yes
    3. Yes
    Happy hunting.
    Ah, so what did I do? I removed all of the offending certificates -- my UAC prompt now comes up faster than I can blink.

    (I used mmc certlm.msc and certmgr)
     
    ElderDelp, Apr 5, 2018
    #7
Thema:

Long Delay for UAC Prompt to Appear?

Loading...
  1. Long Delay for UAC Prompt to Appear? - Similar Threads - Long Delay UAC

  2. UAC Prompt Dosent Appear

    in Windows 10 Gaming
    UAC Prompt Dosent Appear: Hello EveryoneEver Time. I Will Install A Browser. But Then It Dosen't Appering The User Account Control Prompt. How To I Fix That? https://answers.microsoft.com/en-us/windows/forum/all/uac-prompt-dosent-appear/1cf71592-1295-4ea1-9fbc-56a8419046fc
  3. UAC Prompt Dosent Appear

    in Windows 10 Software and Apps
    UAC Prompt Dosent Appear: Hello EveryoneEver Time. I Will Install A Browser. But Then It Dosen't Appering The User Account Control Prompt. How To I Fix That? https://answers.microsoft.com/en-us/windows/forum/all/uac-prompt-dosent-appear/1cf71592-1295-4ea1-9fbc-56a8419046fc
  4. UAC Prompt Dosent Appear

    in Windows 10 BSOD Crashes and Debugging
    UAC Prompt Dosent Appear: Hello EveryoneEver Time. I Will Install A Browser. But Then It Dosen't Appering The User Account Control Prompt. How To I Fix That? https://answers.microsoft.com/en-us/windows/forum/all/uac-prompt-dosent-appear/1cf71592-1295-4ea1-9fbc-56a8419046fc
  5. Long delays for words appear in the monitor!

    in Windows 10 Gaming
    Long delays for words appear in the monitor!: Incredible!!! For more than one year using this Dell Inspiron computer, Windows 10 Home, and I still am struggling with the annoying long delays for appears the words/numbers on the monitor after digited.I can’t believe that Microsoft don’t have people whose should know how...
  6. Long delays for words appear in the monitor!

    in Windows 10 Software and Apps
    Long delays for words appear in the monitor!: Incredible!!! For more than one year using this Dell Inspiron computer, Windows 10 Home, and I still am struggling with the annoying long delays for appears the words/numbers on the monitor after digited.I can’t believe that Microsoft don’t have people whose should know how...
  7. Long delays for words appear in the monitor!

    in Windows 10 BSOD Crashes and Debugging
    Long delays for words appear in the monitor!: Incredible!!! For more than one year using this Dell Inspiron computer, Windows 10 Home, and I still am struggling with the annoying long delays for appears the words/numbers on the monitor after digited.I can’t believe that Microsoft don’t have people whose should know how...
  8. UAC Prompt

    in Windows 10 Gaming
    UAC Prompt: Hi,I will like to know what is the best practice User Access Control for end user in the case of their Laptop joined Domain.QNS:They still can access using local admin when their PC is joined to domain? How can i avoid there OR that is the nature of it?ThanksRaymond...
  9. UAC Prompt

    in Windows 10 Software and Apps
    UAC Prompt: Hi,I will like to know what is the best practice User Access Control for end user in the case of their Laptop joined Domain.QNS:They still can access using local admin when their PC is joined to domain? How can i avoid there OR that is the nature of it?ThanksRaymond...
  10. UAC Prompt

    in AntiVirus, Firewalls and System Security
    UAC Prompt: I am having difficulty accessing a website or PowerPoint document due to an issue with the UAC prompt. When the prompt comes up, I manually enter the username and password. *** Email address is removed for privacy *** Fakep@ssword1 The UAC prompt goes away for a split...

Users found this page by searching for:

  1. uac prompt delay consent.exe

    ,
  2. windows 10 uac prompt long wait