I am importing .reg files in NT under HKEY_LOCAL_MACHINE. The problem is that any other non-administrator user that logs on after import is unable to modify the imported key. Is there any way to ...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/NT/Q_10165189.html
Zones:
Windows NTDate Answered: 06/07/1999 Grade: B Views: 0
I need to create a local user on a machine running 2003server. here's the thing, I'm setting up a xerox wcp45 to do network scan to pc desktop using smb protocol. in order to do this there has to b...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Server/2003_Server/Q_226476...
What's wrong with this?
HKEY hkey;
LONG lRetVal; //result of the API functions
unsigned char* ucValue; //setting of queried value
unsigned long* cch;
unsigned long* lType;
hkey = HK...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10051624.html
Zones:
C++Date Answered: 05/12/1998 Grade: A Views: 0
i need to disply theses keys in a label. BUT how??
HKEY_LOCAL_MACHINES\Software\Microsoft\Windows\CurrentVersion\RegisteredOwner
HKEY_LOCAL_MACHINES\Softeare\Microsoft\Windows\CurrentVersion\Regi...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10062112.html
Zones:
Visual BasicDate Answered: 07/07/1998 Grade: A Views: 0
I tried to use CSocket of MFC but it returns FALSE when
Create(). Have I done anything wrong and what shall I do
to get local machine IP address, without providing
machine name ?
Thanks for...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10224075.htm...
Zones:
Windows MFCDate Answered: 01/11/2000 Grade: C Views: 0
I need to read a string value from the registry in HKEY_LOCAL_MACHINE, but if the user is not an administrator, all I get is a null return using TRegIniFile.readstring.
It works OK if my program...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20414713.html
Option Explicit
DefLng A-Z
Private Sub Command1_Click(Index As Integer)
Select Case Index
Case 0 'regread
If DoReg(Me, False) Then
...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20574882.html
Zones:
Visual BasicDate Answered: 09/12/2003 Grade: A Views: 0
is it possible to lock that key ?
http://www.experts-exchange.com/OS/Miscellaneous/Q_20576348.html
I'd like to have a VB procedure that automatically exports a Crystal Reports report to the local/client machine. I don't have to be able to choose where to put the exported file. I can have a con...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20670992.html
Zones:
Visual BasicDate Answered: 11/03/2003 Grade: A Views: 14
a) I am running a W2k domain with ISA. I have denied some users access to the internet and they bypass this by loggging onto the local machine as administrator (whose password has been kept simple)...
http://www.experts-exchange.com/Networking/Windows_Networking/Q_20679867.html