Questions tagged [uac]

UAC stands for User Account Control and is a security system present and enabled by default in Microsoft Windows (since Windows Vista and Windows Server 2008) running most tasks as non-administrator and requiring the user to confirm the actions that require administrator privileges.

155 questions
1
vote
0 answers

UAC never asks for admin password, denies access on admin-related tasks, on client computer. How to fix UAC?

I have a client computer, Windows 7 64 bit, connected to our network. The user who signs on is not an admin (according to our active directory). It's having credential issues which I'm trying to fix according to this particular post, however each…
Sammy
  • 11
  • 1
1
vote
0 answers

Windows 10 UAC changing for one specific user

I have one user who was recently upgraded to Windows 10 on a laptop that re-enters our domain every day. I have checked on the AD side and notice nothing restrictive about his permissions or which OUs that he belongs to. When he plugs back into the…
Doug Ancil
  • 11
  • 3
1
vote
0 answers

How do I allow pass through access to a new shared drive on a Windows Server 2008 R2 box?

I am trying to allow access to a shared drive on our server (running windows server 2008 R2) so that users (running windows 7) can access the files on it. However, whenever they try to connect, it prompts them for a password and says that "Access is…
1
vote
1 answer

Puppet, Windows, and UAC

Is it possible to use Puppet on Windows where UAC is enabled? Does Puppet have any method for automatically saying yes to UAC prompts for a software install? My module does the following workflow: Downloads an MSI file locally from the…
usedTobeaMember
  • 616
  • 15
  • 25
1
vote
0 answers

Ping doesnt work as limited user

This is the issue: All programs works fine in the network. A Command line console, elevated with UAC, can make a ping and everything works fine. A command line, runnning as standar user, says General Failure when you make ping. We try: Resseting…
Ricardo Polo Jaramillo
  • 2,039
  • 2
  • 18
  • 35
1
vote
1 answer

Windows 7: Update a file in the system32 folder via GPO

I'd need to update a Windows file in the system32-folder I've made a script to do this task. When I run it locally on a system (from a prompt with elevated privileges) it works fine. I've created a GPO where this script is set under computer…
Walter81
  • 123
  • 1
  • 7
1
vote
3 answers

Why does Vista UAC kick in for "Install a program from the network"?

I have a network which I am managing using System Center Essentials 2007. For the size network I have, it does the job adequately enough. However, there is one little nit-picky thing I am trying to work around... I can publish applications to…
Corey S.
  • 2,487
  • 1
  • 19
  • 23
1
vote
2 answers

Where are the Microsoft downloaded app compat updates stored?

Where are the Microsoft application compatibility update settings stored on a Windows XP, Windows Vista, and Windows 7 computer? Microsoft periodically release application compatibility updates (e.g. KB929427), where they list the shims that should…
Ian Boyd
  • 5,293
  • 14
  • 60
  • 82
1
vote
1 answer

Windows Server 2008 R2 mapped shares do not show up in command line

When I map a shared folder to a drive in Explorer in Windows Server 2008 R2 the new drive letter (say Z:) does not work in cmd.exe (started as administrator). What am I doing wrong? I believe this only happens on systems where UAC is active.
Andrew J. Brehm
  • 1,611
  • 7
  • 37
  • 57
1
vote
0 answers

task scheduler - run interactively as any user with admin credentials

I'm trying to deploy a scheduled task with a GPO. The task is set to run at login and executes a batch file, which then executes an EXE file. However, I also need it to be interactive and run with admin privledges to bypass the UAC prompt for a…
Force Flow
  • 1,165
  • 5
  • 23
  • 45
1
vote
1 answer

NTFS Permissions will not inherit for one file

I have a bizarre issue that seems to be UAC related but I can't figure it out. On the face of it, it seems to be the same issue as this, but it's not quite. I have a folder which contains the files for a VirtualBox machine. The folder is located in…
Chris McKeown
  • 7,168
  • 1
  • 18
  • 26
1
vote
3 answers

Run Active Directory Admin Center as another user

I am trying to run Active Directory Admin Center (dsac.exe) on Windows 7 as another user by means of creating a shortcut, rather than having to Shift+Right click and specify the user. On Windows XP I could create a runas shortcut like this (forget…
dunxd
  • 9,632
  • 22
  • 81
  • 118
1
vote
3 answers

UAC in an Active Directory environment

At work, we've recently received a recommendation to have two separate accounts for domain administrators. One account would be a standard user account with no admin privileges and one would be a member of Domain Admins. While I can understand why…
bshacklett
  • 1,378
  • 4
  • 19
  • 39
1
vote
0 answers

reporting services 2008 R2 shows UAC for printing ActiveX after .NET 4.0 installation

Installed the latest updates on the server. Now every time I try to print from a reporting service website the UAC opens.. I already tried to reduce security within IE9 to the minimum, but with no success so far. Any ideas? Update: I disabled UAC…
SwissCoder
  • 111
  • 5
1
vote
3 answers

Safe place to put an executable file on Windows 7 (and Windows XP)

I'm working on a tweak to our logon script which will copy an executable file to the local hard drive and then, using the schtasks command, schedule a task to run that executable daily. It's a standalone executable file, and when run it creates a…
Ricket
  • 439
  • 2
  • 7
  • 18