ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Windows 10 - Application Incorrectly Requiring Admin Creds to Run

    IT Discussion
    windows 10 admin rights application control
    7
    22
    1.5k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J
      JasGot
      last edited by

      Is UAC turned off? (Never Notify)

      wrx7mW 1 Reply Last reply Reply Quote 0
      • F
        flaxking
        last edited by

        I forgot that you might also have to modify the date modified of the .exe before after you delete the manifest

        Set-ItemProperty applicationame.exe LastWriteTime (Get-Date)

        1 Reply Last reply Reply Quote 0
        • wrx7mW
          wrx7m @flaxking
          last edited by

          @flaxking said in Windows 10 - Application Incorrectly Requiring Admin Creds to Run:

          @wrx7m check for an applicationname.exe.manifest file in the same directory as the exe. If it's there, rename it and the application might not request admin permissions and enable the virtual store.

          Note, the virtual store for a user doesn't seem to ever update. So if you do a program update, any file that gets updated that had to be transferred to the virtual store will not get updated for that user.

          There are manifest files, but for vc90, so visual studio runtimes. The UAC virtualization shows Not allowed for the process and sub processes.

          F 1 Reply Last reply Reply Quote 0
          • wrx7mW
            wrx7m @JasGot
            last edited by

            @JasGot said in Windows 10 - Application Incorrectly Requiring Admin Creds to Run:

            Is UAC turned off? (Never Notify)

            UAC is on. I tried turning it off and it still prompts.

            1 Reply Last reply Reply Quote 0
            • wrx7mW
              wrx7m
              last edited by wrx7m

              I just tried modifying UAC again to never notify. When I go into UAC as my admin account, it is set to never notify. If I go into UAC as the user, it shows as the one just below the top. How does that make sense?

              J 1 Reply Last reply Reply Quote 0
              • J
                JasGot @wrx7m
                last edited by

                @wrx7m said in Windows 10 - Application Incorrectly Requiring Admin Creds to Run:

                I just tried modifying UAC again to never notify. When I go into UAC as my admin account, it is set to never notify. If I go into UAC as the user, it shows as the one just below the top. How does that make sense?

                No. It should be system wide. If you set it to never ad admin, it should be never for everyone. Is it on a domain? Is there a GPO stepping on you when logged in as a user?

                wrx7mW F 2 Replies Last reply Reply Quote 0
                • wrx7mW
                  wrx7m @JasGot
                  last edited by

                  @JasGot said in Windows 10 - Application Incorrectly Requiring Admin Creds to Run:

                  @wrx7m said in Windows 10 - Application Incorrectly Requiring Admin Creds to Run:

                  I just tried modifying UAC again to never notify. When I go into UAC as my admin account, it is set to never notify. If I go into UAC as the user, it shows as the one just below the top. How does that make sense?

                  No. It should be system wide. If you set it to never ad admin, it should be never for everyone. Is it on a domain? Is there a GPO stepping on you when logged in as a user?

                  I don't have it set in the GPO. I went in and checked it twice. Rebooted in between adjustments.

                  1 Reply Last reply Reply Quote 0
                  • F
                    flaxking @JasGot
                    last edited by

                    @JasGot said in Windows 10 - Application Incorrectly Requiring Admin Creds to Run:

                    @wrx7m said in Windows 10 - Application Incorrectly Requiring Admin Creds to Run:

                    I just tried modifying UAC again to never notify. When I go into UAC as my admin account, it is set to never notify. If I go into UAC as the user, it shows as the one just below the top. How does that make sense?

                    No. It should be system wide. If you set it to never ad admin, it should be never for everyone. Is it on a domain? Is there a GPO stepping on you when logged in as a user?

                    So much confidence.... but UAC prompt for standard users vs admin users are different settings

                    1 Reply Last reply Reply Quote 0
                    • F
                      flaxking @wrx7m
                      last edited by

                      @wrx7m said in Windows 10 - Application Incorrectly Requiring Admin Creds to Run:

                      @flaxking said in Windows 10 - Application Incorrectly Requiring Admin Creds to Run:

                      @wrx7m check for an applicationname.exe.manifest file in the same directory as the exe. If it's there, rename it and the application might not request admin permissions and enable the virtual store.

                      Note, the virtual store for a user doesn't seem to ever update. So if you do a program update, any file that gets updated that had to be transferred to the virtual store will not get updated for that user.

                      There are manifest files, but for vc90, so visual studio runtimes. The UAC virtualization shows Not allowed for the process and sub processes.

                      Hmm, if they explicitly disabled it it should show disabled. Maybe it's 64bit?

                      1 Reply Last reply Reply Quote 0
                      • J
                        JasGot
                        last edited by

                        Can you post the result of these two reg queries:

                        REG QUERY HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System\ /v ConsentPromptBehaviorAdmin
                        
                        REG QUERY HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System\ /v ConsentPromptBehaviorUser
                        
                        1 Reply Last reply Reply Quote 2
                        • 1
                        • 2
                        • 1 / 2
                        • First post
                          Last post