How to Run Metro Apps in Windows 8 with UAC Turned Off
User Account Control (UAC) is one of those things introduced by Microsoft that are helpful in one sense but then in the other they are completely annoying. This security infrastructure was implemented after Windows Vista, allowing you to monitor the launch of non-native applications.
Most of the windows users simply keep it disabled as you have to bear the pop-up and press Yes every time you run an application. But in Windows 8 disabling UAC will effect metro apps and you will not be able to run them while UAC is disabled.
This issue can be solved by performing a little registry edit so that you can run metro style apps while UAC is turned off.
Step 1: Open registry editor by typing regedit in Run Dialogue box.
Step 2: Navigate to the following key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\
There you will find a DWORD named EnableLUA. Double click on it and change its value to 1
You need to reboot your computer in order for these settings to work.
Note that this method may greatly reduce your computer security and may leave it vulnerable. Microsoft by default does not support this feature considering security precautions as third-party unknown apps may run with elevated privileges. So you should consider the effects and security measure that come with disabling UAC in Windows.
You may also like:
If you like this post then you may also like receiving latest stories, tweaks
and tutorials about Windows 8 in your email daily. Click here to Subscribe
That’s… you do know that you effectively just reenabled the UAC with this registry “hack”?
Yes effectively, still you don’t get those bothering Yes/No Alerts.
This is completely unhelpful. I turned that value to 0 to turn off UAC.
In W7 when you drag the UAC slider all the way down it truly disables UAC and runs all applications as ‘Administrator’. W8 changed this. While the slider may be all the way down UAC is still ‘On’. To make everything run as Administrator you have to go into the registry and change the EnableLUA to 0.
All this does is turn it back on.
I’m sorry but what you are saying is exactly described in the post.