| |
|

|
|
User Controls
|
|
New User
|
|
Login
|
|
Edit/View My Profile
|
|

|
|

|
|

|
|
ActiveMac
|
|
Articles
|
|
Forums
|
|
Links
|
|
News
|
|
News Search
|
|
Reviews
|
|

|
|

|
|

|
|
News Centers
|
|
Windows/Microsoft
|
|
DVD
|
|
ActiveHardware
|
|
Xbox
|
|
MaINTosh
|
|
News Search
|
|

|
|

|
|

|
|
ANet Chats
|
|
The Lobby
|
|
Special Events Room
|
|
Developer's Lounge
|
|
XBox Chat
|
|

|
|

|
|

|
|
FAQ's
|
|
Windows 98/98 SE
|
|
Windows 2000
|
|
Windows Me
|
|
Windows "Whistler" XP
|
|
Windows CE
|
|
Internet Explorer 6
|
|
Internet Explorer 5
|
|
Xbox
|
|
DirectX
|
|
DVD's
|
|

|
|

|
|

|
|
TopTechTips
|
|
Registry Tips
|
|
Windows 95/98
|
|
Windows 2000
|
|
Internet Explorer 4
|
|
Internet Explorer 5
|
|
Windows NT Tips
|
|
Program Tips
|
|
Easter Eggs
|
|
Hardware
|
|
DVD
|
|

|
|

|
|

|
|
Latest Reviews
|
|
Applications
|
|
Microsoft Windows XP Professional
|
|
Norton SystemWorks 2002
|
|

|
|
Hardware
|
|
Intel Personal Audio Player
3000
|
|
Microsoft Wireless IntelliMouse
Explorer
|
|

|
|

|
|

|
|
Site News/Info
|
|
About This Site
|
|
Affiliates
|
|
ANet Forums
|
|
Contact Us
|
|
Default Home Page
|
|
Link To Us
|
|
Links
|
|
Member Pages
|
|
Site Search
|
|
Awards
|
|

|
|

|
|

|
|
Credits
©1997/2004, Active Network. All
Rights Reserved.
Layout & Design by
Designer Dream. Content
written by the Active Network team. Please click
here for full terms of
use and restrictions or read our
Privacy Statement.
|
|
|
 |
|
 |
|
 |
| Time:
16:49 EST/21:49 GMT | News Source:
Microsoft |
Posted By: Kenneth van Surksum |
|
Madhur: This is the nice trick I found out this weekend to disable the User Access Control on Vista without making a system restart.
Although I would never recommend disabling UAC, it’s a great security feature, but sometimes programmers might want to disable it otherwise
Debugging becomes pain especially with WinDbg.
The solution is to run the following command to add the appropriate key to the registry:
reg ADD HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v ConsentPromptBehaviorAdmin /t REG_DWORD /d 0 /f
It can be enabled again through:
reg ADD HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v ConsentPromptBehaviorAdmin /t REG_DWORD /d 2 /f
|
| |
|
|
 |
|