S
Sreppohcdoow
I have a simple tool that I create that stores some settings in the
Registry... however, if the user running it doesn't have Admin priveleges on
the machine, the app fails when trying to write to the registry. I know
there are applications out there that can read/write to the registry w/o
Admin priveleges... is there some way to code around this in C#.NET? I.e.,
to have the program run the registry code in a different security context
somehow, or something?
Thx,
MS
Registry... however, if the user running it doesn't have Admin priveleges on
the machine, the app fails when trying to write to the registry. I know
there are applications out there that can read/write to the registry w/o
Admin priveleges... is there some way to code around this in C#.NET? I.e.,
to have the program run the registry code in a different security context
somehow, or something?
Thx,
MS