UAC and protected folder
-
I installed a simple (and quite old application) on Windows 7 (UAC is enable) and it is not saved a simple text file (a simple LOG file) on C:\ ! I'm sure that the problem is related on UAC because disabling it the program runs well. So, how to bypass the UAC and have the permission to write that file? I suppose it can be also difficult to manage the registry, there is also in this case some special procedure to use? thanks...
Russell
-
I installed a simple (and quite old application) on Windows 7 (UAC is enable) and it is not saved a simple text file (a simple LOG file) on C:\ ! I'm sure that the problem is related on UAC because disabling it the program runs well. So, how to bypass the UAC and have the permission to write that file? I suppose it can be also difficult to manage the registry, there is also in this case some special procedure to use? thanks...
Russell
Use com elevation moniker : Please view this link : http://blogs.msdn.com/vistacompatteam/archive/2006/09/28/CoCreateInstanceAsAdmin-or-CreateElevatedComObject-sample.aspx[^] http://www.codeproject.com/KB/vista-security/Elevation_For_Dummies/ElevatorForDummies.zip[^]
Yes U Can ...If U Can ,Dream it , U can do it ...ICAN
-
I installed a simple (and quite old application) on Windows 7 (UAC is enable) and it is not saved a simple text file (a simple LOG file) on C:\ ! I'm sure that the problem is related on UAC because disabling it the program runs well. So, how to bypass the UAC and have the permission to write that file? I suppose it can be also difficult to manage the registry, there is also in this case some special procedure to use? thanks...
Russell