Write DWORD Value in HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer on Vista
-
Hi, I want to Write DWORD Value in HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer. My application writes the value registry only if i run my application as an administrator on vista. I want on normal exe execution. and I dont want to disable UAC on vista. Reply ASAP. Regars, Sunil G.
-
Hi, I want to Write DWORD Value in HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer. My application writes the value registry only if i run my application as an administrator on vista. I want on normal exe execution. and I dont want to disable UAC on vista. Reply ASAP. Regars, Sunil G.
You can atempt to change permision, althou i think UAC will prevent. Other option is to modify your manifest, so that your app runs in admin mode. But everytime you open application, it will pop up UAC confirmation window.
-
You can atempt to change permision, althou i think UAC will prevent. Other option is to modify your manifest, so that your app runs in admin mode. But everytime you open application, it will pop up UAC confirmation window.