My application search for a particular registry entry and if it doesn't find it it creates it.
This works fine with Win '98. But unless the user is an Administrator it won't work thru' Win2000. Is there any way around the rights issue here ?
02-05-2002 at 10:51 AM
|
JLRodgers Level: Moderator Registered: 04-04-2002 Posts: 1617
Re: Windows 2000 - RegSetValueEx Archived to Disk
While they may be a way, I'd doubt it. You can't even install a Microsoft product without Admin rights, you'd think if it was possible, they would do it.
You could always run the program in the system account (schedule with the AT command), but then you can't have an user interface...