Disable or quiet UAC without reboot from command line
		
	I need to be able Disable or quiet UAC without reboot from command line without user confirmation as local system
 
We use LANDesk and I want to add a part of the script to install turning off or quieting UAC, run install and them turn UAC on
 
Not all users are Admins so I can run as current logged on user but if admin rights are not need I can run a pre install task as local user run the
 install task then run a post install task to turn it on
 
It doesn’t have to be a command line it can be an app Ii position on each machine then call if it can run silently		
		
		April 21st, 2010 3:36pm
			Hi,
 
Thanks for posting in Microsoft TechNet forums.
 
To disable UAC, you can take either of the following methods:
 
1.    
If you use Group Policy to manage UAC, you can edit the local security policy to control this:
 
1)   
From the Start search bar, type "Local Security Policy"
2)   
Accept the elevation prompt
3)   
From the snap-in, select Security Settings -> Local Policy -> Security Options
4)   
Scroll down to the bottom, where you'll find nine different group policy settings for granular configuration of UAC.
 
2.    
Use the following script to elevate the privilege in Windows Vista.
 
Scripting Elevation on Vista
 
3.    
You can also modify the registry through the following command line:
 
REG ADD HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0x0 /f
 
Important caution:
 please backup your registry before modifying it, any incorrect modification can cause a unrecoverable damage.
 
Best Regards 
Dale Qiao
TechNet Subscriber Support in forum. If you have any feedback on our support, please contact
tngfb@microsoft.com		
		
		Free Windows Admin Tool Kit Click here and download it now
					April 23rd, 2010 5:24am
			Hi,
As this thread has been quiet for a while, we assume that the issue has been resolved. At this time, we will mark it as ‘Answered’ as the previous steps should be helpful for many similar scenarios. If the issue still persists, please feel free
 to  reply this post directly so we will be notified to follow it up. You can also choose to unmark the answer as you wish.
BTW,  we’d love to hear your feedback about the solution. By sharing your experience you can help other community members facing similar problems. Thanks for your understanding and efforts.
Best Regards 
Dale Qiao
TechNet Subscriber Support in forum. If you have any feedback on our support, please contact
tngfb@microsoft.com		
		
		April 27th, 2010 3:42am
			Hi,
As this thread has been quiet for a while, we assume that the issue has been resolved. At this time, we will mark it as ‘Answered’ as the previous steps should be helpful for many similar scenarios. If the issue still persists, please feel free
 to  reply this post directly so we will be notified to follow it up. You can also choose to unmark the answer as you wish.
BTW,  we’d love to hear your feedback about the solution. By sharing your experience you can help other community members facing similar problems. Thanks for your understanding and efforts.
Best Regards 
Dale Qiao
TechNet Subscriber Support in forum. If you have any feedback on our support, please contact
tngfb@microsoft.com		
		
		Free Windows Admin Tool Kit Click here and download it now
					April 27th, 2010 3:42am
			Hi,
As this thread has been quiet for a while, we assume that the issue has been resolved. At this time, we will mark it as ‘Answered’ as the previous steps should be helpful for many similar scenarios. If the issue still persists, please feel free
 to  reply this post directly so we will be notified to follow it up. You can also choose to unmark the answer as you wish.
BTW,  we’d love to hear your feedback about the solution. By sharing your experience you can help other community members facing similar problems. Thanks for your understanding and efforts.
Best Regards 
Dale Qiao
TechNet Subscriber Support in forum. If you have any feedback on our support, please contact
tngfb@microsoft.com		
		
		April 27th, 2010 10:42am
			correct."A programmer is just a tool which converts caffeine into code" CLIP- Stellvertreter http://www.winvistaside.de/		
		
		Free Windows Admin Tool Kit Click here and download it now
					February 16th, 2011 6:10pm
			correct."A programmer is just a tool which converts caffeine into code" CLIP- Stellvertreter http://www.winvistaside.de/		
		
		February 16th, 2011 6:10pm
			Hi Dale,
 
I know this thread has been quite for quite some time but I don't think the answers are correct.  While they do describe the correct way to disable UAC in all methods mentioned a reboot is still required. 
 
Regards,
 
Frank		
		
		Free Windows Admin Tool Kit Click here and download it now
					February 16th, 2011 10:53pm
			correct."A programmer is just a tool which converts caffeine into code" CLIP- Stellvertreter http://www.winvistaside.de/		
		
		February 17th, 2011 2:10am
			

