Tagged Questions
0
votes
0answers
24 views
Request Administrator Access in Batch File on Windows 8
I'm alway using the following code for automatically prompting UAC.It works fine on Windows Vista/7/2008.But it seems that on Windows 8 the script can't get the administrator privilege even the UAC ...
2
votes
1answer
60 views
Run process which “requires” elevation as non-elevated process or make it “think” it's “elevated”?
I have application which I don't want to tamper with my system settings, they require me to run them as administrator but I don't want that. I am 100% sure the applications will work without elevated ...
0
votes
1answer
50 views
How to add shortcuts to HTML files to Win8/Win2012 Start Menu without UAC?
I have a Windows 2012 server joined to a domain with UAC disabled by group policy. I'm logged on as a domain user with local admin rights.
I create a shortcut to a local HTML file, then I add that ...
0
votes
1answer
78 views
Windows Server 2012 UAC issues
Hello I'm a developer and my workstation has Windows Server 2012 as its operating system.
Because I'm developing for Azure, a bunch of apps have to always run as admin (such as Visual Studio, ...
2
votes
0answers
95 views
Cannot activate .net 3.5 on Windows 8. Can't activate from control panel and never got an installation CD or iso with my computer to use DISM with
I've been trying for about a week now to activate .Net Framework 3.5 on my computer to no avail. I've been trying to activate it via 'Turn Windows Features On and Off' in the control panel as well as ...
0
votes
0answers
13 views
Stop elevated permissions on windows 8 home [duplicate]
When logged in as an administrator, I would like everything I do to be automatically elevated without additional hassle. Is there a way to make windows 8 stop asking for elevated permissions on the ...
3
votes
2answers
125 views
Are standard users still useful when Windows 8 has UAC?
My last computer ran XP; administrators had unrestricted access (no UAC) and my normal day to day account was a standard user. I simply did a 'run as' then entered the admin credentials when I needed ...
1
vote
0answers
15 views
How to permanently deny uac requests for an application [duplicate]
I regularly get annoyed by things like java asking me if it can go check for and install updates and its really annoying.
The uac dialog appears and does its usual screen dimming, which is great for ...
1
vote
1answer
116 views
Win8 consent.exe “File system error -1073741819”
consent.exe ([UAC]) is failing for me every time I try to install a program or driver, or disable UAC;
Faulting application name: consent.exe, version: 6.2.9200.16384, time stamp: 0x50108159
...
0
votes
0answers
687 views
This app can't be activated when UAC is disabled
I'm using Windows 8 and since I'm a developer, I need full control over my PC. However, Window 8 doesn't have an straightforward way to disable UAC, and even by dragging the relevant slider to the ...
1
vote
2answers
774 views
How to turn off “Always run as administrator” Windows 8?
I followed these instructions (http://stackoverflow.com/questions/12257110/can-you-force-visual-studio-to-always-run-as-an-administrator-in-windows-8) to force my Visual Studio 2012 to always run as ...
0
votes
1answer
148 views
Disabling UAC on Windows 8 causing issues with installations
I disabled UAC on my Windows 8 install, but I found that it caused me issues when I needed to install downloaded programs (installation would fail due to no admin privileges).
I re-enabled UAC, but ...
1
vote
1answer
432 views
Unable to fully disable UAC in Windows 8
I have problem with fully disable UAC (User Account Control) in Windows 8. I've never had such problems in Windows Vista, or Windows 7 - just have to disable UAC in Control Panel, reboot, and that's ...
-1
votes
1answer
219 views
Make UAC stop asking for password of first installer
When I execute a program that makes the UAC jump I get the following message:
Do you want to allow the following program from an unknown publisher to make changes to this computer?
That is fine.
...
3
votes
1answer
954 views
Why does the error “(app name) can't open while File Explorer is running with administrator privileges” occur?
I'm getting this message when I try to start a Modern UI app after explorer was restarted with admin privileges (by a setup program).
I know how to fix it (just restart explorer without admin ...
3
votes
3answers
257 views
Is the UAC level in Windows per individual user?
Can each user have different UAC level in a PC?
Specifically, can an Admin have UAC level set to "never notify" and a User have UAC level set to "always notify" and so on?
1
vote
3answers
1k views
How to always run as administrator applications on Windows 8
The problem is, when I open applications I need to always right click, select run as admin.
When I don't do it getting unexpected application errors. BTW, I turned off UAC.
It's annoying. Is ...
2
votes
1answer
443 views
How to fully stop UAC Windows 8
I have a problem, i have a Windows 8 realease Preview. I have UAC turned off always, but for test i switched UAC on (slider up) and restarted my pc, then, i turned it off (slider down) and restarted ...
2
votes
2answers
409 views
User Account Control for Metro-style apps?
Are there any changes in UAC (User Account Control) for Metro-style applications in Windows 8?
Metro-style applications come from Windows Store only and they should have already passed a lot of ...
1
vote
1answer
330 views
How does UAC in Windows 8 work?
Is UAC in Windows 8 any different than in Windows 7, I've heard about access tokens and different application privileges, can you shed more light on that?
0
votes
1answer
719 views
User Account Control warning showed everytime I run an installed program
I just installed Windows 8 on my computer. Next I installed a program for prototyping (Pencil). Everytime I run this program I have the following Warning:
User Account Control
Do you want to allow ...
0
votes
3answers
8k views
My Account type is Administrator in Windows 8 YET I don't get full access to folders
I'm running Windows 8 Pro. My account type is of admin:
And My UAC is off:
Yet, I still get errors like this:
and
2
votes
1answer
22k views
Always elevated administrative rights in Windows 8 [duplicate]
Possible Duplicate:
How do I disable administrator prompt in Windows 8?
I always used Windows 7 Ultimate x64 (SP1) with User Account Control completely turned off - the slider in the ...
1
vote
0answers
3k views
Windows 8 file permissions vs Windows 7 [duplicate]
I have read How do I disable administrator prompt in Windows 8?, and it did not solve my problem.
When I upgraded from Windows 7 Pro 64-bit to Windows 8 Pro 64-bit, I noticed some permissions issues ...
7
votes
1answer
16k views
How do I disable administrator prompt in Windows 8?
I am using Windows 8 Enterprise on my development machine. Most of the time, I need full administrator for debugging, changing system files, etc.
In Windows 7, setting UAC to "never notify" would ...
24
votes
6answers
6k views
Always start Visual Studio as an Administrator on Windows 8
Whenever I start Visual Studio 2012 in Windows 8 it always needs Administrator permissions to access IIS meta data and debug local web applications on IIS.
If I turn UAC off, I cannot launch the ...
4
votes
1answer
2k views
Win+R runs as Administrator in Windows 8
In Windows 7 opening Run dialog (Win+R) and confirming with Ctrl + Shift + Enter ran specified command elevated.
In Windows 8 this trick doesn't work anymore and I miss it a lot!
Is there a way to ...

