Thank you!! I found another link... http://support.microsoft.com/kb/q192560/
Ajay L D
Posts
-
IE in my app -
IE in my appThanks a lot!! Is there a way we could do this in Win32?
-
IE in my appHi, Is there a way I could add a browser window - like control, on my dialog? Thank you, AJ
-
CreateProcessHi All, How can I create a process with system level privilege? Best Regards, AJ
-
Save multiple registry keysThanks everyone for the replies! :-)
-
RegLoadKeyHi All, Is there a similar call as RegLoadKey in kernel mode? Thank you, AJ
-
Save multiple registry keysYou hit the bull's eye!! :-) Any answers? Thank you, AJ
-
Save multiple registry keysThanks! I could do it, but I need to store all the values into a single file, by appending the values. I would have multiple calls to RegSaveKeyEx() but the file name needs to be the same. Thank you, AJ
-
Save multiple registry keysHi All, How can I save multiple registry keys into a single file? The RegSaveKeyEx() fails if a file already exists. Thank you, AJ
-
Enable/Disable Wireless adapterHi All, Is there any API by which I could enable/disable the wireless adapter? Thank you, AJ
-
Registry save & load in kernel modeHi All, Is there any API which I could use to save & load the some entries in the registry in the kernel mode. I require kernel mode as I want to do this at the boot time before the Explorer shell gets launched. Thank you, AJ
-
Registry entries for WZCHi All, Can anyone tell me the registry entries that will be used by Windows XP to store any wireless connection that I add? I could figure out these registry entries: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WZCSVC HKEY_CURRENT_USER\SOFTWARE\Microsoft\EAPOL HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\EAPOL But I guess there are more entries, which I am not aware... Thank you, AJ
-
Commad Line AppHi, Any idea how I could do this in a command line application? Thank you, AJ
-
Commad Line AppHi All, I want to write an application that runs in the background and does not bring up any kind of UI (Not even the command prompt). How can I achieve this? Thank you, AJ
-
RegFlushKeyI had seen this link....but of no help... :(
-
Reset registryHi All, Is there a way by which I could reset the registry to its original state. All the writes to registry should not be flushed to the disk. Thank you, AJ
-
RegFlushKeyHi All, I am using RegFlushKey() API in my application. We have to pass a registry key to the API. The API flushes the entire hive to which the key belongs. Is there any way I can flush only the contents of the key I pass and not the entire hive? Thank you, AJ
-
CreateProcessWithLogonWCan the performance of this API be improved in any way? I tried out the API and it is way too slow. I guess this might be because of the fact that it has to logon with the credentials that I provide and then launch the process.
-
CreateProcessWithLogonWrectified now!!
-
CreateProcessWithLogonWI don't know who has voted down...and how do you vote?