![]() |
|
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Newbie
|
Hi,
I use thefollowing code to Disable the UAC in windows Vista through registry access KeyFound = myReg.UpdateKey(HKEY_LOCAL_MACHINE, "Software\Microsoft\Windows\CurrentVersion\Policies\System", "EnableLUA", "0") it changes the "EnableLUA" value to "0" but the problem is it changes the Type REG_DWORD to REG_SZ i need REG_DWORD type remains the same... is anybody there to say how to set the Type as REG_DWORD Thanks in advance Venkatramasamy SN |
|
|
|
| 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 |
| Registry edit Programatically | venkatramasamy | Visual Basic | 1 | Nov 21st, 2007 5:36 AM |
| very simple question. make button change number in edit box | nickm | Delphi | 2 | Apr 29th, 2006 11:47 PM |
| Exception writing to registry... why? | kurifu | C# | 3 | Jun 4th, 2005 11:14 PM |
| Reading edit controls (I have tried, code provided) | layer | C++ | 5 | Apr 27th, 2005 8:31 PM |
| Edit registry via Command Prompt/Batch? [SOLVED] | darklegend | Other Scripting Languages | 6 | Mar 23rd, 2005 10:47 PM |