Click here to Skip to main content
15,878,809 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to create Shared memory between C# application and VC++ console application Pin
Gerry Schmitz9-Jul-21 5:39
mveGerry Schmitz9-Jul-21 5:39 
AnswerRe: How to create Shared memory between C# application and VC++ console application Pin
jschell17-Jul-21 10:54
jschell17-Jul-21 10:54 
QuestionHow to read value of a cell in GridView (DevExpress)? Pin
Alex Dunlop7-Jul-21 5:18
Alex Dunlop7-Jul-21 5:18 
GeneralRe: How to read value of a cell in GridView (DevExpress)? Pin
Richard MacCutchan7-Jul-21 5:39
mveRichard MacCutchan7-Jul-21 5:39 
GeneralRe: How to read value of a cell in GridView (DevExpress)? Pin
Alex Dunlop7-Jul-21 6:06
Alex Dunlop7-Jul-21 6:06 
GeneralRe: How to read value of a cell in GridView (DevExpress)? Pin
Richard MacCutchan7-Jul-21 6:10
mveRichard MacCutchan7-Jul-21 6:10 
AnswerRe: How to read value of a cell in GridView (DevExpress)? Pin
OriginalGriff7-Jul-21 5:52
mveOriginalGriff7-Jul-21 5:52 
QuestionSYSTEM process and corresponding user process both need access to Registry HKLM section - StartAsCurrentUser.exe not working with VS2019 Pin
Emil123456875-Jul-21 22:25
Emil123456875-Jul-21 22:25 
Hello,

i have an .exe file which is needed to be started initially as SYSTEM user.
This .exe is calling another instance(copy) of itself, but in user context so that interactive actions can be done (in this case showing a Toast Notification).

In Visual Studio 2017 i used StartAsCurrentUser.exe (GitHub - clreinki/StartAsCurrentUser: A simple EXE to utilize the functionality found in https://github.com/murrayju/CreateProcessAsUser to launch another EXE as currently logged in user[^]. And it worked well. Both processes had access to Registry/HKLM.

Now i had to switch to Visual Studio 2019, and it does not work anymore.

If the second process (in interactive mode, startet by StartAsCurrentUser.exe) tries to write a key in the Registry (HKLM), i get the error "Access to the registry key 'HKEY_LOCAL_MACHINE\SOFTWARE\RSMGMT\Apps\TestSystemUser' is denied.

Do you have an idea how the first instance of my program can start itself as a second instance from SYSTEM context in user/interactive mode without loosing access to Registry/HKLM ?

Maybe there is an alternative to Registry/HKLM? I just want to share data between the system process and user/interactive process, both need to have read/write access to a common data basis.
I'm new to C#, so i have no idea about alternatives.

Thank you very much!

Best regards
Emanuel
AnswerRe: SYSTEM process and corresponding user process both need access to Registry HKLM section - StartAsCurrentUser.exe not working with VS2019 Pin
Victor Nijegorodov5-Jul-21 23:44
Victor Nijegorodov5-Jul-21 23:44 
AnswerRe: SYSTEM process and corresponding user process both need access to Registry HKLM section - StartAsCurrentUser.exe not working with VS2019 Pin
Dave Kreskowiak6-Jul-21 5:04
mveDave Kreskowiak6-Jul-21 5:04 
AnswerRe: SYSTEM process and corresponding user process both need access to Registry HKLM section - StartAsCurrentUser.exe not working with VS2019 Pin
Emil123456876-Jul-21 5:24
Emil123456876-Jul-21 5:24 
GeneralRe: SYSTEM process and corresponding user process both need access to Registry HKLM section - StartAsCurrentUser.exe not working with VS2019 Pin
OriginalGriff6-Jul-21 11:19
mveOriginalGriff6-Jul-21 11:19 
QuestionHandling Volume and Mixing as a DJ Pin
Filip D. Williams5-Jul-21 21:47
Filip D. Williams5-Jul-21 21:47 
AnswerRe: Handling Volume and Mixing as a DJ Pin
Gerry Schmitz6-Jul-21 7:12
mveGerry Schmitz6-Jul-21 7:12 
GeneralRe: Handling Volume and Mixing as a DJ Pin
Filip D. Williams7-Jul-21 20:40
Filip D. Williams7-Jul-21 20:40 
QuestionHow to solve this Error in SQLite? Pin
Alex Dunlop5-Jul-21 7:48
Alex Dunlop5-Jul-21 7:48 
AnswerRe: How to solve this Error in SQLite? Pin
Dave Kreskowiak5-Jul-21 7:56
mveDave Kreskowiak5-Jul-21 7:56 
AnswerRe: How to solve this Error in SQLite? Pin
OriginalGriff5-Jul-21 7:56
mveOriginalGriff5-Jul-21 7:56 
QuestionHow to get pdf file names? Pin
Alex Dunlop4-Jul-21 6:54
Alex Dunlop4-Jul-21 6:54 
AnswerRe: How to get pdf file names? Pin
OriginalGriff4-Jul-21 7:57
mveOriginalGriff4-Jul-21 7:57 
GeneralRe: How to get pdf file names? Pin
Alex Dunlop5-Jul-21 4:43
Alex Dunlop5-Jul-21 4:43 
GeneralRe: How to get pdf file names? Pin
OriginalGriff5-Jul-21 5:44
mveOriginalGriff5-Jul-21 5:44 
GeneralRe: How to get pdf file names? Pin
Alex Dunlop5-Jul-21 7:21
Alex Dunlop5-Jul-21 7:21 
GeneralRe: How to get pdf file names? Pin
OriginalGriff5-Jul-21 7:53
mveOriginalGriff5-Jul-21 7:53 
QuestionIs it possible to update content of an xml file in DropBox using DropBox API? Pin
Alex Dunlop2-Jul-21 8:51
Alex Dunlop2-Jul-21 8:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.