![]() |
|
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Newbie
|
Hi,
I want to disable UAC in Windows vista Programatically for that i need to Modify the Register as the below shown HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System EnableLUA=0 or need to execute the following C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 1 /f while executing the above line from run that prompts access denied in Commant prompt, tell me how to include the Admin rights while opening the command prompt from the Run is anybody there to help, how to do the above through program Thanks in advance Vennkatramasamy SN Last edited by venkatramasamy; Nov 21st, 2007 at 12:44 AM. |
|
|
|
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| very simple question. make button change number in edit box | nickm | Delphi | 2 | Apr 29th, 2006 10:47 PM |
| registry writing need code correction | tayspen | C# | 0 | Oct 26th, 2005 8:19 PM |
| Exception writing to registry... why? | kurifu | C# | 3 | Jun 4th, 2005 10:14 PM |
| Reading edit controls (I have tried, code provided) | layer | C++ | 5 | Apr 27th, 2005 7:31 PM |
| Edit registry via Command Prompt/Batch? [SOLVED] | darklegend | Other Scripting Languages | 6 | Mar 23rd, 2005 9:47 PM |